Body {
  background-color: #ffffff; 
  font-family: Arial, Verdana, Helvetica, Sans Serif;
  font-size: 12px; }
  
/* ------------ */  
/* BOXES        */  
/* ------------ */    

#outerbox { margin-left: 10px; }
  
#headerbox {
  display:none;  }  
  
#navibox {
  display:none; }
    
#contentbox {
  width: 702px;
  margin-left: 0px; }

#content { }  
  
#contentoben { }
    
#contentunten {
  display:none;  }
      
  
/* ------------ */  
/* TEXTE        */  
/* ------------ */    
  
#ueberschrift {
  font-size: 25px;
  color: #5067D3;
  margin-left: -10px;
  font-family: Georgia, 'Times New Roman', Times, serif; }

#footertext {
  color: #5468c0;
  font-size: 13px; }
  
#footerlink {
  color: #5468c0; 
  text-decoration: none; }
  
/* ------------ */  
/* NAVIGATION   */  
/* ------------ */  

#naviliste {
  list-style-type: none; 
  padding-left: 0px; 
  margin-left: 17px; 
  width: 168px;
  font-family: Georgia, 'Times New Roman', Times, serif; 
  font-size: 16px; 
  line-height: 1.4em; }
  
.navielement {
  margin-left: 0px; 
  padding-top: 6px;
  padding-left: 15px; }
  
a.navilink {
  color: #fcfcfb;
  text-decoration: none; 
  display: block; }

a.navilink:hover {              
  color: #D7DCF2;         
  text-decoration: none; }

.active_navielement {
  margin-left: 0px; 
  padding-top: 6px;
  padding-left: 15px;
  background-image:url('../img/active.png');
  background-repeat: no-repeat; }
  
  
/* ------------ */  
/* FORMULARE    */  
/* ------------ */  

.textarea {
  height: 330px;
  width: 600px;
  border: 2px solid #4082FB;
  font-family: Arial, Verdana, Helvetica;
  font-size: 12px;
  padding: 5px; }
  
.button {
  width: 200px; 
  border: 1px solid #4082FB; }
  
#alert {
  background-color: #FF8000;
  color: #ffffff;
  padding: 5px;
  font-weight: bold;
  border: 1px dotted #000000;
  text-align: center; }