@charset "UTF-8";
/* CSS Document */

body {
	font-family: Verdana, Geneva, sans-serif;
	background-color: #B1BDD3;
}
#container {
	position: absolute;
	width: 900px;
	left: 50%;
	margin-left: -450px;
	margin-top: 10px;
	padding-left: 0px;
}
#kopf {
	background: #E7FFFB;
	height: 200px;
	margin-left: 200px;
}
#inhalt {
	width:600px;
	/*position:relative;*/
	padding:40px 50px;
	margin: 0px 0px 0px 200px; /* F7F5EF*/
	height: 170px;
	z-index: 1;
	background: #E7FFFB;
}
#inhalt[id] {
	height:auto;
	min-height:170px;
}
#left_bar {
	width: 940px;
	height:200px;
	/*opacity: 1;
	-moz-opacity: 1;
 	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);*/
	z-index:100;
	overflow:visible;
}
#menu_container {
	width: 200px;
	float:left;
	margin:0px;
	position:relative;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	border-top:1px solid #AEBDD3;
	padding: 0px;
	background-color: #8CB0D6;
	z-index:100;
	
}
#breadcrumb {
	margin: -25px 0 15px;
	padding-left:0px;
	font-size: 11px;
}
#footer {
	width:700px;
	position:relative;
	padding:10px 0px 0px;
	margin:0 0 0 200px;
	height: 30px;
	z-index: 0;
	text-align: center;
}
#head {
	display:block;
	float:left;
	width: 700px;
	height: 200px;
	overflow: hidden;
	margin:0;
	background-color: #D8DDE9;
}
#head .headline {
	color:#FFF;
	text-align: right;
	font: 113px/115px Tahoma, Geneva, sans-serif;
	margin:-17px 0 0 0;
	background-color: #D8DDE9;
}
#secondNav {
	margin-left:0px;
	text-align:center;
	float:left;
}
#secondNav a {
	display:block;
	height:24px;
	width:24px;
	margin-bottom:1px;
	background-color:#8CB0D6;
}
#secondNav a:hover {
	background-color:#418CC5;
}

