@meta { Title: "Style Sheet" }
/* Grundsätzliche Formatierung der Links */
/* Link, nicht unterstrichen, Gelb */
A:link { color: #FFFF00}
/* Benutzte Links, bleiben Gelb !! */
A:visited {color:#FFFF00}
/* Aktive Links, werden rot !! */
A:active {color:#FF0000}
/* Links unter Mauszeiger werden Orange !! */
A:hover {color:#FFA000}

/* Definition der Schriftfarben */
/* Schriftfarbe NORMAL: Gelb auf Schwarz */
.PCol {font-family:"arial","geneva","helvetica";
        color:#FFFF00;
        background:#000000;
        text-decoration:none}
/* Hintergrundfarbe Balken NORMAL */
.PColBack {font-family:"arial","geneva","helvetica";
        background:#FFB000;
        text-decoration:none}
/* Hintergrundfarbe Balken AKTIV*/
.PColAktivBack {font-family:"arial","geneva","helvetica";
        background:#FFE000;
        text-decoration:none}
/* Schriftfarbe auf Balken*/
.PColAktiv {font-family:"arial","geneva","helvetica";
        color:#800000;
        text-decoration:none}

/* Ueberschriften */
H1 {font-family:"arial","geneva","helvetica";
   font-size:24pt;
   line-height:24pt;
   font-weight:bold;
   align: bottom;
   color:#800000;
   text-decoration:none}

/* Primaer Navigation, nicht unterstrichen und schwarz */
.PRIMNAVI {
   font-family:"arial","geneva","helvetica";
   font-size:11pt;
   font-weight:bold;
   line-height:11pt;
   align:bottom;
   text-decoration:none}

/* Sekundaer Navigation, nicht unterstrichen und schwarz */
.SECNAVI {
   font-family:"arial","geneva","helvetica";
   font-size:11pt;
   font-weight:medium;
   line-height:15pt;
   align:bottom;
   text-decoration:none;}