

/* CSS-Definitionsdatei, die SiteStyle -Stylesheets enthält */

 BODY { font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif; background-color: #ffffff;}
 
 /* definierte Schriften */

/* normal */

* { font-size:14pt; line-height:14pt; color:#040404; } 

/* p { size:14px; color:#000000; } */

/* Hauptüberschrift */
h1 { color:#3193FF;}
 
   /* zentrale Überschrift */
 h2 { color:#660033;}
 
  /* Seitenanzeigetext */
 h3 { color:#800000;
	 font-style:italic; font-size:18px;}
	 
 /* Kopfschrift neben Bild */
 h4 { color:#800000; font-size:14px; } 
 
   /* Aussehen des mit LINK versehenen Textes */
  a:visited { text-decoration:none; font-size:16px; font-weight:bold; color:#003366; } 
  
 /* Aussehen des untergeordneten LINKs */
a:link {  font-size:16px; font-weight:bold; color:#003366; }
  
/* Farbe beim Darüberstreichen hier gelb */
a:hover { text-decoration:none; background-color:#FFFF80; }

 /* angeklickter LINK  hier grün
a:active { text-decoration:none; font-weight:bold; background-color:#80FF00; } */

 /* a:focus { text-decoration:none; background-color:#00ff00; } */
