body {
    background-color: #FFFFFF;
    margin: 0px;
}

a {
    text-decoration: underline;
    color: #6E8398;
}

a.footerlink {
    text-decoration: underline;    
    color: #FFFFFF;
}

a.headerlink {
    text-decoration: none;    
    color: #FFFFFF;
}
a.headerlink:link {
    text-decoration: none;    
    color: #FFFFFF;
}
a.headerlink:active {
    text-decoration: none;    
    color: #FFFFFF;
}
a.headerlink:hover {
    text-decoration: underline;    
    color: #FFFFFF;
}

td {
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
}

.header {
    background-color: #8090A0;
    color: #FFFFFF;
}

.headertext {
    color: #FFFFFF;
    font-size: 11px;
    letter-spacing: 0.5px;
}

#headertable {
    position: absolute;
    position: expression("absolute");
    top: expression(document.body.scrollTop - this.offsetHeight + this.offsetHeight);
    z-index: 50;
}
#headertable[id] {
    position: fixed;
    z-index: 50;
}

.subnavigationactive {
    background-color: #FFFFFF;
    color: #FFFFFF;
}

.subnavigationinactive {
    background-color: #8090A0;
    color: #FFFFFF;
}

.footer {
    color: #FFFFFF;
    font-size: 10px;
}

.normalbackground {
    background-color: #8090A0;
}

.navinactive {
    background-color: #98A6B3;
}

.navactive {
    background-color: #FFFFFF;
}

.searchfield {
    background-color: #CBD2DA;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 11px;
    border: 0px;
    color: #7C8594;
}

.textfett {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #6E8398;
    font-weight: bold;
    text-decoration: none;
    line-height: 13px;
}

.textsmall {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #6E8398;
    font-weight: bold;
    text-decoration: none;
    line-height: 13px;
}

.error {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FF0000;
    font-weight: bold;
    text-decoration: none;
    line-height: 13px;
}
.textfettwide {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #6E8398;
    font-weight: bold;
    text-decoration: none;
    line-height: 13px;
    letter-spacing: 1px;

}
.textfettwidered {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #CC3333;
    font-weight: bold;
    text-decoration: none;
    line-height: 13px;
    letter-spacing: 1px;

}
.text {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #6E8398;
    font-weight: normal;
    text-decoration: none;
    line-height: 13px;
}
.activelanguage {
/*    font-weight: bold;*/
}