/* CSS Document */

html, body {
	margin:0px;
	padding:0px;
	background-color:#999999;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
	margin-left:auto;
	line-height:16px;
	margin-right:auto;
}

.clr {
	clear: both;
}

#maincontainer {
	width:858px;
	height:auto;
	background-color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	margin-top:120px;
	background-image:url(../_Bilder/layout/contentbg.gif);
	background-repeat:repeat-y;
}

#topshade {
	background-image:url(../_Bilder/layout/toprightshade.gif);
	background-position:right top;
	background-repeat:no-repeat;
	width:858px;
	height:10px;
}

#maincontent {
	width:830px;
	height:auto;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
}

#maintop {
	width:830px;
	height:120px;
	background-repeat:repeat-y;
	background-color:#01a094;
}


#balken {
        border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#content {
	min-height:400px;
	width:830px;
	background-image:url(../_Bilder/layout/contentbg2.gif);
	background-repeat:repeat-y;
	margin-top:50px;
}

#textcontent {
	width:420px;
	padding-right:10px;
	float:left;
}

#contentnews {
        border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	width:226px;
	padding-left:14px;
	float:left;
}

#subnavbox {
	width:155px;
	height:auto;
	float:left;
}

#footer {
	width:838px;
	height:20px;
	background-position:top;
	background-image:url(../_Bilder/layout/footer.gif);
	color:#FFFFFF;
	background-repeat:no-repeat;
	background-color:#999999;
	margin-left:auto!important;
	margin-right:auto !important;
	padding-left:10px;
	padding-top:10px;
	padding-right:10px;
	text-align:right;
}







