html {
scrollbar-arrow-color: #D6D6D6;
scrollbar-face-color: #D6D6D6;
scrollbar-track-color:#D6D6D6;

}

body
	{
		margin: 0;
		padding: 0;
		font: 85% arial, hevetica, sans-serif;
		text-align: center;
		background-color: #E5E3BA;
	}
	
	#container
	{
		
		margin: 0 auto;
		min-height: 208px;		
		padding: 0;
		width: 950px;
		text-align: left;
		background-color: white;
		border: 1px solid black;

	}


#header
	{
		
height: 208px;
background-image: url(images/header.jpg) ; background-repeat: no-repeat ;
     
}
	

#left
	{	
		margin: 0px;
		float: left;
		width: 150px;
		height: 500px;
		background-color: #6AB200;

	}

		
#right
	{float: right;
		margin: 0px;
		width: 200px;
		height: 100px;
		background-color: FFFFFF;
	}


#contents	
	{
		margin-left: 180px;
		margin-right: 200px;
		background-color: #FFFFFF;
		min-height:200px; 

		
	}

#contents h1 
{font: bold 16px Arial; color: #83870B;}
#contents p 
{font: 12px Arial; color: #83870B;}

#contents table 
{font: 12px Arial; 
color: #00000;
padding: 5px;
background-image: url(images/XXXsonnenblume.jpg) ; background-repeat: repeat ;
}

#contents table h2
{font: bold 15px Arial; color: #FFFFFF;
background-color: #80831D; 
height: 20px;
padding-left:10px; 
padding-top:10px;
border: 1px solid #6AB200;
}

#contents a:link {  text-decoration: none; color: #83870B; }
#contents a:visited {  text-decoration: none; color: #83870B; }
#contents a:hover { text-decoration: none; color: #000000; }
#contents a:active {  text-decoration: none; color: #83870B; }	


	
	#footer	
	{
		clear: both;
		height: 20px;
		background-color: #E5E3BA;
	}


#naviblock { 
height: 20px;
font: bold 13px Arial;
padding-left:10px; 
color: #83870B; 
background-color: #E5E3BA; 
text-align: left;
}



#navlist
{
margin-top: 0px;
padding-top: 0px;
padding-left: 0px;
margin-left: 10px;
width: 135px;
}

#navlist li
{
font-family: Arial; 
font-size: 12px;
list-style: none;
margin: 0;
padding: 0.25em;
border-bottom: 1px solid #FFFFFF;
}

#navlist a:link {  text-decoration: none; color: #ffffff; }
#navlist a:visited {  text-decoration: none; color: #ffffff; }
#navlist a:hover { text-decoration: none; color: #E5E3BA; }
#navlist a:active {  text-decoration: none; color: #E5E3BA; }	