/* Das ist die Windows CSS-Datei */

BODY, TD, TH {
        background-color: #FFEABF;
        color: #000000; 
/*        color: #006600;*/
        font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 8pt;
/*        font-size: 0.8em;*/
}

TD.color3 {
          background-color: #096195; font-size: 7pt;
          }
TD.color4 {
	background-color: #E6E6FA;font-size: 7pt;
}
/*Die Überschriften*/
H1, H2, H3, H4 {
	background-color: transparent;
	color: #191970;
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
}
H1 {
        font-size: 13pt;
}
H2 {
        font-size: 12pt;
}
H3 {
        font-size: 11pt;
}
H4 {
        font-size: 10pt;
}
/*Jeder Absatz wird als Blocksatz formatiert und von links 3 em eingerückt*/
P {font-size: 9pt;

        margin-left: 3em;
        text-align: justify;
}        
/*Die Linkformatierung (in NN 4.x funktioniert das Attribut HOVER und ACTIVE nicht)*/
A:link  {
        background-color: transparent;
        color : #096195;
        text-decoration :underline;
	font-size: 9pt;
	}
A:visited {
        background-color: transparent;
        color : #096195;
        text-decoration :underline;
	font-size: 9pt;
}
A:hover {
        background-color: transparent;
        color :  #CC8900;
        text-decoration :none;
	font-size: 9pt;
}
A:active {
        background-color: transparent;
        color :  #7573E6;
        text-decoration :none;
	font-size: 9pt;
}

