#top_menu_wrapper {
    height: 71px;
    background: url(../pictures/menu_bg.jpg) left top no-repeat;
    overflow: hidden;
}
#top_menu_wrapper_inner {
}



#menu_wrapper {
    margin-bottom: 20px;
}
#menu_wrapper_inner {
    padding: 20px;
    padding-left: 33px;
}
#menu_wrapper_inner .menupont,
#menu_wrapper_inner .menupont_aktualis {
    text-align: right;
    padding: 8px;
    padding-right: 8px;
    border-bottom: 1px solid #9a9996;
    cursor: pointer;
    margin-bottom: 1px;
}
#menu_wrapper_inner .menupont a,
#menu_wrapper_inner .menupont_aktualis a {
    color: #007338;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
}
#menu_wrapper_inner .menupont_aktualis {
    background: url(../pictures/menu_hover_bg.jpg) right center no-repeat;
}
#menu_wrapper_inner .menupont_aktualis a {
    color: #336600;
}
#menu_wrapper_inner .menupont:hover {
    background: url(../pictures/menu_hover_bg.jpg) right center no-repeat;
}
#menu_wrapper_inner .menupont:hover a {
    color: #336600;
}

#menu_wrapper_inner .almenupont,
#menu_wrapper_inner .almenupont_aktualis {
    text-align: right;
    padding: 8px;
    padding-right: 8px;
    border-bottom: 1px solid #CECECC;
    cursor: pointer;
    margin-bottom: 1px;
}
#menu_wrapper_inner .almenupont a,
#menu_wrapper_inner .almenupont_aktualis a {
    color: #669900;
    font-size: 12px;
    text-decoration: none;
}
#menu_wrapper_inner .almenupont_aktualis {
    background: url(../pictures/menu_hover_bg.jpg) right center no-repeat;
}
#menu_wrapper_inner .almenupont_aktualis a {
    color: #517700;
}
#menu_wrapper_inner .almenupont:hover {
    background: url(../pictures/menu_hover_bg.jpg) right center no-repeat;
}
#menu_wrapper_inner .almenupont:hover a {
    color: #517700;
}
