/* DATEI: geg.css */
body { margin-top:0px; margin-bottom:0px; }
/* margin-top = Abstand zwischen Fensterrand und Inhalt oben */
/* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten */
/* 0px = 0 Pixel, Wert aenderbar */

p,p.klein, h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
     { font-family: Copperplate Gothic Light, Arial, Helvetica; font-style: normal; font-weight: lighter; font-size:normal; color:#BBFFBB;}
p.klein { font-family: Copperplate Gothic Light, Arial, Helvetica; font-style: normal; font-weight: lighter; font-size:smaller; color:#BBFFBB;}
li {font-family: Copperplate Gothic Light, Arial, Helvetica; font-style: normal; font-weight: lighter; font-size:smaller; color:#BBFFBB;}

h1 {font-family: Copperplate Gothic Light, Arial, Helvetica; font-style: normal; font-weight: lighter; font-size:small; color:#BBFFBB;}

/* Navigationsleiste */

h2, u2 {font-family: Copperplate Gothic Light, Arial, Helvetica; font-style: normal; font-weight: lighter; font-size:small; color:#00A800;}

/* Laufender Text*/

h2.sh2 {font-family: Copperplate Gothic Light, Arial, Helvetica; font-style: normal; font-weight: lighter; font-size:small; color:#00A800;}

/* Abschnittsueberschriften innerhalb einer Seite */

h3,h3.xmp,h3.xpl,h3.inf,h3.tip { font-family: Copperplate Gothic Light, Arial, Helvetica; font-style: normal; font-weight: lighter; font-size:small; color:#008000;}

h3 { font-family: Copperplate Gothic Light, Arial, Helvetica; font-style: normal; font-weight: lighter; font-size:small; color:#008000;}

/* Zwischenueberschriften wie 'Beispiel', 'Erlaeuterung' */

h4 { font-family: Copperplate Gothic Light, Arial, Helvetica; font-weight: lighter; font-size:medium; font-style: normal; color:#BBFFBB;}

h5 { font-family: Copperplate Gothic Light, Arial, Helvetica; font-weight: bold; font-size:medium; font-style: normal; color:#00A800;}

h6 { font-family: Copperplate Gothic Light, Arial, Helvetica; font-weight: bold; font-size:16pt; color:#BBFFBB; }

/* Ueberschrift Gallerien */

p,ul,ol,li,div,td,th,address,nobr,b,i { font-family:Copperplate Gothic Light, Arial, Helvetica; font-size:10pt; }

/* normaler Text */

pre { font-family:Copperplate Gothic Light, Arial, Helvetica; font-size:10pt; color:#ffffff; }


td.xmpcode { border-width:0pt; border-style:solid; border-color:#BBFFBB; background-color:#808080; }

.hlpl{ font-family:Copperplate Gothic Light, Arial, Helvetica; font-size:14pt; color:#FF0000; }
.bacl{ font-family:Copperplate Gothic Light, Arial, Helvetica; font-size:14pt; color:#00FF00; }
/* frei */
.code { background-color:#000000; }

/* Tabelleninhalte mit Quellcode */
/* background-color = Hintergrundfarbe */
/* #FFFFFF = weiss, Wert aenderbar */
/* Farbe sollte gleich sein wie bei td.xmpcode */

td.xplcode { background-color:#000000; }

/* Tabelleninhalte mit Erklaerungen */

.doc { background-color:#000000; }

/* Layout-Elemente mit hellgrauem Hintergrund */

.qbar { background-color:#000000; font-size:9pt; font-family:Arial, Helvetica; }

/* Layout-Elemente mit hellgrauem Hintergrund */
/* nur MS IE 4, Netscape 4.0 ignoriert diese Angaben */

pre.normal { color:#000000; }

/* normale praeformatierte Bereiche, nicht fuer Quelltexte */

a:link { color:#00A800; text-decoration:none; }
a:visited { color:#008000; text-decoration:none; }
a:active { color:#00FF00; 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 */
/* text-decoration = Tesxtstil */
/* underline = unterstrichen, Default-Wert, Wert aenderbar */
/* none = nicht unterstrichen, Wert aenderbar */

