A, A:ACTIVE, A:HOVER, A:LINK, A:VISITED, BODY, FORM, INPUT, TEXTAREA {
    font-family : Arial, Helvetica, sans-serif;
    text-decoration : none;
    font-size : 12px;
    color : Black;
}


.menue_normal {
    font-family : Arial, Helvetica, sans-serif;
    font-size : 15px;
    font-weight : bold;
    color : Black;
}

.menue_activ {
    font-family : Arial, Helvetica, sans-serif;
    font-size : 15px;
    font-weight : bold;
    color : #FF6600;
}

.menue_left_normal {
    font-family : Arial, Helvetica, sans-serif;
    font-size : 11px;
    font-weight : bold;
    text-decoration : underline;
    color : White;
}

.menue_left_activ {
    font-family : Arial, Helvetica, sans-serif;
    font-size : 11px;
    font-weight : bold;
    text-decoration : underline;
    color : #FF6600;
}

.big_white_bold {
    font-family : Arial, Helvetica, sans-serif;
    font-weight : bold;
    font-size : 29px;
    line-height : 35px;
    color : White;
}

.big_black_bold {
    font-family : Arial, Helvetica, sans-serif;
    font-size : 29px;
    font-weight : bold;
    line-height : 35px;
    color : Black;
}

.big_white {
    font-family : Arial, Helvetica, sans-serif;
    font-size : 29px;
    line-height : 35px;
    color : White;
}

.big_black {
    font-family : Arial, Helvetica, sans-serif;
    font-size : 29px;
    line-height : 35px;
    color : Black;
}

.body_normal {
    font-family : Arial, Helvetica, sans-serif;
    font-size : 12px;
    line-height : 18px;
    color : Black;
}

.body_normal_highlight {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: Black;
    background-color: #F0E68C;
}

.body_bold {
    font-family : Arial, Helvetica, sans-serif;
    font-size : 12px;
    line-height : 18px;
    color : Black;
    font-weight : bold;
}

.body_15px_normal {
    font-family : Arial, Helvetica, sans-serif;
    font-size : 15px;
    line-height : 22px;
    color : Black;
}

.footer_normal {
    font-family : Arial, Helvetica, sans-serif;
    font-size : 12px;
    color : Black;
}

.footer_small {
    font-family : Arial, Helvetica, sans-serif;
    font-size : 10px;
    color : Black;
}

