body { margin-top:10px; margin-bottom:10px; background-color:rgb(60,63,60); color:white; }


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


h1 { font-size:18pt; color:white; }


h2 { font-size:16pt; color:white; }


h2.sh2 { font-size:16pt; }



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


h4 { font-size:11pt; color:white; }

.Bildschrift {  color:white; }

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

.klein { font-size: 9pt; }


/*td.xmpcode { border-width:1pt; border-style:solid; border-color:#999999; background-color:#FFFFE0; }


.code { background-color:#FFFFE0; }

/* Tabelleninhalte mit Quellcode */
/* background-color = Hintergrundfarbe */
/* #FFFFE0 = helles Gelb, Wert aenderbar */
/* Farbe sollte gleich sein wie bei td.xmpcode */

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

.hellgruen { background-color:rgb(102,102,102); }

.grau { background-color:rgb(120,123,120); color:#FFFFFF}

.beige { background-color:#666633; }

td.xplcode { background-color:#EEEEFF; }

/* Tabelleninhalte mit Erklaerungen */
/* background-color = Hintergrundfarbe */
/* #EEEEFF = helles Blau, Wert aenderbar */



.doc { background-color:#EEEEEE; }

/* Layout-Elemente mit hellgrauem Hintergrund */
/* background-color = Hintergrundfarbe */
/* #EEEEEE = helles Grau, Wert aenderbar */



.qbar { background-color:#FFFFE0; font-size:11pt; 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 = 10 Punkt, Wert aenderbar */


pre.normal { color:#000000; }

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


a:link { color: #FF6633; text-decoration: none; }
a:visited { color: #FF6600; text-decoration: none; }
a:active { color: #FFFFFF; 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 */
/* #BB5500 = dunkelorange */
/* #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; }