#menuTrigger {
    display: none;
    float: right;
    line-height: 40px;
}

#bottom {
    float: right;
    margin: 15px auto;
    width: 90%;
}
ul.bottom,
ul.bottom li,
ul.bottom ul {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 1.3em;
}

ul.bottom li {
    float: left;
    width: 20%;
}
/*---------------------- ebene1 --------------------------------------------------*/

ul.bottom {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
}

ul.bottom li#ebene1 a {
    background: transparent none repeat scroll 0 0;
    color: #566872;
    display: block;
    font-weight: bold;
    padding: 0;
    text-decoration: none;
}
ul.bottom li#ebene1 a:hover {
    color: #e40613;
}

/*---------------------- ebene2 -------------------------------------------------- */ 

ul.bottom ul {
    background: transparent none repeat scroll 0 0;
    font-size: 17px;
    margin: 0;
    position: absolute?;
    width: 100%?;
}                                                             
ul.bottom ul li {
    float: none;
    font-weight: normal;
}

ul.bottom li#ebene2 {
    background: transparent none repeat scroll 0 0;
    font-size: 17px;
    width: 95%;
}

ul.bottom li#ebene2 a {
    font-weight: normal;
    padding: 1px 0;
}

/*---------------------- ebene2 -------------------------------------------------- */ 

ul.bottom ul ul {
    background: transparent none repeat scroll 0 0;
    display: block !important;
    font-weight: normal;
    margin: 5px 0;
    padding: 10px 0;
    position: static;
    text-transform: none;
    width: auto !important;
}

ul.bottom li#ebene3 a {
    background: transparent none repeat scroll 0 0;
    border-bottom: 1px solid #b4b5b4;
    margin: 0 0 0 15px;
    min-height: 20px;
    padding: 3px 0;
}
ul.bottom ul ul li {
    font-weight: normal;
    float: none;
}
ul.bottom li:hover ul {
 visibility: visible !important;
}    