/* Das ist die Windows CSS-Datei */
/* font color #000099 #663300 */
BODY, TD, TH {
        background-color: #C0C0C0;
        color: #000099;
        font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 0.8em;
}
/*Die Überschriften*/
H1, H2, H3, H4 {
        background-color: transparent;
        font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
}
H1 {
        font-size: 1.8em;
}
H2 {
        font-size: 1.2em;
}
H3 {
        font-size: 0.9em;
}
H4 {
        font-size: 0.7em;
}
/*Jeder Absatz wird linkbuendig formatiert und von links 3 em eingerückt*/
P {
        margin-left: 0.3em;
        text-align: left;
}

/*Die Linkformatierung (in NN 4.x funktioniert das Attribut HOVER und ACTIVE nicht)*/
 a:link { text-decoration:none; font-weight:bold; color:#E00000; }
 a:visited { text-decoration:none; font-weight:bold; color:#800000; }
 a:hover { text-decoration:none; font-weight:bold; background-color:#FFFF00; }
 a:active { text-decoration:none; font-weight:bold; background-color:#CCFFFF; }
 
 /*Linkformatierung für Fließtext*/
#sprung a:link { text-decoration:none; font-weight:normal; color:#E00000; }
#sprung a:visited { text-decoration:none; font-weight:normal; color:#800000; }
#sprung a:hover { text-decoration:none; background-color:#FFFF00; }
#sprung a:active { text-decoration:none; background-color:#CCFFFF; }

.navi {
	font-family: verdana,helvetica;
	background-color: #fb7922;
	color: #ffffff;
	font-size: 0.9em;
}
.klein {
	font-family:verdana,helvetica;
	background-color: #000099;
	color: #000098;
	font-size: 1pt;
}
.bild  {font-size: 0.9em}

.fett {
	font-size: 0.9em;
	font-weight:bold
}