#menu_wrapper_inner {
    padding-left: 8px;
}
.menupont,
.menupont_aktualis {
    position: relative;
    float: left;
    height: 49px;
    width: 124px;
    cursor: pointer;
    padding-top: 14px;
    margin-right: 10px;
    text-align: center;
    overflow: hidden;
    background: url(../pictures/menu_bg.jpg) center top no-repeat;
}
.menupont a,
.menupont_aktualis a {
    color: #5881a9;
    text-decoration: none;
    font-weight: bold;
    font-size: 13px;
}
.menupont_aktualis {
    background: url(../pictures/menu_aktualis_bg.jpg) center top no-repeat;
}
.menupont:hover {
    background: url(../pictures/menu_aktualis_bg.jpg) center top no-repeat;
}
