body { margin-left:5px; margin-right:15px;margin-top:5px; margin-bottom:5px; }



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



ol {margin-left: 2px;}

ul {margin-left: 80px;}



h1.rot { font-size:36pt;color:#FF6666}

h1 { font-size:36pt;color:#A2A2A2 }

h2 { font-size:24pt;color:#A2A2A2 }

h2.rot { font-size:24pt;color:#FF6666}

h2.black { font-size:24pt;color:#000000}

h2.dunkelrot { font-size:24pt;color:#FF6666}

h3 { font-size:16pt; }

h3.rot { font-size:14pt;color:#FF6666}

h3.rotkleiner { font-size:13pt;color:#FF6666}

h3.black { font-size:16pt;color:#000000}

h4 { font-size:9pt;color:#A2A2A2}

h4.black { font-size:9pt;color:#000000}

h4.blau { font-size:9pt;color:#4B4BFF}

h4.kursiv { font-size:9pt;color:#A2A2A2;font-style:italic}

h4.dunkelrot { font-size:9pt;color:#FF6666}


h4.rot { font-size:9pt;color:#FF6666}

h4.drot { font-size:9pt;color:#FF6666}

h4.gelb { font-size:9pt;color:#D2D200}

h5.black { font-size:7pt;color:#000000}


p,ul,ol,li,div,td,th,address,nobr,i { font-size:9pt;color:#A2A2A2 }













pre { font-family:Courier New,Courier; font-size:10pt; color:#A2A2A2; }



/* Quelltext-Beispiele */

/* font-family = Schriftart */

/* Courier New,Courier = Schriftarten, Wert aenderbar */

/* font-size = Schriftgroesse */

/* 10pt = 10 Punkt, Wert aenderbar */

/* color = Farbe */

/* #0000C0 = blau, Wert aenderbar */





tt { font-family:Courier New,Courier; font-size:10pt; color:#A2A2A2; }



/* Quelltext-Befehle im normalen Fliesstext */

/* font-family = Schriftart */

/* Courier New,Courier = Schriftarten, Wert aenderbar */

/* font-size = Schriftgroesse */

/* 10pt = 10 Punkt, Wert aenderbar */

/* color = Farbe */

/* #0000C0 = blau, Wert aenderbar */







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



/* Bereiche mit Beispiel-Quelltexten */

/* nur MS IE 4, Netscape 4.0 ignoriert diese Angaben */

/* border-width = Randbreite */

/* 1pt = 1 Punkt, Wert aenderbar */

/* border-style = Randstil */

/* solid = durchgezogen, Wert aenderbar */

/* border-color = Randfarbe */

/* #999999 = grau, Wert aenderbar */

/* background-color = Hintergrundfarbe */

/* #FFFFE0 = helles Gelb, Wert aenderbar */







.code { background-color:#FFFFE0; }



/* Tabelleninhalte mit Quellcode */

/* background-color = Hintergrundfarbe */

/* #FFFFE0 = helles Gelb, Wert aenderbar */

/* Farbe sollte gleich sein wie bei td.xmpcode */







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: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:#FF6666 ; text-decoration:underline; }

a:visited { color:#FF6666; text-decoration:underline; }

a:active { color:#FF6666; text-decoration:none; }

/*
a:link { color:#FF6432 ; text-decoration:underline; }

a:visited { color:#FF6432; text-decoration:underline; }

a:active { color:#FA6432; 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; }









