/* DATEI: flabu.css */

/* margin-top = Abstand zwischen Fensterrand und Inhalt oben */
/* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten */
/* 10px = 10 Pixel, Wert aenderbar */
body { margin-top:0px; margin-bottom:0px; margin-right:0px; margin-left:0px; }

/* font-family = Schriftart fuer Textelemente */
/* Arial,sans-serif = Arial und serifenlose Schrift, Wert aenderbar */
a,p,h1,h2,h3,h4,ul,ol,li,td,address,blockquote,b,i { font-family:Arial,sans-serif; }

/* Seitenueberschriften */
/* font-size = Schriftgroesse */
/* 18pt = 18 Punkt, Wert aenderbar */
h1 { font-size:18pt; color:#075095; }
h2 { font-size:16pt; color:#075095; }
h3 { font-size:14pt; color:#075095; }
h4 { font-size:12pt; color:#075095; }

/* normaler Text */
/* font-size = Schriftgroesse */
/* 10pt = 10 Punkt, Wert aenderbar */
a,td,th,li { font-size:10pt; color:#075095; }
p,ul,ol,address { font-size:10pt; color:#075095; }

/* 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 */
pre { font-family:Arial,sans-serif; font-size:11pt; color:#075095; }
div { font-family:Arial,sans-serif; font-size:14pt; color:#075095; }
tt  { font-family:Arial,sans-serif; font-size:9pt; color:#075095; }
textarea  { font-family:Arial,sans-serif; font-size:11pt; color:#075095; }
input  { font-family:Arial,sans-serif; font-size:11pt; color:#075095; }

/* Bereiche mit Beispiel-Quelltexten */
/* nur MS IE 4, Netscape 4.0 ignoriert diese Angaben */
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 */
.code { background-color:#FFFFE0; }

/* Tabelleninhalte mit Erklaerungen */
/* background-color = Hintergrundfarbe */
/* #EEEEFF = helles Blau, Wert aenderbar */
td.xplcode { background-color:#EEEEFF; }

/* Layout-Elemente */
/* nur MS IE 4, Netscape 4.0 ignoriert diese Angaben */
.doc { background-color:#EEEEEE; }
.qbar { background-color:#FFFFE0; font-size:10pt; font-family:Arial,sans-serif; }

/* normale praeformatierte Bereiche, nicht fuer Quelltexte */
/* color = Farbe */
/* #000000 = schwarz, Wert aenderbar */
pre.normal { color:#000000; }


/* 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:link    { color:#075095; text-decoration:none; }
a:visited { color:#075095; text-decoration:none; }
a:active  { color:#FF4955; text-decoration:underline; }
a:hover   { color:#FF4955; text-decoration:underline; }


a.an { text-decoration:none; }

/* Wenn Sie sich mit Style-Sheets */
/* auskennen, koennen Sie weitere Angaben notieren */

body {border-color:#FF4955}
body {border-right:0.012in}
body {border-left:0.012in}
body {border-bottom:0.012in}
body {border-top:0.012in}

@page { size:landscape; }
@page :left  { margin-left:1.5cm; margin-right:2cm    }
@page :right { margin-left:2cm;   margin-right:1.5cm  }