body
		{
			font-family: Verdana, Arial, sans-serif;
			background-color: #B1B1B1;
			margin: 0 auto;
			font-size: smaller;
			text-align:center;
		}

#seite
{
width: 96%;
min-height: 80%;
margin:0 auto;
text-align:left;
}
		
/*LOGOBEREICH */

		#logo
		{
			
			background: url(bannermitte.gif) repeat-x top;
			margin:0 auto;
}

		#lioben
		{
			float: left;
			width: 500px;
			height: 83px;
			margin: 0;
			background: url(banner.gif) left top no-repeat;
			
		
		}

		#reoben
		{
			background: url(bannerrechts.gif) right top no-repeat;			
			float: right;
			width: 10px;
			height: 83px;
			margin: 0;
			

		}

	#mitte
		{
			margin-left: 500px;
			height: 83px;
			background-image: url(bannere.gif);
			background-repeat: no-repeat;

			
			
		}


/* CONTENTBEREICH */
		#container
		{
			
			background-color: #7F7F7F;
			margin: 0 auto;	
			}
		
		#top
		{
			
			margin-left: 40px;
			
		}
		
		h1
		{ 
			font-size: 1.4em;
			color: yellow;
		}


#content
		{
			margin-left: 200px;
			
			margin-right: 200px;
			padding: 1em;
			color: #111111;
			}

/* LINKE NAVIGATION */

		#leftnav
		{
			float: left;
			width: 12em;
			margin: 0;
			padding: 0;
			
		}

#leftnav li
{
color:yellow;
}

#leftnav ul a
		{
			text-decoration: none;
			color: white;
		}
		
#leftnav ul a:hover
		{
			text-decoration: none;
			color: orange;
		}




/* RECHTE NAVIGATION */

		
		#rightnav
		{
			float: right;
			width: 20em;
			margin: 1em;
			padding: 0;
			color: green;
			text-align:right;
		}

#rightnav ul 
		{
		padding-right: 10px;
		}

#rightnav ul a
		{
			text-decoration: none;
			color: white;
		}

#rightnav ul a:hover
		{
			text-decoration: none;
			color: orange;
		}
		
		
		
#footer
		{
			clear: both;
			margin: 0;
			padding: .5em;
			border-top: 1px solid white;
			color:#222222;
		}
		
		

		 ul 
		{ 
			list-style: none;
			color: black;
			
		}

 				
		a
		{
			text-decoration: none;
			color: white;
		}

		a:hover
		{
			text-decoration: none;
			color: orange;
		}
		
		a:visited hover
		{		
			text-decoration: none;
			color: #444444;
		}
		
		
		
	


