  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: 755px;
    padding: 0;
    border: 1px solid #003399;	
	background-color: white;
  }
  
  #bildleiste {
 	border: 1px solid #003399; 
	margin: 0 auto;
	padding: 0;
  }
  
  #banner { 
    background-color: white;	
	padding: 20px;
  }
      
  #Inhalt { 	
	font-size: 12px;	
	min-height: 300px;
	margin-top:0px; 
	margin-left: 170px; 
	margin-right:5px;
    border: 1px #003399;
	background-color: white;
	padding-top: 15px;
  }  
  
  #Inhalt h1 { /* Überschrift für Seiteninhalt*/
  	font-size: 12px;
	color: 	#003399;
	border: 1px solid #003399;
	padding: 2px;
  }
  #Inhalt h2 { /* für Fehlerausgabe*/
  	font-size: 13px;
	color: 	#cc0000;	
	padding: 2px;
  }
    
 #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: 12px; 	
	width: 150px;
	font: normal 80.01% Verdana, Arial, helvetica;
	letter-spacing:0.1em;
    margin: 0 0 1.0em; padding:5px;	
	background-color:#003399;	
	
  }
   #Navigation li {
  	font-size: 12px;
    list-style: none;
    margin: 5px; padding: 3px;
  }
  ul#Navigation a {
    display: block;
    padding: 0.2em;
    font-weight: bold;
  }
  ul#Navigation a:link {
    color: white;
	text-decoration:none;
  }
  ul#Navigation a:visited {
    color: white; text-decoration:none;
  }
  ul#Navigation a:hover {
    color: white; text-decoration:underline;
  }
  ul#Navigation a:active {
    color: white; text-decoration:underline;
  }
  .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; 
  }
