  body {
    color: black; background-color: white;
    font-size: 100.01%;
    font-family: Helvetica,Arial,sans-serif;
    margin: 0; padding: 0;
    min-width: 41em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
    width:920px;
  }


  #header {
    background-color: rgb(255,255,255);
    margin-bottom:30px;
  }

  #Navigation {
    float: left; width: 18em;
    margin: 0; padding: 0;
    background-color:  rgb(255,255,255);
    width:200px;
  }

  #logo {
    background-color: rgb(255,255,255);
    width:200px;
    height:100px;
    float:left;
    padding-top:20px;
  }

  #banner {
    background-color: rgb(255,255,255);
    margin: 0 0 0 202px;
    width:720px;
    height:80px;
    background-image:url(images/kopf_montage_02.jpg);
    background-repeat:no-repeat;

  }

  #suche {
    background-image:url(images/verlaufweissrot.jpg);
    margin: 0 0 0 202px;
    width:720px;
    height:20px;
    text-align:right;
    color:rgb(255,255,255);
    font-size:80%;
  }

  #suche a {
    color:rgb(255,255,255); text-decoration:none;
  }

  #suche input {
    margin-right:10px;
    color:rgb(255,255,255); text-decoration:none;
  }



  #Inhalt {
    margin: 0 0 0 202px;
    padding: 0;
    background-color:  rgb(255,255,255);
    width:500px;
  }

  #Info {
    float: right;
    margin: 0; padding: 0;
    background-color:  rgb(255,255,255);
    width:197px;
  }
  
#extras_1 {
  background-color:rgb(255,255,255);
  padding-left:0px;
}

#extras_2 {
  background-color:rgb(240,240,240);
  margin-top:0px;
  padding-left:5px;
  font-size:90%;
}

div.navi_rechts_rot {
  background-color:rgb(225,140,0);
  color:rgb(255,255,255);  
  padding-left:5px;
  font-size:90%;
  padding-bottom:3px;
  padding-top:3px;
  margin-top:0px;
  margin-bottom:0px;
}   

div.navi_rechts {
  font-size:90%;
  padding-left:0px;
  padding-bottom:0px;
  padding-top:0px; 
  margin-top:0px;   
  margin-bottom:15px;  
} 

#Fusszeile {
    clear: both;
    background-color: rgb(255,255,255);
    border-top: 1px solid rgb(180,180,180);
    color:rgb(150,150,150);
    text-align:right;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size:80%;
  }
 
#Fusszeile a {
    color: rgb(150,150,150);
    text-decoration:none;
  }
  
#Fusszeile a:hover {
    color: rgb(150,150,150);
    text-decoration:underline;
  }
