.menu_main a {
    color: White
    }
.menu_main ul {
    padding: 0;
    /*sonst entsteht da nen Rand*/
    }
.menu_main ul li {
    list-style-type: none;
    display: inline;
    margin: 0;
    padding: 0
    }
/* Stil fÃ¼r das angeklickte Item */
.menu_main .an {
    font-weight: bold
    }
.menu_main .menu_main_trenner {
    border-right: 1px dotted white;
    width: 1px;
    margin: 0 13px 0 10px;
    color: #9bc408;
    padding: 0;
    /*Breite Ã¼ber Padding verÃ¤ndern, width funktioniert bei <li> nicht */
    }
/*Unteres MenÃ¼ mit Impressum und co*/
.bottom_menu {
    position: absolute;
    top: 88px;
    left: 760px
    }
.bottom_menu a {
    color: White
    }
.bottom_menu ul li {
    list-style-type: none;
    display: inline;
    margin: 0;
    padding: 0
    }
/* Stil fÃ¼r das angeklickte Item */
.bottom_menu .an {
    font-weight: bold
    }
.bottom_menu ul li {
    list-style-type: none;
    display: inline;
    margin: 0;
    padding: 0 5px
    }
/* Stil fÃ¼r das angeklickte Item */
.bottom_menu .an {
    font-weight: bold
    }
/*-----------------*/
.side_menu {
    margin: 0 0 0 0;
    font-size: 100%;
    /*
        background-image:url(/images/sidemenu_bg.jpg);
    */
    }
.side_menu ul {
    margin: 5px 0 0 0;
    padding: 0
    }
.side_menu ul li {
    position: relative;
    list-style-type: none;
    height: 35px;
    line-height: 14px;
    padding: 5px 40px 0 40px
    }
.side_menu ul li:hover {
    /*  
        background-image:url(/images/bg_menue_left_aktiv.png);
        background-repeat:repeat-y;
    */
    }
.side_menu ul li:hover a {
    color: White
    }
.side_menu .an {
    /*
        background-image:url(/images/bg_menue_left_aktiv.png);
        background-repeat:repeat-y;
    */
    }
.side_menu .an a {
    color: White
    }
.side_menu_image {
    position: absolute;
    top: 3px;
    left: 212px
    }
/*Unteres MenÃ¼ mit Impressum und co*/
.top_menu {
    border-right: 0 solid white;
    font-size: 10px;
    margin: 0 10px 0 0;
    padding: 0 3px 3px;
    position: absolute;
    right: 0;
    text-align: right;
    top: 13px
    }
.top_menu a, .top_menu a:visited {
    color: white;
    text-decoration: none
    }
.top_menu a:hover {
    text-decoration: underline
    }
.top_menu ul {
    list-style-type: none;
    display: inline;
    margin: 0;
    padding: 0
    }
.top_menu_trenner {
    color: white
    }
/* Stil fÃ¼r das angeklickte Item */
.top_menu .an {
    font-weight: bold
    }
.top_menu ul li {
    list-style-type: none;
    display: inline;
    margin: 0;
    padding: 0 5px
    }
/* Stil fÃ¼r das angeklickte Item */
.top_menu .an {
    font-weight: bold
    }
/*-----------------*/