a,body,table,td,tr,div,p,pre,h1,h2,h3,h4,ul {font-family:Verdana,Arial,Helvetica,sans-serif;}
  body,table,td,tr,div,p,pre,            ul {font-size:13px;}

a {font-size:13px;}
/* Pseudoformate */
a:link    {color:#c5e3ed; text-decoration:none; font-weight:bold;}
a:visited {color:#000099; text-decoration:none; font-weight:bold;}
a:hover   {color:#3f6fe7; text-decoration:none; font-weight:bold;} /* hover nicht bei Netscape4.x */
a:active  {color:#e00000; text-decoration:none; font-weight:bold;} 
/* dunkelblau:000099; weiss:ffffff; rot:e00000 */
/* lichtgrau:c5e3ed; etw heller blau:3f6fe7(zu aehnlich zu bgcolor) */

h1 {white-space:nowrap; color:#c5e3ed;font-size:27px; margin-top:10px; margin-bottom:10px;}
h2 {white-space:nowrap; font-size:27px; margin-top:8px; margin-bottom:8px;}
h3 {white-space:nowrap; font-size:18px; margin-top:12px; margin-bottom:12px;}
h4 {white-space:nowrap; font-size:13px; margin-top:8px; margin-bottom:8px;}
/* margin-top/bottom:Abstand vor/nach Üschrift */
/* bei ueberlappenden margin-Angaben gilt nur die groessere Angabe */

.small {font-size:12px;} 			/* fuer alle Klassen/Elemente */
.mini {font-size:11px;} 			/* "*" kann auch entfallen "*"darf nicht entfallen bei Netscape! */
.minimini {font-size:10px; text-decoration:none; font-weight:normal;}
.10pxAbstandVorUndNach {margin-top:10px; margin-bottom:10px;} /* Klasse wird noch nicht genutzt (h1-h3) */

/* Kommentar */
