P, H1, H2 {
  font-family: Verdana, Tahoma, Arial; /*Schriftart festlegen*/
  font-style: normal; /*Schriftstil italic=kursiv normal=normal*/
  font-weight: bold; /*bold=fett bolder=extrafett lighter=dünner normal=normal*/
}

H2 { /*Unterüberschriften*/
  color: #666666; /*Textfarbe definieren*/
  line-height: 15pt;
  font-size: 14 pt;  /*Schriftgröße einstellen*/
}

H1 { /*Hauptüberschrift*/
  color: #333333; /*Textfarbe definieren --> Dunkles Grau*/
  line-height: 18pt;
  font-size: 18 pt;  /*Schriftgröße einstellen*/
  text-align: center; /*Ausrichtung center=mittig left=linksbündig right=rechtsbündig*/
}

P { /*Normaler Text, nicht Fett*/
  font-size: 12pt;
  line-height: 12pt;
  font-weight: normal;
}

P#klein{
   font-family: Verdana, Tahoma, Arial;
   font-size: 8 pt;
   font-weight:normal;
   color: green;
}

A:hover   {text-decoration: none;}
a:link    {text-decoration: none; color:#000000} /*schwarz*/
a:visited {text-decoration: none; color:#000000} /*schwarz*/
a:active  {text-decoration: none; color:#ff0000} /*rot*/

/* Hintergrundfarbe einstellen:*/
body {background: url(ButtonsBilder/Hintergrund-Adler-10.gif) repeat fixed;}
