/* Struktur BEGIN */
html, body {
	margin: 0;
	text-align:center;
	background: url(../images/bg.png);
	font-size: 11px;
	font-family: Arial, Lucida Grande, Helvetica, Arial, sans-serif;
}

.Wrapper {
	height: 100px;
	width: 990px;
	margin: 0 auto;
	text-align: left;
}

.Header {
	height: 85px;
}

.SubHeaderHeader {
	height: 9px;
	background: url(../images/header_header.png) no-repeat;
}
.ContentHeader {
	height: 20px;
	background: url(../images/header.png) no-repeat;
}

.SubHeader {
	height: 285px;
	background: url(../images/bg_header.png) repeat-y;	
}

.SubHeaderFooter {
	height: 9px;
	background: url(../images/footer_header.png) no-repeat;
}

.ContentFooter {
	height: 40px;
	background: url(../images/footer.png) no-repeat;
}

.HeaderLeft {
	float: left;
	width: 330px;
	height: 85px;
}

.HeaderRight {
	float: left;
	width: 660px;
	height: 85px;
}

.NavigationTop {
	text-align: right;
	font-size: 11px;
	padding-top: 15px;
}

.SubHeaderLeft {
	float: left;
	width: 321px;
	height: 285px;
	padding: 0 0 0 9px;
}

.SubHeaderMiddle {
	float: left;
	width: 329px;
	height: 285px;
	padding-left: 1px;
}

.SubHeaderRight {
	float: left;
	width: 301px;
	height: 285px;
	padding: 0 9px 0 20px;
	overflow-y: scroll;

}

.ContentHeader {
	margin-top: 20px;
}

.Content {
	background: url(../images/bg_content.png) repeat-y;
}

.ContentLeft {
	float: left;
	width: 620px;
	padding: 0 20px;
}

.ContentRight {
	float: left;
	width: 290px;
	padding: 0 20px;
}

.Clear {
	clear: both;
}
/* Struktur END */


/* Links BEGIN */
.NavigationTop a:link,
.NavigationTop a:visited {
	color: white;
	text-decoration: none;
	margin-left: 1em;
}

.NavigationTop a:hover,
.NavigationTop #Active {
	color: #D5D4A8;
}

.SubHeaderLeft a:link,
.SubHeaderLeft a:visited {
	display: block;
	padding: 0.5em 1em;
	color: white;
	font-size: 12px;	
	text-decoration: none;
}

.SubHeaderLeft a:hover,
.SubHeaderLeft #Active {
	background: url(../images/navi_mouseover_hover.png);
}

#NavigationSub {
	display: block;
	background: url(../images/navisub_bg.png);
	color: white;
	font-size: 11px;
	text-decoration: none;
	padding: 0.3em 1.5em;	
}

#NavigationSubActive {
	display: block;
	background: url(../images/navisub_bg.png);
	color: white;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding: 0.3em 1.5em;	
}

.SubHeaderRight a:link,
.SubHeaderRight a:visited,
.ContentLeft a:link,
.ContentLeft a:visited, 
.ContentRight a:link,
.ContentRight a:visited {
	text-decoration: underline;
	color: black;
}

.SubHeaderRight a:hover,
.ContentLeft a:hover,
.ContentRight a:hover {
	text-decoration: none;
}
/* Links END */


/* Listen BEGIN */
.SubHeaderRight {
	font-size: 11px;
}

.SubHeaderRight ul,
.ContentRight ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.SubHeaderRight li,
.ContentRight li {
	padding: 0 0 0.2em 0.9em;
	background: url(../images/list.png) 0 5px no-repeat;
}
/* Listen END */


/* Texte BEGIN */
h1 {
	font-size: 13px;
	font-weight: normal;
	margin: 1em 0;
}

.SubHeaderRight .csc-firstHeader {
	font-size: 20px;
	font-weight: normal;
	color: #BAB493;
	margin: 1em 0;
}

.ContentLeft .csc-firstHeader,
.ContentRight .csc-firstHeader {
	font-size: 20px;
	font-weight: normal;
	color: #BAB493;
	margin: 0 0 1em 0;
}


.Content p {
	line-height: 1.7em;
	margin: 1em 0;
}
/* Texte END */


/* Bilder BEGIN */
.ContentLeft dl,
.ContentRight dl {
	border: 1px solid #CCCC99;
	padding: 3px 3px 0 3px;
}

.ContentLeft img,
.ContentRight img {
	border: 1px solid white;
}
/* Bilder END */


/* Formulare BEGIN */
label {
	display: block;
	padding: 2px 0;
	font-weight: bold;
}
input, select, textarea {
	display: block;
	margin: 0 0 5px 0;
	width: 260px;
	font-family: Arial, Lucida Grande, Helvetica, Arial, sans-serif;	
	font-size: 11px;
}
fieldset {
	border: none;
	padding: 0;
}
/* Formulare END */





.csc-frame-frame1 dl {
	border: 0;
}


