body, html {
	position: relative;
	text-align: center;
	border: 0;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 101%;
	font: normal 100.01% Verdana, Arial, Helvetica, sans-serif;
	background: #f1f1f1;
}

#outer-wrapper {
	position: relative;
	z-index: 0;
	text-align: left;
	margin: 0 auto;
	height: auto;
	background: #FFFFFF;
}

#content-wrapper {
	position: absolute;
	top: 200px;
	left: 0;
	width: 100%;
	height: auto;
	background: #FFFFFF;
	clear: both;
}

/* Main */

#header, #outer-wrapper, #footer {
	width: 960px;
}

#header-img {
	width: 948px;
}

#middle-marker-box {
	margin: 24px 12px 12px 36px;
	padding: 0;
}

#middle {
	float: left;
/*amo*/
	width: 704px;
	z-index: 2;
	background: #FFFFFF;
}

#middle-content {
	width: 704px;
}

#right-marker-box {
	margin: 24px 16px 12px 12px;
	padding: 0;
}

/* rechte Box */

#right-marker {
	margin: 10px;
	padding: 10px 10px 10px 10px;
	background: #f1f1f1;
}

#right {
	float: left;
	width: 250px;
	z-index: 4;
	background: #FFFFFF;
}

#right-content {
	width: 250px;
}

/* Header */
#header {
	position: absolute;
	left: 0;
	top: 6px;
	height: 162px;
	background: #FFFFFF;
}
#header-img {
	position: absolute;
	left: 6px;
	top: 6px;
	height: 150px;
	background: #FFFFFF;
}

/* Top */
#top {
	position: absolute;
	top: 168px;
	left: 0;
	width: 100%;
	height: 36px;
	background: #FFFFFF;
}

#top-menu {
	position: relative;
	height: 24px;
	background: #f1f1f1;
	margin: 0 30px 0 30px;
}

#top-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#top-menu ul a, #top-menu ul .cur {
	float: left;
	display: block;
	line-height: 24px;
	text-decoration: none;
	background-color: #f1f1f1;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding: 0 12px;
	margin: 0;
	color: #000000;
}

#top-menu ul a:hover, #top-menu ul .act a {
	color: #FFFFFF;
	background-color: #c91714;
}

#top-menu li {
	float: left;
	margin: 0;
	padding: 0;
}




/* Content */
H1, H2, H3, H4, H5, H6, P, UL { font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000; }
A { color: #c91714; text-decoration: none; }
A:hover { color: #c91714; text-decoration: underline; }
P, UL, OL { font-size: 11px; }
P { margin: 0px 0px 0px 0px; }

H1 { font-size: 14px; color: #c91714; } /* oberste Überschrift*/
H2 { font-size: 12px; color: #000000; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #e1dede; padding: 0 0 3px 0; } /* Überschrift in Box und Main*/
H3 { font-size: 12px; color: #000000; }
H4 { font-size: 11px; color: #000000; }
H5 { font-size: 10px; color: #000000; }
H6 { font-size: 9px; color: #333333; font-weight: normal; }
H7 { font-size: 9px; color: #333333; font-weight: normal; font-style:italic;}
H1, H2, H3, H4, H5, H6 { margin: 0px 0px 0px 0px; margin-top: 20px; }
H1 { margin: 0px 0px 0px 0px; margin-top: 20px; margin-bottom: 20px; }
H2, H3 { margin: 0px 0px 0px 0px; margin-top: 20px; margin-bottom: 10px; }
H4, H5, H6 { margin: 0px 0px 0px 0px; margin-top: 20px; margin-bottom: 10px; }

H1.csc-firstHeader, H2.csc-firstHeader  { margin-top: 0px; }
H3.csc-firstHeader { margin-top: 0px; }
H4.csc-firstHeader, H5.csc-firstHeader, H6.csc-firstHeader { margin-top: 0px; }

P.bodytext { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; line-height: 14px; padding-bottom: 6px;}

UL { list-style-type: disc; list-style-position: outside; }
UL UL LI { font-size: 10px; }
LI { padding-left: 2px; }

IMG { border-style: none; }

P.csc-caption { font-size: 10px; }

.csc-textpic-caption { font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000; font-size: 10px; }




/* Footer */
#footer {
	position: relative;
	left: 0;
	height: auto;
	clear: both;
	background: #FFFFFF;
}

#footer-box {
	position: relative;
	margin: 0;
	padding: 6px;
}

#footer-text {
	margin: 0;
	padding: 6px;
	background: #FFFFFF;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E6E6E6;
	font-size: 9px;
	line-height: normal;
	color: #666666;
}