body { margin-top:10px; margin-bottom:10px; }

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

p,ul,ol,li,div,td,th,address,nobr,b,i { font-size:10pt; color:#00009F;}

/* font-family = Schriftart fuer Textelemente */
/* Arial,sans-serif = Arial und serifenlose Schrift, Wert aenderbar */


h1 { font-size:12pt; color:#00009F; margin-bottom:3px; margin-top:0px; }
/*h1 { font-size:18pt; color:#0000C0; font-weight:bold; background-image:url(headbar.jpg);}*/
/* Zwischenbalken */

h2 { font-size:16pt; }

h3 { font-size:12pt; }

h4 { font-size:10pt; }


/* normaler Text */

.weiss { color:#FFFFFF; }

p.gross { font-size:12pt; }

.normal { color:#000000; font-size:10pt; font-weight:normal; font-family:Arial,sans-serif;}

.klein  { color:#000000; font-size:8pt; font-weight:normal; font-family:Arial,sans-serif;}
.klein2 { color:#00009F; font-size:8pt; font-weight:normal; font-family:Arial,sans-serif;}

.qbar1 { font-size:12pt;
        color:#FFDF00;
        margin-bottom:0px;
        margin-top:8px;
        padding-bottom:10px;
        padding-top:10px;
        padding-left:10px;
        background-color:#0000BF;
        border-style:none; border-width:thin;
        font-weight:bold; }

.qbar { font-size:12pt;
        color:#F8CD18;
        margin-bottom:0px;
        padding-bottom:0px;
        background-color:#C00513;
        font-weight:bold;}

.qbar2 { background-image:url(res/absatzbalken.jpg);
         background-repeat:no-repeat; }


/* 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:#0000FF; text-decoration:underline; }
a:visited { color:#0000FF; text-decoration:underline; }
a:active { color:#00A0FF; 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 */
/* text-decoration = Tesxtstil */
/* underline = unterstrichen, Default-Wert, Wert aenderbar */
/* none = nicht unterstrichen, Wert aenderbar */

a.an { text-decoration:none; }

.tablebgr1 { background-color:#E0E0E0 }
.tablebgr2 { background-color:#CECFCE }

.errormessage { color:#FF0000; font-weight:bold; }