/* Das ist die Windows CSS-Datei */

BODY, TD {
        background-color: #D6DEEF;
/*        color: #663300; */
        color: #000000;
        font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 0.8em;
}
/*Die Überschriften*/
H1, H2, H3, H4 {
        background-color: transparent;
        color: #003366;
        font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
}
H1 {
        font-size: 1.8em;
}
H2 {
        font-size: 1.3em;
}
H3 {
        font-size: 1.1em;
}
H4 {
        font-size: 0.7em;
}
/*Jeder Absatz wird als Blocksatz formatiert und von links 3 em eingerückt*/
P {
        margin-left: 3em;
        text-align: justify;
}
TD.color3 {
          background-color: #096195; 
	padding-left : 4px;
	padding-right : 4px;
          }


/*Die Linkformatierung (in NN 4.x funktioniert das Attribut HOVER und ACTIVE nicht)*/
A:link  {
        background-color: transparent;
        color : #003366;
        text-decoration :underline;
}
A:visited {
        background-color: transparent;
        color : #003366;
        text-decoration :underline;
}
A:hover {
        background-color: transparent;
        color :  #003366;
        text-decoration :none;
}
A:active {
        background-color: transparent;
        color :  #003366;
        text-decoration :none;
}

