#menu_inner a {
    font-family: "Trebuchet MS", Arial, Verdana;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    padding: 11px;
    padding-left: 16px;
    padding-right: 15px;
}
#menu_inner a.aktualis_menupont {
    background: url(../pictures/menu_bg_active.jpg) left bottom repeat-x;
    font-weight: bold;
}
#menu_inner a:hover {
    background: url(../pictures/menu_bg_active.jpg) left bottom repeat-x;
}


#bottom_menu_inner a {
    font-family: "Trebuchet MS", Arial, Verdana;
    color: #444444;
    text-decoration: none;
    font-size: 12px;
    padding: 4px;
    padding-left: 10px;
    padding-right: 10px;
}
#bottom_menu_inner a.aktualis_menupont {
    text-decoration: underline;
}
#bottom_menu_inner a:hover {
    text-decoration: underline;
}
