

*{
 margin:0;
 padding:0
}


#seite{
 margin:0 auto;
 text-align:left;
 width:1000px;
 min-height:1450px; /* Mindesthöhe in modernen Browser */
 height:auto !important; /* auto-height mit !important-Regel für moderne Browser */
 height:1450px; /* Mindesthöhe in IE */
 background-color: #f7f7f7;
 background: #f7f7f7;
 
}

#header_image_baum{
 background:#fff url(../online_images/background/jpg/baum.jpg);
 /*clear:both;*/
 height:220px;
 width:1000px;
 border-bottom:1px solid #ccc;
}

#header_image_see{
 background:#fff url(../online_images/background/jpg/see.jpg);
 /*clear:both;*/
 height:220px;
 width:1000px;
 border-bottom:1px solid #ccc;
}


/* links */
#rotation_image{
 float:left;
 width:100px;
 border-top:1px solid #ccc;
}

#mitte{
 border-left:0px solid #ccc;
 border-right:0px solid #ccc;
 float:left;
 width:600px;
}

#rechts{
 float:left;
 width:300px;
}

.padding{
 padding:1em;
}

.padding_mitte{
 padding:20px 20px 20px 20px;
}


.padding_rechts{
 padding:20px 30px 0 0;
}


#navi_box{
	padding:0;
	margin: 0 auto; 
	position:relativ;
	text-align: center; 
	width:150px;
}

#navi_box ul {
	margin:0;
	padding:0;
}



#navi_box li {
	/*display:inline;*/
	margin:0 0 10px 10px;
	padding:0;
	list-style:none;
	float:left;
	fon
}


