body { margin-top:10px; margin-bottom:10px; background-color:black}

p, h1, h2, h3, h4, ul, ol, li, div, td, th, address, blockquote, nobr, b, i, form, br, body, pre
     { font-family:Verdana,Helvetica,Arial,sans-serif; Color:#EEEEEE}

a href { background-color:#000000; }
h1 { font-size:18pt; }

h2 { font-size:16pt; }

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

h4 { font-size:12pt; }

p, pre, ul, ol, li, div, td, th, address, nobr, b, i, br, body { font-size:11pt; }


.code { background-color:#FFFFE0; }

.buttongruen { background-color:rgb(51,176,116); }

.hellgruen { background-color:rgb(169,240,174); }

.klein { font-size:9pt; }

.doc { background-color:#999999; }


.qbar { background-color:#FFFFE0; font-size:9pt; font-family:Arial,sans-serif; }

/* Layout-Elemente mit hellgrauem Hintergrund */
/* nur MS IE 4, Netscape 4.0 ignoriert diese Angaben */
/* background-color = Hintergrundfarbe */
/* #FFFFE0 = helles Gelb, Wert aenderbar */
/* font-family = Schriftart */
/* Arial,sans-serif = Schriftarten, Wert aenderbar */
/* font-size = Schriftgroesse */
/* 9pt = 9 Punkt, Wert aenderbar */


pre.normal { color:#000000; }

/* normale praeformatierte Bereiche, nicht fuer Quelltexte */
/* color = Farbe */
/* #000000 = schwarz, Wert aenderbar */


a:link { color:silver; text-decoration:underline; }
a:visited { color:gray; text-decoration:underline; }
a:active { color:gray; text-decoration:none; }

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

a.an { text-decoration:none; }