

#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: 33%;
    padding-rigth: 20px;
}
ul.bottom li:first-child {
    width: 27%;
    padding-right: 30px;
}
ul.bottom li:nth-child(2) {
    width: 27%;
}
ul.bottom li:nth-child(3) {
    width: 21%;
}
ul.bottom li:nth-child(4) {
    width: 21%;
}
ul.bottom li:nth-child(5) {
    width: 24%;
}
/*---------------------- 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: #fff;
    display: block;
    !font-weight: normal;
    margin: 10px 0 15px;
    padding: 1px 0;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 22px;
}

ul.bottom li#ebene1 a:hover {
    color: rgba(255, 255, 255, 0.5);
}

/*---------------------- 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;
    margin: 0;
    text-transform: none;
    font-size: 17px;
}

/*---------------------- 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 li:hover ul {
 visibility: visible !important;
}    

/*---------------------- SPECIALMENUE -------------------------------------------------- */

#c1024 {
    color: #fff;
    font-size: 16px;
    width: 40%;
    float: left;
    line-height: 1.8;
    margin: 190px 0 0 auto;
}
#c1024 a {
    color: #fff;
}
#c1024 a:hover {
    color: rgba(255, 255, 255, 0.5);
}