body { margin-top:0px; margin-bottom:0px; margin-left:0px; }

h1,h2,h3,h4,h5,h6,h7,ul,ol,li,div,td,th,address,blockquote,nobr,b,i { font-family:Arial,sans-serif; }
 
h1 { font-size:21px; color:#0033CC; font-weight:bold; }

h2 { font-size:21px; color:#333366; font-weight:bold; }

h3 { font-size:18px; color:#0033CC; font-weight:bold; }

h4 { font-size:18px; color:#333366; font-weight:bold; }

h5 { font-size:16px; color:#0033CC; font-weight:bold; }

h6 { font-size:16px; color:#666666; font-weight:bold; }

   h7 { font-size:13px; color:#333366; } 
/* h7 nuetzt nichts, da im MS-IE nicht kleiner als normal uebernommen wird */ 

/* Unter MS-IE funktioniert CSS sowieso nicht richtig. Dort haben wir      */
/* von h1 bis h6 ein automatisches, u.U. nicht gewolltes <br>, das ist     */
/* totaler Mist, da in Tabellen-Background hinterlegten Ueberschriften     */
/* nicht mehr zu verwenden! So ist das "h"-Tag insgesamt ziemlich nutzlos. */

/* Alle Schriftgrößen von 22px bis 25px sind gleich, 26px ist wieder       */
/* eine Stufe groesser, aber bereits Keilschrift !                         */
/* Als sinnvolle Abstufungen für Schriftgroessen kann gewaehlt werden:     */
/* 12px-13px für "klein", 16px="normal", 18, 21, und 25 für "sehr gross"   */

/* Sinnvoll ist lediglich die globale Zuweisung der Schriftart Arial und   */
/* der Groesse 16px und der Farbe, s. unten.                               */

ul,ol,li,div,td,th,address,blockquote,nobr,h7 { font-size:16px; color:#333366; }


li { margin-top:3px; }

pre { font-family:Courier New,Courier; font-size:16px; color:#0000C0; }

tt  { font-family:Courier New,Courier; font-size:16px; color:#0000C0; }

a:link    { color:#CE2A2A; text-decoration:none; font-weight:bold; font-style:italic; }
a:visited { color:#CE2A2A; text-decoration:none; font-weight:bold; font-style:italic; }
a:active  { color:#CE2A2A; text-decoration:none; font-weight:bold; font-style:italic; }

/* a:link = Verweise zu noch nicht besuchten Seiten */
/* a:visited = Verweise zu bereits besuchten Seiten */
/* a:active = Verweise, die gerade angeklickt werden */
/* text-decoration = Textstil */
/* underline = unterstrichen, Default-Wert, Wert aenderbar */
/* none = nicht unterstrichen, Wert aenderbar */

