/**
 * common
 */

html, body {
	background-color: #f3f3f3;
}

#doc {
	margin-top: 20px;
}

.trenner,
.clear {
	clear: both;
}

hr {
	margin: 20px 0 10px 0;
	padding: 0;
	height: 1px;
	border: none;
	border-top: 1px solid #c7ccd0;
	display: block;
    /*
	 *background-color: #c7ccd0;
     */
}

dl.csc-textpic-image dt {
	display: block;
	margin-bottom: 10px;
}


#sidebar,
#content {
	min-height: 200px;
}

* html #sidebar { height: 200px; }
* html #content { height: 200px; }

/**
 * header
 */

#hd {
	height: 117px;
	background-color: #fff;
}

#logo {
	float: left;
}

#tel {
	margin: 83px 26px 0 0;
	float: right;
}

/**
 * special
 */

#special {
	margin-top: 3px;
	height: 180px;
}

#special-img {
	float: right;
}

#double-arrow {
	float: left;
}

/**
 * sidebar
 */

#sidebar ul,
#sidebar li,
#sidebar a {
	color: #fff;
	text-decoration: none;
}

#sidebar ul {
	margin-top: 13px;
}

#sidebar li {
	height: 21px;
}

/**
 * body
 */

#bd {
	margin-top: 3px;
	background-image: url(../images/elements/bg-loop.gif);
	font-size: 12px;
}

#content {
	background-color: #fff;
	padding: 12px 33px 40px 20px;
}

#content {
	font-family: Verdana;
	font-size: 11px;
}

h1, h2, h3 {
	font-size: 16px;
	color: #e80c0c;
	font-variant: small-caps;
	margin-bottom: 16px;
	font-weight: bold;
}


p {
	margin-bottom: 9px;
}

.content li {
	margin-left: 20px;
	margin-bottom: 12px;
}

.content ul,
.content ol {
	margin-bottom: 12px;
}


.content ul li {
	list-style-type: disc;
}

.content ol li {
	list-style-type: decimal;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

legend {
	margin: 0;
	padding: 0;
}


/**
 * footer
 */

#ft {
	height: 26px;
    text-align: right;
    /*
	 *padding-top: 4px;
     */
}

#ft li,
#ft li a {
	line-height: 26px;
}

#ft ul {
	padding: 0;
	margin: 0 2px 0 0;
}

#ft li {
	list-style-type: none;
	display: inline;
}

#ft li a {
	color: #a5a5a6;
	margin-right: 15px;
	font-size: 9px;
	font-family: Arial;
	text-decoration: none;
}

#ft li.copy a {
	border-right: none;
	padding-right: 0px;
	margin-right: 0px;
}

#ft li.ftnavact a {
	text-decoration: underline;
}



/**
 * t3
 */
.typo3-adminPanel {
	text-align: left;
}


/**
 * sitemap
 */

.csc-sitemap ul li {
	list-style-type: none;
	margin-bottom: 4px;
}

.csc-sitemap ul ul {
	margin-top: 10px;
}

.csc-sitemap a {
	color: #000;
	text-decoration: none;
}

