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*/
}

H1 {
  color: #F4f404; /*Textfarbe definieren*/
  line-height: 16pt;
  font-size: 16 pt;  /*Schriftgröße einstellen*/
  text-align: center; /*Ausrichtung center=mittig left=linksbündig right=rechtsbündig*/
}

P {
  font-size: 10pt;
  line-height: 15pt;
}

H2 {
	font-size: 8pt;
	line-height: 15pt;
	font-weight: normal;
}

A:hover   {text-decoration: none;}
a:link    {text-decoration: none;}
a:visited {text-decoration: none; color:#000000} /*schwarz*/
a:active  {text-decoration: none; color:#ff0000} /*rot*/

/* Hintergrundfarbe einstellen:*/
body {background-color: #e6e6e6;}

/*body {background: url(ButtonsBilder/Hintergrund-Adler-10.gif) repead fixed;}*/
