/* DATEI: main.css */

/* Zeilen wie diese, die mit Schraegstrich und Stern */
/* beginnen und mit Stern und Schraegstrich enden, sind */
/* Kommentarzeilen. */

/* Es folgen die Style-Definitionen: */
/* Unterhalb jedes Befehls steht eine Kurzerklaerung */



body {  color: #0000C0;
        bgcolor: #FFFFFF;
        link: #0000C0;
        vlink: #0000C0;
        alink: #FF00FF;
        font-family: Verdana, Helvetica, sans serif;
        font-size: 10pt;
}

h1 { text-align: center;}
h2 { font-size: 12pt; }
h3 { font-size: 20pt; }
h4 { font-size: 15pt; }
h5 { text-align: center; font-size:  14pt; }
h6 { color: #FFFFFF; text-align: center; font-size: 20pt; }

a                   { font-size: 10pt;
                      link: #0000C0;
                      vlink: #0000C0;
                      alink: #FF00FF; }
a.weiss             { font-size: 10pt; color: #FFFFFF; }
p                   { font-size: 10pt; }
p.mittel            { font-size: 12pt; }
b                   { font-size: 10pt; }
b.klein             { font-size: 9pt; }
b.mittel            { font-size: 12pt; }
b.grossblau         { font-size: 15pt; }
b.gross             { color: #FFFFFF; text-align: center; font-size: 15pt; }
li                  { font-size: 10pt; }
li.mittel           { font-size: 12pt; }
td.weiss            { color: #FFFFFF; font-size: 10pt; }
td                  { font-size: 10pt; }
td.klein            { font-size: 9pt; }
div                 { font-size: 10pt; }
div.klein           { font-size: 9pt;}
ul                  { font-size: 10pt; }
ol                  { font-size: 10pt; }
th                  { font-size: 10pt; }
address             { font-size: 10pt; }
nobr                { font-size: 10pt; }
i                   { font-size: 10pt; }

hr                  { color: #0000C0; }


table               { Border: 0; font-size: 10pt; }
table.weiss         { color: #FFFFFF; Border: 0; bordercolor: #0000C0; bordercolordark: #0000C0;                                 bordercolorlight: #0000C0; font-size: 10pt;}

blockquote          { }
