html, body {
	margin:0;
	padding:0;
	text-align:center;
}

body {
	background-color:#EAEAEA;
}

img { 
	border:none;
}

#container {
	text-align:left;
	margin:0 auto;
	padding:5px 15px;
	width:900px;
	height:auto;
	min-height:800px;
	background:url(images/bg2.gif) repeat-y;
	font:14px Verdana;
	color:black;
}

#banner {
	margin:5px 5px 0 5px;
	background:url(images/Haus.png) repeat-y;
	width:850px;
	height:230px;
}

#content {
	width:900px;
}

#main {
	width:650px;
	min-height:auto;
	float:left;
	padding:10px;
}

#main_natur {
	width:800px;
	min-height:300px;
	float:left;
	padding:10px;
	text-align:justify; 
}

#sideBar {
	float:left;
	width:150px;
	min-height:250px;
	height:auto;
	float:left;
	padding:10px 15px;
	}

#box {
	width:126px;
	height:auto;
	padding:0 10px;
	border:1px dotted #FC6;
}

#navBar {
	list-style:none;
	margin:5px 0;
	padding:0;
}

#navBar a {
	text-decoration:none;
	padding:5px;
	width:136px;
	display:block;
	color:#666;
	border-bottom:1px dashed #FC6;
}

#navBar a.selected {
	color: black;
	font-weight: bold;
}

#navBar a:hover {
	background:#DFF0F0;
	color:#666;
}

#noLine a {
	border-bottom:0px;
}


.nav {
	clear: both;
	margin: 0px;
	padding-left: 5px;
	padding-right: 5px;
	font:14px Verdana;
}

.nav ul {
	float: left;
	width: 850px;
	margin: 0px;
	padding: 0px;
	border-top: solid 1px rgb(54,83,151);
	border-bottom: solid 1px rgb(54,83,151);
	background-color: royalblue;
	font-weight: bold;
}

.nav li {
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.nav li a {
	display: block;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	border-right: solid 1px rgb(54,83,151);
	color: rgb(255,255,255);
	text-transform: uppercase;
	text-decoration: none;
	font-size: 100%;
}

.nav a:hover, .nav a.selected {
	color: rgb(50,50,50);
	text-decoration: none;
}

.buffer {
	clear: both;
	width: 860px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	background-color: rgb(255,255,255);
}



h1 {
	font-size:28px;
	margin:0;
	color:#FFF;
}

h2 {
	font-size:18px;
	margin:0;
	color: black;
}

h3 {
	font-size:16px;
	margin:0;
}

h4 {
	font-size:15px;
	margin:0;
	color: black;
	font-weight: normal;
}


#clear {
	clear:both;
}

p {
	line-height:1.5em;
	height:3px;
}

#copy, #copy a {
	padding-top:5px;
	text-decoration:none;
	text-align:center;
	font:10px Arial,Helvetica,sans-serif;
	color:#666;
}

#copy a:hover {
	color:#369;
}

#bottom {
	margin:0 auto;
	height:10px;
	width:925px;
	background:url(images/bg2c.gif) no-repeat;

}