body { margin-top:0px; margin-bottom:2px; background-color:#003366;}

/* 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,sans-serif;color: #FFCC00;
     }
	 
hr
  {
	color: #ffcc00;
	height: 1px;
        width: 758px;
	}


/*p  { text-align:justify; }*/
/* font-family = Schriftart fuer Textelemente */
/* Arial,sans-serif = Arial und serifenlose Schrift, Wert aenderbar */

h1 { font-size:24pt;  }
h2 { font-size:18pt; }
h3,h3.xmp,h3.xpl,h3.inf,h3.tip { font-size:14pt; }
h4 { font-size:12pt; }
/* Zwischenueberschriften an manchen Stellen */
/* font-size = Schriftgroesse */
/* 10pt = 10 Punkt, Wert aenderbar */

p,ul,ol,li,div,td,th,address,nobr,b,i { font-size:10pt; }

/* normaler Text */
/* font-size = Schriftgroesse */
/* 10pt = 10 Punkt, Wert aenderbar */

pre { font-family:Courier New,Courier; font-size:10pt; color:#0000C0; }
/* 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:#0000C0; }

/* 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; }

/* 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; }

/* normale praeformatierte Bereiche, nicht fuer Quelltexte */
/* color = Farbe */
/* #000000 = schwarz, Wert aenderbar */

a:link    { color:#99CCFF;  font-size:10pt; Arial,sans-serif;color: #FFCC00}
a:visited { color:#99CCFF;  font-size:10pt; Arial,sans-serif;color: #FFCC00 }
a:active  { color:#99CCFF;  font-size:10pt; Arial,sans-serif;color: #FFCC00 }

/* 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 */

a.an { text-decoration:none; }
.small  { font-size:9pt;}
.medium { font-size:10pt;}
.large  { font-size:12pt;}
.xlarge { font-size:14pt;}
.xxlarge { font-size:18pt;}
.title  { font-size:24pt;}
.rot { background-color: #996666; color:#ffcc00 }
.knallrot{ background-color: #dd0000; color:#ffcc00 }
.blau { background-color: #666699; color:#ffcc00 }
.gruen { background-color: #669966; color:#ffcc00 }
.or2bl { background-color: #666699; color:#ffcc00 }
.bl2or {background-color: #ffcc00; color:#666699}
.knopf { background-color: #666699; color:#ffcc00 }
.sw2gr {background-color: #999999;color:#000000;}
.grau {background-color: #999999; color:#ffffff}
.menu  {background-color:#aabbff;color:#000000;}
.or2sw  {background-color:#000000;color:#ffcc00 }


#rel { width:90%; }
#fix { width:758px; }
