/* CSS Document */
body {
	background-color: #232A32;
	font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #6B6860;
}
#container {
	position: absolute;
	width: 700px;
	left: 50%;
	margin-left: -350px;
	background: #000;
	margin-top: 10px;
}
#logo {
	position: absolute;
	top:53px;
	right: 28px;
	z-index: 100;
}
#bild {
	width:700px;
	position:relative;
	font-size:11px;
	padding:0px;
	margin: 5px 0px 0px 0px;
	background: #000;
	height: 150px;
	z-index: 0;
	display:block;
}
#inhalt {
	font-family: verdana, sans-serif;
	width:580px;
	position:relative;
	font-size:11px;
	padding:40px 60px;
	margin: 5px 0px 0px;
	background: #F7F5EF url(../bilder_allgemein/roundedbox_lu.gif) no-repeat left bottom; /* E6DFCF*/
	height: 170px;
	z-index: 0;
}
#inhalt[id] {
     height:auto;
     min-height:170px;
}

#adresse {
	background-color: #232A32;
	width:700px;
	position:relative;
	font-size:9px;
	padding:10px 0px 0px;
	margin: 0px;
	height: 30px;
	z-index: 0;
	color: #9196C0;
	text-align: center;
}

#menu_container {
	font-family: verdana, sans-serif;
	width:660px;
	position:relative;
	font-size:11px;
	padding:62px 0px 0px 40px;
	margin: 0px 0 5px 0;
	background: #98B3C8 url(../bilder_allgemein/roundedbox_lo.gif) no-repeat left top;
	height: 45px;
	z-index: 1;
}
#footer {
	background-color: #232A32;
	width:700px;
	position:relative;
	padding:10px 0px 0px;
	margin: 0px;
	height: 30px;
	z-index: 0;
	text-align: center;
}
#breadcrumb {
	margin: -25px 0 15px;
	padding-left:0px;
	font-size: 11px;
}

