.black {
        color: #000000;
}
.smaller {
         font-size: 8pt;
}
.white {
       color: #ffffff;
}

}
A {
    color: #0080C0;
}
A:hover {
       color: #DF0000;
}
A:visited {
           color: #000000;
}
A:hover.toctable {
                  color: #FFFF00;
}
TH A  {
                  color: #FFFFFF;
}
TH A:visited  {
                  color: #E4E4E4;
}
BODY {
      font-size: 10pt;
      font-family: Arial, helvetica, sans-serif;
      background-color: #FFFFFF;
      background: url(image/bg_nav.gif);
}
H1 {
        font-weight: bold;
        font-size: 18pt;
        font-family: Arial, helvetica, sans-serif;
}
H2 {
        font-style: italic;
        font-weight: bold;
        font-size: 16pt;
        font-family: Arial, helvetica, sans-serif;
}
H3 {
        color: #808080;
        font-weight: bold;
        font-size: 14pt;
        font-family: Arial, helvetica, sans-serif;
        text-transform: uppercase
}
H4 {
        font-size: 16pt;
        font-family: Arial, helvetica, sans-serif;
}
H5 {
        font-size: 14pt;
        font-family: Arial, helvetica, sans-serif;
}
H6 {
        font-size: 12pt;
        font-family: Arial, helvetica, sans-serif;
        font-style: italic;
        margin-left: 10pt;
}
P {
        font-size: 10pt;
        font-family: Arial, helvetica, sans-serif;
}
TH {
        font-family: Arial, helvetica, sans-serif;
        font-size: 10pt;
        font-weight: bold;
        color: #FFFFFF;
        background-color: #0080C0;
}
TD {
        font-size: 10pt;
        font-family: Arial, helvetica, sans-serif;
}

TD.blank {
        font-size: 10pt;
        font-family: Arial, helvetica, sans-serif;
        background-color: #FFFFFF;
}

/* --- Die dunkleren Zellen hinter den eigentlichen Zellen (.blank)  fuer die Haarlinien */
.bg{
        background-color: #0080C0;
}

.bildschrift {
        font-size: 8pt;
        font-weight: bold;
        text-align: center;
}

/* styles fuer die News-Funktionen: */

.date {
        font-size: 9pt;
        font-family: Arial, helvetica, sans-serif;
        text-align: right;
        margin-bottom: 2px;
}
.author {
        font-size: 9pt;
        font-family: Arial, helvetica, sans-serif;
        text-align: right;
}
TD.navtd {
        font-size: 10pt;
        color: #000000;
        background-color: #FFFFFF;
        font-weight: normal;
        text-decoration: none;
}
.navtd A {
        font-size: 10pt;
        font-weight: normal;
        border: 1;
        border-color: black;
}
.navtd A:hover {
        font-size: 10pt;
        font-weight: normal;
        color: #DF0000;
        text-decoration: underline;
}
UL {
    list-style-type: square;
    font-size: 10pt;
    font-family: Arial, helvetica, sans-serif;
}

TD.toc {
        font-size: 10pt;
        color: #000000;
        background-color: #FFFFFF;
        font-weight: normal;
        text-decoration: none;
}

TD.content
{
    background-color: White;
    text-align: left;
    width: 80%;
}

.copynote {
        font-size: 0.9em;
        color: #808080;
        width: 400px;
        }

        /* Formulare */

INPUT.submit {
        background-color: #0080C0;
        color:#FFFFFF;
        margin:3px;
        border-style:groove;
        border-color:#808080;
        font-size: 10pt;
        font-weight: bold;
        }

