body {
    background-color: #ffffff;
}

body,table,input,textarea,select {
    font-family: Verdana,  Arial;
    font-size: 11px;
}

.top {
    background-image: url(../pic/top.jpg);
    background-repeat: no-repeat;
}

.top_rep {
    text-align: right;
    background-image: url(../pic/top_rep.jpg);
    background-repeat: repeat-x;
}

.nav {
    font-size: 12px;
    color: #ffffff;
    background-image: url(../pic/nav.jpg);
    background-repeat: no-repeat;
}

.nav_rep {
    font-size: 12px;
    color: #ffffff;
    background-image: url(../pic/nav_rep.jpg);
    background-repeat: repeat-x;
}

.bottom {
    background-image: url(../pic/bottom.jpg);
    background-repeat: repeat-x;
}

.bottom_ri {
    text-align: right;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
}

.bottom_le {
    text-align: left;
    font-weight: bold;
    font-size: 11px;
    color: #000000;
}

.menu_hl {
    text-align: left;
    background-image: url(../pic/menu_header.jpg);
    background-repeat: no-repeat;
}

.menu_bl {
    background-image: url(../pic/menu_back.jpg);
    background-repeat: repeat-y;
}

.menu_hr {
    text-align: right;
    background-image: url(../pic/menu_header_r.jpg);
    background-repeat: no-repeat;
}

.menu_br {
    text-align: right;
    background-position: right;
    background-image: url(../pic/menu_back_r.jpg);
    background-repeat: repeat-y;
}

a {
    font-size: 12px;
    color: #000000;
    text-decoration: none;
}

a:hover {
    font-size: 12px;
    color: red;
    text-decoration: none;
}

a.nav_bot {
    font-size: 11px;
    font-weight: bold;
    color: #000000;
}

a.nav_bot:hover {
    font-size: 11px;
    font-weight: bold;
    color: #666666;
}

a.nav_oben {
    font-size: 11px;
    color: #ffffff;
    text-decoration: none;
}

a.nav_oben:hover {
    font-size: 11px;
    color: #ffffff;
    text-decoration: none;
}

.nav_oben_t {
    font-size: 11px;
    color: #ffffff;
}
.anytitel {
    font-family: Verdana,  Arial;
    font-size: 11px;
    color: #336666;
    font-weight:bold;
}
.anytext {
    font-family: Verdana, Arial;
    font-size: 11px;
    color: #336666;
    font-weight:normal;
}