#menu_wrapper {
    height: 49px;
    overflow: hidden;
    background: url(../pictures/menu_bg.jpg) left center repeat-x;
    width: 100%;
}
#menu_wrapper_inner {
    padding-left: 22px;
    white-space: nowrap;
}
#menu_wrapper_inner a {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
    padding: 10px;
    line-height: 49px;
    padding-left: 24px;
    padding-right: 24px;
}
#menu_wrapper_inner a.aktualis_menupont {
    border-top: 2px solid #ccf200;
    color: #ccf200;
}
#menu_wrapper_inner a:hover {
    border-top: 2px solid #ccf200;
    color: #CCCC00;
}

#almenupontok {
    padding-top:50px;
    padding-right: 20px;
}
#almenupontok .menuitem {
    padding: 4px;
    margin-bottom:4px;
    text-align:left;
    border-bottom: 1px dotted #5A6828;
    background-color: #171717;
}
#almenupontok .menuitem a {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
}
#almenupontok .menuitem a.aktualis_almenupont {
    color: #ccf200;
}
#almenupontok .menuitem a:hover {
    color: #CCCC00;
}
