
body { margin-top:5px; margin-bottom:5px; font-family:Arial,sans-serif; font-size:10pt; }

/* margin-top = Abstand zwischen Fensterrand und Inhalt oben */
/* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten */
/* 10px = 10 Pixel, Wert aenderbar */


p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
     { font-family:Arial,sans-serif; }

/* font-family = Schriftart fuer Textelemente */
/* Arial,sans-serif = Arial und serifenlose Schrift, Wert aenderbar */



h1 { font-size:20pt; }

/* gilt nur fuer das Wort 'SELFHTML' auf der Einstiegsseite */
/* font-size = Schriftgroesse */
/* 20pt = 20 Punkt, Wert aenderbar */
.einleitung {color=maroon}


h2 { font-size:16pt; }

/* Seitenueberschriften */
/* font-size = Schriftgroesse */
/* 16pt = 16 Punkt, Wert aenderbar */


h3,h3.xmp,h3.xpl,h3.inf,h3.tip { font-size:14pt; }

/* Zwischenueberschriften wie 'Beispiel', 'Erlaeuterung' */
/* font-size = Schriftgroesse */
/* 12pt = 12 Punkt, Wert aenderbar */


h4 { font-size:12pt; }

/* Zwischenueberschriften an manchen Stellen */
/* font-size = Schriftgroesse */
/* 10pt = 10 Punkt, Wert aenderbar */


p,ul,ol,li,div,td,th,address { font-size:10pt; }
#fettgross { font-size:20pt; font-weight:bold; font-style:italic; }

/* normaler Text */


a:link { color:#DCA910; text-decoration:underline; font-style:bold }
a:visited { color:silver; text-decoration:underline; font-style:bold}
a:active { color:#000000; text-decoration:none; font-style:bold}

a.normal { font-size:14pt; }
a.klein { font-size:8pt; }




