/* CSS Document */
body {
	margin: 0px 0px 15px;
	padding: 0px;
	font-family: Thaoma, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 9pt;
	background-color: #957F66;

}

#braun{
	height: 100%;
	width: 100%;
	background-color: #FFF8EB;
	margin: 0px;
	padding: 0px;
}

#over{
	position: absolute;
	left: 50%;
	top: 25%;
	bottom: 50%;
	text-align:center;
	width: 100%;
	margin-left: -50%;
} 

#head{
	height: 100px;
	width: 100%;
	background-image:url(pics/logo.jpg);
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	background-color: #FFF8EB;
}

#container {
	background-image: url(pics/holz.jpg);
	background-position: center;
	background-repeat:no-repeat;
	background-color:#000;
	width: 100%;
	height: 195px;
	text-align: center;
}

#middle{
	border-top: 1px solid #957F66;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	height: 196px;
	width: 852px;
	text-align: left;
}

#subnavi {
	float: left;
	width: 200px;
	height: 195px;
}

#subnavi p{
	margin-left: 60px;
	margin-top: 165px;
	vertical-align: bottom;
}

#subnavi a, a:link, a:visited, a:active, a:focus {
	margin: 0px;
	font-size: 10pt;
	font-weight: bold;
	color: #5D4439;
	text-decoration: none;
	font-family: Thaoma, Arial, Helvetica, sans-serif;
}

#subnavi a:hover {
	color:#5D4439;
	text-decoration:underline;
}

#content {
	float: right;
	width: 652px;
	height: 195px;
	
}

#bottom {
	color: #FFF8EB;
	background-color: #957F66;
	margin: 0px;
	text-align: center;
}


#bottom p{
	font-size: 9pt;
	font-family: Thaoma, Arial, Helvetica, sans-serif;
	padding-top: 10px;
	margin: 0px;
	height:100px;
}

#bottom a:link, a:visited, a:active, a:focus {
	color: #FFF8EB;
	text-decoration:none;
	font-family: Thaoma, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight:normal;
	margin: 0px;
}

#bottom a:hover {
	color: #FFF8EB;
	text-decoration:underline;
	font-size: 9pt;
	margin: 0px;
}
#text_inhalt{
	margin:10px auto 10px auto;
	width:600px;
	text-align:left;
	color:#5d4439;
	
}

#text_inhalt h1{
	font-size:12pt;
	padding: 0px;
	margin: 0px;
}

#text_inhalt h2{
	font-size:11pt;
	padding: 0px;
	margin: 0px;
}

#text_inhalt p{
	font-size:10pt;
	line-height:12pt;
	padding: 0px;
	margin: 0px;
		color:#5d4439;
}