/* Hauptnavigatin */
a.navnew{
    float: left;
    width: 110px;
    color: white;
    background-color: #708777;
    margin: 0px 4px 0px 4px;
    text-decoration: none;
    display: block;
}

a.activenavnew{
    float: left;
    width: 110px;
    color: #8A2A64;
    background-color: white;
    margin: 0px 4px 10px 4px;
    padding-left:5px;
    text-decoration: none;
    display: block;
}

a.navnew:hover{
    color: #8A2A64;
    background-color: white;
}


/* allgemeine Unternavigation */
a.subnavnew{
    float: left;
    width: 130px;
    color: white;
    background-color: #8A2A64;
    margin: 0px 4px 10px 4px;
    padding-left:5px;
    text-decoration: none;
    display: block;
}

a.activesubnavnew{
    float: left;
    width: 130px;
    color: #8A2A64;
    background-color: white;
    margin: 0px 4px 10px 4px;
    padding-left:5px;
    text-decoration: none;
    display: block;
}

a.subnavnew:hover{
    color: #8A2A64;
    background-color: white;
}


/* Unternavigation Tennis */
a.subnavnewtennis{
    float: left;
    width: 130px;
    color: white;
    background-color: #708777;
    margin: 0px 4px 10px 4px;
    padding-left:5px;
    text-decoration: none;
    display: block;
}

a.activesubnavnewtennis{
    float: left;
    width: 130px;
    color: #8A2A64;
    background-color: white;
    margin: 0px 4px 10px 4px;
    padding-left:5px;
    text-decoration: none;
    display: block;
}

a.subnavnewtennis:hover{
    color: #8A2A64;
    background-color: white;
}


/* Unternavigation Jugend */
a.subnavnewjugend{
    float: left;
    width: 140px;
    color: white;
    background-color: #B8859D;
    margin: 0px 4px 10px 4px;
    padding-left:5px;
    text-decoration: none;
    display: block;
}

a.activesubnavnewjugend{
    float: left;
    width: 140px;
    color: #8A2A64;
    background-color: white;
    margin: 0px 4px 10px 4px;
    padding-left:5px;
    text-decoration: none;
    display: block;
}

a.subnavnewjugend:hover{
    color: #8A2A64;
    background-color: white;
}







