body { margin-top:10px; margin-bottom:10px; }
body {scrollbar-face-color: rgb(200,0,0);
scrollbar -highlight- color: rgb(164,30,30);
scrollbar -shadow- color: rgb(191,191,191);
scrollbar -3dlight- color: rgb(255,96,0);
scrollbar -arrow- color: rgb(255,255,255);
scrollbar -track- color: white;
scrollbar -darkshadow- color: rgb(255,96,0);}
/* Abstand zw Fensterrand u Inhalt */

body {background-color:#FFFFFF; color:#0000A0; font-family:Arial; }

p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
     { font-family:Arial; color:#0000A0; }

/* font-family = Schriftart fuer Textelemente */
/* Arial,sans-serif = Arial und serifenlose Schrift, Wert aenderbar */



h1 { font-size:18pt; color:#0000A0; }

/* gilt nur fuer das Wort 'SELFHTML' auf der Einstiegsseite */
/* font-size = Schriftgroesse */
/* 18pt = 18 Punkt, Wert aenderbar */



h2 { font-size:16pt; color:#0000A0; }

/* Seitenueberschriften */
/* font-size = Schriftgroesse */
/* 16pt = 16 Punkt, Wert aenderbar */



h2.sh2 { font-size:16pt; color:#0000A0; }

/* Abschnittsueberschriften innerhalb einer Seite */
/* font-size = Schriftgroesse */
/* 16pt = 16 Punkt, Wert aenderbar */



h3,h3.xmp,h3.xpl,h3.inf,h3.tip { font-size:12pt; color:#0000A0; }

/* Zwischenueberschriften wie 'Beispiel', 'Erlaeuterung' */
/* font-size = Schriftgroesse */
/* 11pt = 11 Punkt, Wert aenderbar */


h4 { font-size:10pt; color:#0000A0; }

/* Zwischenueberschriften an manchen Stellen */
/* font-size = Schriftgroesse */
/* 10pt = 10 Punkt, Wert aenderbar */


p,ul,ol,li,div,td,th,address,nobr,b,i,text { font-family:Arial; size:10pt; color:#0000A0; }

a:link { color:#0000FF; text-decoration:underline; }
a:visited { color:#000080; text-decoration:none; }
a:active { color:#FF0000; text-decoration:underline; }

/* a:link = Verweise zu noch nicht besuchten Seiten */
/* a:visited = Verweise zu bereits besuchten Seiten */
/* a:active = Verweise, die gerade angeklickt werden */
/* color = Farbe */
/* #AA5522 = kotzbeige, Wert aenderbar */
/* #772200 = scheissbraun, Wert aenderbar */
/* #000000 = schwarz, Wert aenderbar */
/* text-decoration = Tesxtstil */
/* underline = unterstrichen, Default-Wert, Wert aenderbar */
/* none = nicht unterstrichen, Wert aenderbar */