/* Das ist die Windows CSS-Datei */

BODY {
        background-color: #FFEABF;
/*        color: #663300; */
        color: #000000;
        font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 10pt;
}
TD {
/*        background-color: #D6DEEF;*/
/*        color: #663300; */
        color: #000000;
        font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 10pt;
}

/*Die Überschriften*/
H1, H2, H3, H4{
        background-color: transparent;
        color: #003366;
        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 {
        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 : #CC6633;
        text-decoration :underline;
}
A:visited {
        background-color: transparent;
        color : #CC6633;
        text-decoration :underline;
}
A:hover {
        background-color: transparent;
        color :  #663300;
        text-decoration :none;
}
A:active {
        background-color: transparent;
        color :  #663300;
        text-decoration :none;
}


