@charset "utf-8";

/* SCHRIFT */

* {
	font-family: Arial, Helvetica, sans-serif;
}

#metanavcontainer ul li, #metanavcontainer ul li a {
	color: white;
	text-decoration: none;
	font-size: 14px;
	line-height: 24px;
}

#metanavcontainer ul li a:hover {
	text-decoration: underline;
}


/* LAYOUT */

html {
	background-image: url(img/background.png);
	height: 100%;
	text-align: center;
}

body {
	background-image:url(img/bodyshadow3.png);
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	width: 1106px;
	margin: 0 auto;
	text-align: left;
	font-size: 12px;
}

#bodycontainer { /* Da Margin im IE nicht richtig funktioniert um einen Au�enabstand zu erhalten f�r den Schatten */
	width: 1024px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	margin: 0 auto;
	
}

#metanavcontainer {
	background-image: url(img/metanav.png);
	height: 26px;
	text-align: right;
	padding-right: 40px;
}

#metanavcontainer ul li {
	display: inline;
	color: white;
	padding-left: 6px;
	height: 26px;
	vertical-align:middle;
}

#metanavcontainer ul {
	margin: 0;
	height: 26px;
}

#bannercontainer {
	height: 217px;
}

#menucontainer {
	background-image: url(img/menubg.png);
	height: 40px;
}

#outercontentcontainer {
	background-image: url(img/menushadow.png);
	background-repeat: repeat-x;
}

#rightcontainer {
	background-image: url(img/rightbg.png);
	background-repeat: no-repeat;
	width: 291px;
	
	height: auto !important;
	height: 350px;
	min-height: 350px;
	
	float: right;
}

#rightcontent {
	width: 271px;
	margin: 0 auto;
	padding-top: 10px;
}

#contentcontainer {
	width: 694px;
	background-image: url(img/menushadow.png);
	background-repeat: repeat-x;
	padding-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 30px;
	padding-left: 20px;
	height: 100%;
	float:left;
	font-size: 12px;
	color: #032e52;
}

.csc-firstHeader {
	font-size: 16px;
	padding-top: 14px;
	padding-bottom: 14px;
	color: #FF9900;
}

h1 {	
	font-size: 14px;
	padding-top: 14px;
	padding-bottom: 14px;
	color: #FF9900;
}

#footercontainer {
	clear: both;
	padding-right: 311px;
	padding-left: 20px;
	padding-bottom: 20px;
	color: #b8b8b8;
	font-size: 10px;
	text-align: center;
	

}

