
html, body {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'MS Trebuchet', Verdana, Arial;
  font-size:81%;
  color: black;
  text-align: left; /*fuer IE_quirks*/
  
}


#navigation, 
#inhalt #hilfsnavi, 
#inhalt #kopftext, 
#inhalt #inhalt2 #nach_oben,
.nicht_drucken {
  display:none;
}

#inhalt {
  padding:0;
  margin:0;
  border:0;
  font-size:76%;
  min-height:10px;
}

#inhalt2 {
  padding:0;
  margin:0;
  border:0;
  margin-bottom:50px;
}

#komplett {
  margin:0;
  border:0;
  padding:0;
  width:99%;
}  

#fuss_kontakt {
  display:block;
  font-size:70%;
  text-align:left; 
  clear:both;
}

#fuss_kontakt h1 {
  font-size:1.06em;
  border-bottom:2px dotted silver; 
  padding-bottom:7px;
  padding-left:0px;
  margin-bottom:10px;
  padding-top:20px;

 }
 
#fuss_kontakt a{
  color:black;
  text-decoration:none;
}

#inhalt h1 {
  font-size:1em;
  padding-left:0px;
  }
  
#inhalt h2 {
  font-size:97%;
  margin-bottom:-10px;
  padding-bottom:-10px;
}
