/* CSS Document */
* {
	padding:0;
	margin:0;
}



body {
	margin:0px;
	background-color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
}

#wrapper {
	width:893px;
	height:658px;
	margin-left:auto;
	margin-right:auto;
	background-color:#246209;
	border:#246209 solid 2px;
}

#head {
	width:100%;
	height:90px;
	background-image:url(../pix/struktur/header_bg.gif);
	background-repeat:repeat-x;
	border:0px none;
	font-size:1px;
}

#navi {
	float:left;
	padding-top:60px;
	width:600px;
	height:6px;
	text-align:right;
}

#navi a {
	color:#FFFFFF;
	text-decoration:none;

}
#navi a:hover {
	color:#FFFFFF;
	text-decoration:underline;

}
#logo {
	float:left;
	width:290px;
	height:90px;
}
#oben_rechts {
	float:left;
	width:603px;
	height:90px;
}

#mitte_links {
	width:435px;
	height:337px;
	float:left;
	background-image:url(../pix/struktur/bg_links.jpg);
	background-position: right top;
	background-repeat:no-repeat;
}

#mitte_rechts {
	width:458px;
	float:left;
	background-image:url(../pix/struktur/bg_rechts.jpg);
	background-position: left top;
	background-repeat:no-repeat;
}

#subnavi {
	text-align:right;
	margin: 4px 0px 5px 0px;
	padding-right:32px;
	height:31px;
	line-height:20px;
}

#text {
	width:418px;
	height:297px;
	padding-left:20px;
	padding-right:20px;
	font-size:11px;
	line-height:18px;
}

#unten {
	clear:both;
	width:893px;
	height:206px;
	background-image:url(../pix/struktur/bg_unten.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
#unten_links {
	float:left;
	width:233px;
	height:206px;
	margin-left:70px;
	display:inline;
}

#unten_rechts {
	float:left;
	width:520px;
	height:206px;
	margin-left:70px; 
	text-align:left;
	display:inline;
}

#footer {
	clear:left;
	width:863px;
	padding-left:30px;
	height:45px;
	background-color:#01520d;
	line-height:45px;
	color:#FFFFFF;
}


#unten_rechts img {
	border:#92cf58 solid 5px;
	margin-right:10px;
	margin-bottom:10px;
}

.unten_text {
	line-height:18px;

}
