/* Konstruktion Main */

#site_container { 
	position:relative;
	top:0;
	bottom:0;
	margin: 0 auto;
	width: 990px;
	background:#FFF url(../images/nav_back.jpg) repeat-y 0 0;
	color: #454545;
	border-style:solid;
	border-color:#AAA;
	border-width:0 1px 1px 1px;
	min-height: 587px;
	height:auto;
	overflow: visible;
}


/* Bereich Header */
#header { 
	height:70px;
	background:#FFF;
}

#header_start { 
	height:65px;
	background:#FFF url(../images/header_start.gif) no-repeat -18px 12px; 
}

#langmenustart {
	position: absolute;
	top: 11px;
	right: 12px;
}
#langmenustart img {
	margin-right:5px;
}


#subheaderstart { 
	clear: both;
	position:relative;
	top: -15px;
	height: 30px;
}
#subheader { 
	clear: both;
	color: #FFF; 
	height: 30px;
}

#breadcrump_container {
	padding: 4px 0 10px 20px;
	background: #FFF;
	color: #808080;
}
#breadcrump {
	padding:0 0 0 200px;
	font-size: 11px;
	
}

#suche {
	clear: both;
	height:50px;
	width: 180px; 
	padding: 15px 0 0 5px;
	margin:10px 0 20px 0;
}
#suche .suchbox {width: 150px; float:left; color: #AAA; border: 1px solid #CCC;}
#suche .suchbox:hover, #suche .suchbox:focus {border: 1px solid #F07821;}
#suche .submit {float:left;border:1px solid #CCC;margin-left:2px;}
#suche .submit:hover {float:left;border:1px solid #F07821;}


#copyright {
	text-align:left;
	width:250px;
	margin: 3px 0 0 0;
	padding:0 0 0 5px;
	float:left;
}

/* Fusszeile  */

#footer { 
	clear: both; 
	text-align: right;
	color: #808080;
	background: #FFF;
	padding: 10px 15px 3px 0;
	font-size:11px;
}

/* Sitemap 
.csc-sitemap {background: #F3F3F3; border-bottom: 1px solid #999}*/
/*.csc-sitemap > ul > li {
	border-bottom: 1px solid #999;
	margin: 0 0 15px 0;
}

.csc-sitemap li li  {background: #EEE;}
.csc-sitemap li li li {background: #DDD;}
.csc-sitemap li li li li {background: #D3D3D3;} */
