
/* Schriftfarbe */
 Body {font-family: Tahoma, Arial, Verdana; font-size: 2px; color: #CCCCCC; line-height: 1pt;}

 /* Hintergrundfarbe */
 body {background-color: #CCCCCC}

/* Schriftfamilie und Größe */

h1 {color:#CCFFFF; font-family: Tahoma, Arial, Verdana ; font-size:10pt; line-height: 11pt;}

h2 {color:#CCCCCC; font-family: Tahoma, Arial, Verdana ; font-size:10pt; line-height: 12pt; font-weight: bold; }

h3 {color:#FFFFFF; font-family: Tahoma, Arial, Verdana ; font-size:7pt; line-height: 8pt; font-weight: bold;}

h4 {color:#808080; font-family: Tahoma, Arial, Verdana ; font-size:10pt; line-height: 11pt;}

h5 {color:#CCFFFF; font-family: Tahoma, Arial, Verdana ; font-size:10pt; line-height: 8pt;}

h6 {color:#000000; font-family: Tahoma, Arial, Verdana ; font-size:8pt; line-height: 11pt; font-weight: normal;}

h7 {color:#FFFFFF; font-family: Tahoma, Arial, Verdana ; font-size:10pt; line-height: 12pt; font-weight: normal;}







/* Hyperlink Farbe - Schriftgröße und Schriftfamilie */
 A {color: #FFFFFF; font-size: 10px; font-family: Tahoma, Arial, Verdana ; font-weight: bold;}

/* Hyperlink  besuchte Seite */
 A:visited {color: #FFFFFF font-weight: bold; text-decoration:none;}

/* Hyperlink  aktive Seite */
 A:active {color:#FFFFFF; font-weight: bold; text-decoration:none;}

 A:hover {color:#CCFFFF; font-weight: bold; text-decoration:none;}


/* Hyperlink zweiter Ordnung- Farbe - Schriftgröße und Schriftfamilie */
a.navi:link
 {
  text-decoration:none; font-size: 12px; font-weight: bold;
  color:#FFFFFF;
 }
 a.navi:visited
 {
  text-decoration:none; font-size: 12px; font-weight: bold;
  color:#FFFFFF;
 }
 a.navi:hover
 {
  text-decoration:none; font-size: 12px; font-weight: bold;
  color:#CCFFFF;
 }
 a.navi:active
 {
  text-decoration:none; font-size: 12px; font-weight: bold;
  color:#FFFFFF;
 }



/* Hyperlink dritter Ordnung- Farbe - Schriftgröße und Schriftfamilie */
a.navi2:link
 {
  text-decoration:none; font-weight: bold; font-size: 10px; f
  color:#FFFFFF;
 }
 a.navi2:visited
 {
  text-decoration:none; font-weight: bold;
  color:#FFFFFF;
 }
 a.navi2:hover
 {
  text-decoration:none; font-weight: bold;
  color:#CCFFFF;
 }
 a.navi2:active
 {
  text-decoration:none; font-weight: bold;
  color:#FFFFFF;


/* Hyperlink vierter Ordnung- Farbe - Schriftgröße und Schriftfamilie */
a.navi3:link
 {
  text-decoration:none; font-size: 12px; font-weight: bold;
  color:#000000; font-family: Tahoma, Arial, Verdana;}
 a.navi3:visited
 {
  text-decoration:none; font-family: Tahoma, Arial, Verdana;
  font-size: 12px; font-weight: bold
  color:#000000;
 }
 a.navi3:hover
 {
  text-decoration:none; font-family: Tahoma, Arial, Verdana; font-size: 12px; font-weight: bold
  color:#000000;
 }
 a.navi3:active
 {
  text-decoration:none; font-family: Tahoma, Arial, Verdana; font-size: 12px; font-weight: bold
  color:#000000;
 }

