body, html, div, table, tr, td, img , form{
	padding: 0px; 
	margin: 0px;
	border: 0px none;}
   
body {
	background-color:#006010;
	width: 100%;
	height: 100%;

}


	
#header {
 z-index:0;
 width: 995px;
 height: 255px;
 background:#79b51c;
 margin-left: auto; /* ZENTRIERUNG DES DIVS */
 margin-right: auto; /* ZENTRIERUNG DES DIVS */
}

#main{
 z-index:2;
 width: 995px;
 margin-left: auto; /* ZENTRIERUNG DES DIVS */
 margin-right: auto; /* ZENTRIERUNG DES DIVS */
 position:relative;
 top: -10px;
 background-color:rgb(252,219,184);
 background-repeat:repeat-y;
 background-image:url(website_background.jpg);
 
}

#body3 {float:left;}



#content {
 z-index:3;
 width:649px;
 background:#fcdbb9;
 background:transparent; 
 float:left;
 margin-left: 50px;
 padding-left: 8px;
 padding-right: 8px;
 overflow: hidden;
 position:relative;
 top: -38px;
}




#infosteifen{
 width: 148px;
 background:transparent;
 padding-left: 8px;
 padding-right: 8px;
 float: right;
 overflow: hidden;
 position:relative;
 top: -38px;
}

#nav {
 z-index:103;
 width:161px;
 overflow: hidden;
 float:left;
}



 a.navi_main{
 display: block;
 text-decoration: none;
 font-family:Arial, sans-serif;
 font-size:13px;
 font-weight:bold;
 padding: 6px 6px 6px 6px;
 margin:0px;
 color: #005F00;
 background: #9bcc59;
 border: solid rgb(255, 255, 255);
 border-width: 2px 0px;
}

a.navi_main:hover  { background: #fcdbb8; color: #000000; }

 a.navi_sub  {
 display: block;;
 font-family:Arial, sans-serif;
 font-size:13px;
 font-weight:bold;
 text-decoration: none;
 padding: 6px 6px 6px 16px;
 color: #000000;
 background-color:rgb(132,194,37);
 border: solid rgb(255,255,255);
 border-width: 1px 0;
 
}
a.navi_sub:hover  {  background:#000000; color: #fcdbb8; }

.clear{
clear:right;
clear:left;
}

#fuss {
 z-index:4;
 width: 995px;
 height: 140px;
 margin-left: auto; /* ZENTRIERUNG DES DIVS */
 margin-right: auto; /* ZENTRIERUNG DES DIVS */
 background:#006010;
 position:relative;
 top: -45px;
}

#fuss_image {
 z-index:5;
 width: 995px;
 height: 172px;
 background:#006010;
}

#fuss_kontakt {
 z-index:5;
 width: 900px;
 height: 18px;
 float:left;
}

#fuss_kontakt a {
 z-index:5;
 display:block;
 width:900px;
 height: 18px;
 background-image:url(kontakt.png);
}

#fuss_kontakt a:hover {background-image:url(kontakt_over.png);}

#fuss_impressum {
 z-index:5;
 width: 95px;
 height: 18px;
 background:#000000;
 float:right;
}

#fuss_impressum a {
 z-index:5;
 display:block;
 width:95px;
 height: 18px;
 text-decoration:none;
 text-align:center;
 font-size:13px;
 font-weight:600;
 text-transform:uppercase;
 color:#000000;
 background:#006010;
}

#fuss_impressum a:hover {background:#43744b;}
