/* DATEI: formate.css */



body { margin-top:0px; margin-bottom:0px; }



/* 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.menu0 {
        color: #000000;
        text-decoration: none;
        font-size:12px;
        }

A.menu0:HOVER {
        color: Red;
        text-decoration: underline;
}


A.menu1 {
        color: #000000;
        text-decoration: none;
        font-size:12px;
        }

A.menu1:HOVER {
        color: #FFFFFF;
        text-decoration: underline;
}

A.menu2 {
        color: #FFFFFF;
        text-decoration: none;
        font-size:12px;
        font-weight:bold;
        }

A.menu2:HOVER {
        color: #DADADA;
        text-decoration: underline;
}

A.menu3 {
        color: #000000;
        text-decoration: none;
        font-size:12px;
        }

A.menu3:HOVER {
        color: #919191;
        text-decoration: underline;
}


A.menu4 {
        color: #000000;
        text-decoration: none;
        font-size:13px;
        }

A.menu4:HOVER {
        color: Red;
        text-decoration: underline;
}

A.menu5 {
        color: #B30000;
        text-decoration: none;
        font-size:16px;
        font-weight:bold;
        }

A.menu5:HOVER {
        color: #000000;
        text-decoration: underline;
}

A.menu6 {
        color: #FFFFFF;
        text-decoration: none;
        font-size:13px;

        }

A.menu6:HOVER {
        color: #FF0000;
        text-decoration: underline;
}






span.ueberschrift {font-size:14px ; color:#4C4C4C; font-weight:bold}
span.text { font-size:12px; color:#5A6A7E}
span.text_klein { font-size:11px; color:#000000}
span.text_w { font-size:12px; color:#FFFFFF}
span.preis {font-size:16px ; color:#B30000; font-weight:bold}