
 /* Einstellungen fuer LINKS */
 
 a:link           { text-decoration:none; color:#990099; }    /* Farbe fuer LINKS */
 a:visited        { text-decoration:none; color:#990099; }    /* Farbe fuer besuchte LINKS */
 a:hover          { text-decoration:none; color:#CC99FF; }    /* Farbe fuer markierte LINKS */
 a:active         { text-decoration:none; color:#CC99FF; }    /* Farbe fuer aktive LINKS */

 /* a:active         { text-decoration:none; font-weight:bold; color:#FFCC66; }   /* Farbe fuer aktive LINKS */

 /* Schriftart fuer TEXT in Farbe #FF7F00 */

 li,address,nobr,i  { font-family:Verdana, Helvetica, Arial, sans-serif; color:#888888; font-size:10px; line-height:20px; }


 /* Schriftgroesse & Zeilenhoehe fuer NORMALTEXT in Farbe #FFFFFF */
 
 p,ul,ol,div,td,th,blockquote    { font-family:Verdana, Helvetica, Arial, sans-serif; color:#888888; font-size:10px; line-height:20px; }
 h1,h2,h3,h4                     { font-family:Verdana, Helvetica, Arial, sans-serif; color:#888888; }
 h5,h5                           { font-family:Verdana, Helvetica, Arial, sans-serif; color:#888888; }


 /* Schriftgroessen fuer UEBERSCHRIFTEN */

 h1 { font-size:20px; margin-bottom:22px; }     /* UEBERSCHRIFT 1 */
 h2 { font-size:16px; margin-bottom:20px; }     /* UEBERSCHRIFT 2 */
 h3 { font-size:12px; margin-bottom:20px; }     /* UEBERSCHRIFT 3 */
 h4 { font-size:10px; margin-bottom:20px; }     /* UEBERSCHRIFT 4 */
 h5 { font-size:12px; margin-bottom:20px; }      /* UEBERSCHRIFT 5 */
 h6 { font-size:12px; margin-bottom:20px; }      /* UEBERSCHRIFT 6 */


 /* vertikale Ausrichtung (vertical-align in Tabellen)

 .oben    { vertical-align:top; background-color:#CCCCCC; }
 .mittig  { vertical-align:middle; background-color:#DDDDDD; }
 .unten   { vertical-align:bottom; background-color:#EEEEEE; }
 
 */


