body  {
    background-image:url(top.jpg); 
    color:#FFFFFF;  
  	padding:20px;
  	margin:0px;
  	text-align: center; 
  	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;   
}


#inhalt { 	
    background-image:url(back.jpg); 
  	text-align: left; 
  	vertical-align: middle;
  	margin: 0px auto;  
  	padding: 20px; 
  	width: 760px;
  	height: 520px;  	
    border: 1px solid white;  
  	font-size: 15px; line-height: 120%;    
}

#logo{
  	width: 800px;
	padding: 5px;
}

#logo img{
    background-image:url(top.jpg); 
	border: 1px solid white;  
}

#content{
	
	padding:5px;  

	
}

#tabelle{
	font-size: 11px;
	line-height: 100%;
	padding:5px;
}

#foot{	

	width: 100%;
	height: 20px;
	border: 1px solid white;
	text-align: center; 
	vertical-align: bottom;
    background-image:url(top.jpg); 
	color: Green;
	font-size: 12px;
}  

#foot img{
	border: none;
	margin-top: 3px;;
}

#navi{
	width: 100%;
	height: 35px;
	border: 1px solid white;  
	text-align: center;
    background-image:url(top.jpg); 
	
}

#box { 	
  	clear: both;
  	width: 100%;
  	height: 465px;
  	overflow: auto;

 } 
 
 
 #nav, #nav ul { /* all lists */
	padding: 5px;
	margin: 0px;
	list-style: none;
	line-height: 90%;
	color: #D04725;
	color: Green;
}

#nav a {
	display: block;
	width: 8em;
	text-decoration:none;
	color: Green;
	font-size: 12px;
}

#nav li { /* all list items */
	padding:5px;
	float: left;
	width: 100px; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
   text-align:left;
	position: absolute;
	background: #FCFDC4;
	border:1px solid black;
	width: 11em;
	padding:5px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	
}

#nav li:hover, #nav li.sfhover {
	background: white; 
	
}

#klein{
	font-size: 10px;
}

a {
	text-decoration:none; font-weight:bold; color:white;
}

a:hover{
	color:yellow;
	
}

a visited{
	color:orange;
}

a hover:visited{
	color:orange;
}
