#menu_inner a {
    font-family: "Trebuchet MS", Arial, Verdana;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    padding: 10px;
    padding-left: 16px;
    padding-right: 15px;
    border-right: 3px solid #ffffff;
    font-weight: bold;
}
#menu_inner a.aktualis_menupont {
    background-color: #696969;
    border-right: 3px solid #000000;
}
#menu_inner a:hover {
    background-color: #696969;
    border-right: 3px solid #000000;
}


#bottom_menu_inner a {
    font-family: "Trebuchet MS", Arial, Verdana;
    color: #000000;
    text-decoration: none;
    font-size: 12px;
    padding: 0px;
    padding-left: 10px;
    padding-right: 10px;
}
#bottom_menu_inner a.aktualis_menupont {
    text-decoration: underline;
}
#bottom_menu_inner a:hover {
    text-decoration: underline;
}
