
/* DATEI: layout.css */

body { margin-top:0px; margin-bottom:0px; }
/* margin-top = Abstand zwischen Fensterrand und Inhalt oben */
/* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten */
/* 10px = 10 Pixel */

p,h1,h2,h3,h4,ul,ol,li,br,div,td,th,address,blockquote,nobr,b,i
     { font-family:Arial,sans-serif; color:#000066; }

h1 { font-size:24pt; color:#FFCC00; }

h2 { font-size:16pt; color:#FFCC00; }
/* Seitenueberschriften */

h2.sh2 { font-size:16pt; color:#FFCC00; }
/* Abschnittsueberschriften innerhalb einer Seite */

small { font-family:Arial; font-size:9pt; color:#000000;  }

h3,h3.xmp,h3.xpl,h3.inf,h3.tip { font-size:12pt; color:#FFCC00; }
/* Zwischenueberschriften wie 'Beispiel', 'Erlaeuterung' */

h4 { font-size:10pt; color:#FFCC00; }

/* Zwischenueberschriften an manchen Stellen */

p,ul,i,ol,li,div,td,th,address,blockquote,nobr,b,i { font-size:9pt; color: #000000; }
/* normaler Text */
/* #000000 - schwarz*/
/* #FFFFFF - weiss*/

pre { font-family:Arial; font-size:10pt; color:#0000C0; }
/* Quelltext-Beispiele */
/* #0000C0 = blau */

tt { font-family:Arial; font-size:10pt; color:#0000C0; }
/* color = Farbe */
/* #0000C0 = blau */

th { font-family:Arial; font-size:8pt; #FFFFFF; }
/* color = Farbe */
/* #0000C0 = blau */

address { font-family:Arial; font-size:8pt; #FFFFFF; }
/* color = Farbe */
/* #0000C0 = blau */

a.an { text-decoration:none; }

a:link { color:#0000C0; text-decoration:underline; }
a:visited { color:#0080FF; text-decoration:underline; }
a:active { color:#FF0033; text-decoration:none; }

/* a:link = Verweise zu noch nicht besuchten Seiten */
/* a:visited = Verweise zu bereits besuchten Seiten - #3366FF*/
/* a:active = Verweise, die gerade angeklickt werden */
/* color = Farbe */
/* #AA5522 = beige */
/* #772200 = braun */
/* #000000 = schwarz */
/* text-decoration = Textstil */
/* underline = unterstrichen, Default-Wert */
/* none = nicht unterstrichen */

