  body {
    font-family: Verdana, Arial, helvetica;   
	font-size: 12px;
	color: #6b6b6b;
    background-color: #ffffff;
    min-width: 40em; /* Mindestbreite verhindert Anzeigefehler in modernen Browsern */
	text-align: left; 
  } 
  
  #seite {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;     /* standardkonforme horizontale Zentrierung */
    width: 800px;
    padding: 0;
    border: 1px solid #669900;	
	background-color: white;
  }
  
  #banner { 
    background-color: white;	
	border-bottom: 1px solid #669900;			
  }
  
 
  
  #logo {
  float: left;
  width: 150px;  
  margin: 0em; 
  }
  
  #bannerbild {
  	margin-left: 170px;
  	border-left: 1px solid #669900;	
  }
      
  #Inhalt { 	
	font-size: 12px;
	line-height:1.4em;	
	min-height: 400px;
	margin-top:0px; 
	margin-left: 170px; 
	margin-right:0px;    
	border-left: 1px solid #669900;
	background-color: white;
	padding: 5px 10px 15px 10px;	
  }  
  
  #Inhalt h1 { /* Überschrift für Seiteninhalt*/
  	font-size: 13px;
	font-weight: bold;
	text-transform:uppercase;
	color: 	#828282;	
	border-bottom: 1px solid #000066;
  }
  #Inhalt h2 { /* für Fehlerausgabe*/
  	font-size: 14px;
	font-weight: bold;
	color: 	#828282;	
  }
  
  #Inhalt li {
  list-style: square;
  }
    
 #Inhalt a { 
    color: #6b6b6b;
    text-decoration:underline;
  }
  #Inhalt  a:link {
    color: #6b6b6b;
	text-decoration:underline;
  }
  #Inhalt a:visited {
   color: #6b6b6b;text-decoration:underline;
  }
  #Inhalt a:hover {
    color: #6b6b6b; text-decoration:underline;
  }
  #Inhalt a:active {
    text-decoration:underline;
  }
   
  #Navigation {
    float: left;
	font-size: 11px; 	
	width: 150px;
	text-align: right;
	font: normal 80.01% Verdana, Arial, helvetica;
	
	letter-spacing:0.1em;
    margin: 1.0em 1.0em 1.0em; padding:0px;			
  }
  
   #Navigation li {
  	font-size: 11px;
	text-align: right;
    list-style: none;
    margin: 3px;
	text-transform:uppercase;
	letter-spacing:-0.5px;		
	padding-top: 8px;
	padding-bottom: 5px;
  }
  
  ul#Navigation a {
    text-align: right;
	display: block; 
	padding-right: 25px;		
	background: white url(bilder/navibild.jpg) no-repeat center right;
  }
  ul#Navigation a:link {
    color: #828282;
	text-decoration:none;
	text-align: right;	
  }
  ul#Navigation a:visited {
    color: #828282; text-decoration:none;
	text-align: right;
  }
  ul#Navigation a:hover {
    color: #669900; text-decoration:underline;
	text-align: right;
	padding-right: 25px;	
	background: white url(bilder/navibild_2.jpg) no-repeat center right;
  }
  ul#Navigation a:active {
    color: #828282; text-decoration:underline;
	text-align: right;
  }
  .submit {
	background-color: #003399;
	border: 1px solid #ffffff;
	color: white;	
  }
    
  textarea { 
  font-size:12px; font-family:Verdana,sans-serif;
  width:400px;
  height:100px;
  }
  .Feld {   
  border:1px solid #ddd; 
  }
