/*Textbereich*/

#text {
  width: 415px; /*445px siehe padding-right!*/
  padding-top: 27px;
  padding-right:97px; /*bei 67px sind die Linien genau untereinander! siehe auch width!*/
  padding-bottom: 15px;
  padding-left: 27px;
  margin-right: 250px;
  border-right: 1px dashed white;
}



/*Strich unter den Überschriften*/

#text img.heading {
  padding-right: 320px;
  border-bottom: 1px solid white;
  margin-bottom: 10px;
}



/*Bilder mit Rahmen*/

#text img.norm {
  border: 1px solid white;
  float: left;
  margin-right: 10px;
}



/*kleiner Text auf der Link-Seite*/

#links {
  margin-bottom: 10px;
  margin-top: 2px;
  font-size: 80%; }



h1 { font-size: 300%; }

h2 { 
  font-size: 100%;
  font-weight: bold;
  margin-top: 18px;
}

h3 { 
  font-size: 140%;
  font-weight: bold;
  margin-bottom: 0px;
}

h4 {
  font-size: 80%;
  font-weight: normal;
}

