
body{
        font-family: Verdana,Arial,Helvetica;
        font-size: 9px;
        background-color: #FFFFFF;
        color: #000000;
}

TABLE TH, TH {
        font-family: Verdana,Arial,Helvetica;
        font-size: 11px;
        font-weight: bold;
        text-align: left;
}
TABLE TH.RIGHT, TH.RIGHT {
        font-family: Verdana,Arial,Helvetica;
        font-size: 11px;
        font-weight: bold;
        text-align: right;
}

TABLE TH.SMALL, TH.SMALL {
        font-family: Verdana,Arial,Helvetica;
        font-size: 11px;
        font-weight: bold;
}


TABLE TD, TD {
        font-family: Verdana,Arial,Helvetica;
        font-size: 11px;
}

.std {
        font-family: Verdana,Arial,Helvetica;
        font-size: 11px;
}
.blank {}
/* nicht notwendig */
.white {}
/* nicht notwendig */


A {
        color: #000000;
        text-decoration : none;
        font-size: 11px;
}
A:VISITED { }

A:HOVER {
        color: #3C4591;
        font-size: 11px;
        text-decoration: underline;

}
A.sym, B.sym {
        font-weight: bold;
        background-color: #3C4591;
        text-decoration: none;
}
A.sym:HOVER {
        text-decoration: underline;
}

a.scroll {
    color: #3C4591;
    text-decoration: none;
}
a.scroll:hover {
    color: #3C4591;
    text-decoration: none;
}


A.links {
    color: #3C4591;
    text-decoration: none;
}

A.links:hover {
    color: #3C4591;
    text-decoration: underline;
}

A.Navigation {
    font-family: Arial, Verdana, Helvetica;
    font-size: 9pt;
    color: #00316B;
    text-decoration: none;
    font-weight: bold;
}

A.Navigation:hover {
    font-family: Arial, Verdana, Helvetica;
    font-size: 9pt;
    color: #6B84A5;
    text-decoration: none;
    font-weight: bold;
}

H1 {
        font-family: Verdana,Arial,Helvetica;
        font-size: 14px;
    color: #000000;
    font-weight:bold;
}
H2 {
        font-family: Verdana,Arial,Helvetica;
        font-size: 12px;
    color: #000000;
    font-weight:bold;
    text-decoration:underline;
}

H3 {
        font-size: 20px;
}
H4 {
        font-size: 16px;
}
H5 {
        font-size: 14px;
}
H6 {
        background-color: #ececec;
        font-size: 11px;
}
P {
        font-family: Verdana,Arial,Helvetica;
        font-size: 11px;
        color: #GGGGGG;
}
BLOCKQUOTE {
        color: #FF0000;
}
PRE, TT {
        font-family: monospace;
}


SELECT, INPUT {
        font-family: Verdana,Arial,Helvetica;
        font-size: 11px;
}