/* DATEI: formate.css */
body { margin-top:2px; margin-bottom:1px; }
/* margin-top = Abstand zwischen Fensterrand und Inhalt oben */
/* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten */
/* 2px = 1 Pixel, Wert aenderbar */
p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i,pre
     { font-family:Arial,sans-serif,helvetica; }
/* font-family = Schriftart fuer Textelemente */
/* Arial,sans-serif,helvetica = Arial und serifenlose Schrift, Wert aenderbar */
h1 { font-size:18pt; }
/* gilt nur fuer das Wort 'SELFHTML' auf der Einstiegsseite */
/* font-size = Schriftgroesse */
/* 18pt = 18 Punkt, Wert aenderbar */
h2 { font-size:16pt; }
/* Seitenueberschriften */
/* font-size = Schriftgroesse */
/* 16pt = 16 Punkt, Wert aenderbar */
h2.sh2 { font-size:16pt; }
/* Abschnittsueberschriften innerhalb einer Seite */
/* font-size = Schriftgroesse */
/* 16pt = 16 Punkt, Wert aenderbar */
h3,h3.xmp,h3.xpl,h3.inf,h3.tip { font-size:12pt; }
/* Zwischenueberschriften wie 'Beispiel', 'Erlaeuterung' */
/* font-size = Schriftgroesse */
/* 11pt = 11 Punkt, Wert aenderbar */
h4 { font-size:10pt; }
/* Zwischenueberschriften an manchen Stellen */
/* font-size = Schriftgroesse */
/* 10pt = 10 Punkt, Wert aenderbar */
p,ul,ol,li,div,td,th,address,nobr,b,i,hr { font-size:10pt; }
/* normaler Text */
/* font-size = Schriftgroesse */
/* 10pt = 9 Punkt, Wert aenderbar */
p,ul,ol,li,div,td,th,address,nobr,b,i { letter-spacing:0,3pt; }
/* letter-spacing = Zeichenabstand, Wert aenderbar */
/* 0,3pt = 0,3 Punkt, Wert aenderbar */
p,ul,ol,li,div,td,th,address,nobr,b,i { word-spacing:0,7mm; }
/* word-spacing = Wordabstand, Wert aenderbar */
/* 0,7mm = 0,7 Milimeter, Wert aenderbar */
pre { font-family:Courier New,Courier; font-size:9pt; color:#0000C0; }
/* Quelltext-Beispiele */
/* font-family = Schriftart */
/* Courier New,Courier = Schriftarten, Wert aenderbar */
/* font-size = Schriftgroesse */
/* 9pt = 9 Punkt, Wert aenderbar */
/* color = Farbe */
/* #0000C0 = blau, Wert aenderbar */
tt { font-family:Courier New,Courier; font-size:9pt; color:#0000C0; }
/* Quelltext-Befehle im normalen Fliesstext */
/* font-family = Schriftart */
/* Courier New,Courier = Schriftarten, Wert aenderbar */
/* font-size = Schriftgroesse */
/* 9pt = 9 Punkt, Wert aenderbar */
/* color = Farbe */
/* #0000C0 = blau, Wert aenderbar */
A {
        color: #000000;
        text-decoration: underline;
        }
A:HOVER {
        color: Red;
        text-decoration: underline;
}
A.menu1 {
        color: #000000;
        text-decoration: none;
        font-size:13px;
        }
A.menu1:HOVER {
        color: #244266;
        text-decoration: underline;
}
A.menu2 {
        color: #000000;
        text-decoration: none;
        font-size:13px;
                }
A.menu2:HOVER {
        color: #4B6483;
        text-decoration: underline;
}
A.menu3 {
        color: #FFFFFF;
        text-decoration: none;
        font-weight:bold;
        font-size:15px;
        }
A.menu3:HOVER {
        color: #C3CBD4;
        text-decoration: underline;
        }
A.menu4 {
        color: #000000;
        text-decoration: underline;
        font-weight:bold;
        font-size:15px;
        }
A.menu4:HOVER {
        color: #4B6483;
        text-decoration: underline;
}
A.menu5 {
        color: #FFFFFF;
        text-decoration: none;
        font-size:11px;
        }
A.menu5:HOVER {
        color: #C3CBD4;
        text-decoration: underline;
}
A.menu6 {
        color: #000000;
        text-decoration: none;
        font-weight:bold;
        font-size:13px;
        }
A.menu6:HOVER {
        color: #4B6483;
        text-decoration: underline;
}
A.menu7 {
        color: #000000;
        text-decoration: none;
        font-weight:bold;
        text-decoration: underline;
        font-size:13px;
        }
A.menu7:HOVER {
        color: #4B6483;
        text-decoration: underline;
}
A.menu8 {
        color: #FFFFFF;
        text-decoration: underline;
        }
A.menu8:HOVER {
        color: #FF9300;
        text-decoration: underline;
}
A.menu8a {
        color: #FFFFFF;
        text-decoration: none;
        }
A.menu8a:HOVER {
        color: #FF9300;
        text-decoration: underline;
}




A.menu9 {
        color: #000000;
        text-decoration: underline;
        font-size:13px;
                }
A.menu9:HOVER {
        color: #4B6483;
        text-decoration: underline;
}

A.ueberschrift {
        color: #FF9300;
        text-decoration: none;
        font-size:14px;
        font-weight:bold;
                }
A.ueberschrift:HOVER {
        color: #244266;
        text-decoration: underline;
}





span.ueberschrift {font-size:14px ; color:#FFFFFF; font-weight:bold}
span.ueberschrift_w {font-size:14px ; color:#FFFFFF; font-weight:bold}
span.ueberschrift_r {font-size:14px ; color:#FF9300; font-weight:bold}
span.ueberschrift_b {font-size:14px ; color:#244266; font-weight:bold}
span.klein {font-size:11px ; color:#000000}
span.weiss {font-size:12px ; color:#FFFFFF}