body {
	background-color: #554;
}

/* Überschriften  body*/
h1{
	font-family:  verdana, arial, sans-serif;
	font-size: 1.5em;
	font-weight: bold; 
}
h2
{

}
h3
{
	font-family:  verdana, arial, sans-serif;
	font-size:1.1em;
	font-weight: 200;
	margin-bottom: -5px;
}
h4
{

}
h5
{

}

/* links*/
a:link {
text-decoration:none;
color: #a40;
}
 a:visited {
 text-decoration:none;
color: #a40;
 }
 
 a:hover {
 text-decoration: underline;
 }
 
 
/* divs*/

#aussen {
	width: 90%; 
	margin: 30px auto;
	border: 1px solid blue;
	padding: 20px; 
	background-image: url(grafik/waldboden_hell_klein.jpg);
	}

	
#oben {
	width: 98%;
	margin-bottom: 5px;
	color: white;
	/*font-weight: bold; */
	height: 145px;
	padding-right: 20px;
	padding-top: 15px;
	background-color: #008080;
	background-image: url(grafik/bibernellrose_klein.gif);
	background-repeat: no-repeat;
	background-position: top left;
	}
	
#oben h1 {
	font-family: verdana, arial, sans-serif;
	font-size: 1.8em;
	text-align: right;
	}
	
#kopf {
	width: 98%;
	margin-bottom: 5px;
	color: navy;
	height: 145px;
	padding-right: 20px;
	padding-top: 15px;
	}
	
#kopf h1 {
	font-family: verdana, arial, sans-serif;
	font-size: 1.8em;
	text-align: right;
	}
	
#haupt {
	margin: 5px;
	}
	
#links {
	/*float: left;*/
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.0em;
	line-height: 1.5em;
	padding: 3px 0px 3px 0px;
	width: 160px; 
	height: 200px; 
	margin-left: 10px;
	
	}
#links a:link {
	color: navy;
	text-decoration: none;
	}
#links a:hover {
	color: #c40;
	/*color: #e33;*/
	}
#links a:visited {
	color: navy; 
	text-decoration: none;
	}
#links a:visited:hover {
	color: #c40;
	/*color: #e33;*/
	}
	
#links ul{
	list-style-type: none;
	display: block;
	margin-top: 25px;
	margin-left: -30px;
	}	
#links li {
	width: 105%;
	/*background-color: #008080;*/
	padding-left: 3px;
	padding-right: 3px;
	color: navy; 
	font-weight: bold;
	margin-right: 5px;
}
	
#inhalt {
	margin-left: 190px;
	margin-top: -175px;
	margin-bottom: 50px;
	width: 75%; 
	color: navy;
	font-family: verdana, arial, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	line-height: 1.2em;
	border: 5px groove #ffbbbb;
	background-color: #f5f5dc;
	padding:15px 5px 5px 15px;
	
	}

#text h1 {
	font-size: 135%;
	line-height: 1.2em;
}
	
#unterkopf {
	background-color: #009090;
	width: 100%;
	height: 5px;
	bottom: -4px;
}	


#inhalt h1 {
	font-family: verdana, arial, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	}


#randrechts{
	font-size: 1.2em;
	line-height: 1.3em;
	position: absolute; top:176px; right: -67px;
	color: #cc3300;
	border:1px solid #888888;
	width: 14.2%;
	background-image: url(backgrounds/denim_blue2.png);
	background-repeat: repeat-y;
}
#bottom {
	color: white;
	font-size: 1em;
	text-align: center; 
	margin-left:0px;
	width: 97%;
	border: 1px solid navy;
	background-color: #008080;
	min-height: 30px;
	padding-top: 7px;
}

p.rechts {
text-align: right;
font-family: serif;
font-size: 1.0em;
}
