
 /* 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 */

 address,nobr               { font-family:Verdana, Helvetica, Arial, sans-serif; color:#33CCCC; font-size:12px; line-height:20px; }


 /* Schriftgroesse & Zeilenhoehe fuer NORMALTEXT in Farbe #FFFFFF */

 a,p,li,ul,ol,div,td,th,i,blockquote  { font-family:Verdana, Helvetica, Arial, sans-serif; color:#888888; font-size:12px; line-height:20px; }
 h1                              { font-family:Verdana, Helvetica, Arial, sans-serif; color:#BAA56D; }
 h2                              { font-family:Verdana, Helvetica, Arial, sans-serif; color:#BAA56D; }
 h3                              { font-family:Verdana, Helvetica, Arial, sans-serif; color:#888888; }
 h4                              { font-family:Verdana, Helvetica, Arial, sans-serif; color:#BAA56D; }
 h5                              { font-family:Verdana, Helvetica, Arial, sans-serif; color:#BAA56D; }
 h6                              { font-family:Verdana, Helvetica, Arial, sans-serif; color:#888888; }


 /* Schriftgroessen fuer UEBERSCHRIFTEN */

 h1 { font-size:18px; margin-bottom:20px; }     /* UEBERSCHRIFT 1 */
 h2 { font-size:14px; margin-bottom:20px; }     /* UEBERSCHRIFT 2 */
 h3 { font-size:12px; margin-bottom:20px; }     /* UEBERSCHRIFT 3 */
 h4 { font-size:14px; margin-bottom:20px; }     /* UEBERSCHRIFT 4 */
 h5 { font-size:12px; margin-bottom:20px; }     /* UEBERSCHRIFT 5 */
 h6 { font-size:10px; 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; }
 
 */


