

/* menue rechts */

#menu01 {
border: dashed 0px #fff;
background-color:#901848;
background-image=url(images/logo120.jpg);background-repeat:no-repeat;background-position:center top;

text-align: left;
margin-top:10px;
margin-bottom:0px;
margin-right:0px;
margin-left:0px;
padding-bottom:5px;
padding-top:150px;
padding-left:0px;
padding-right:0px;
}

#menu01 ul, #menu01 li {
list-style-type: square;
margin-left:15px;

color:#fff;

}

#menu01 li a:link, #menu01 li a:visited, #menu01 li a:active {display:block;
        border-bottom: dashed 0px #C2631D;
        width:150px;
        color:#dec9a9;text-decoration:none;
        font-size: 10pt ;font-family:  verdana, arial, helvetica, verdana, tahoma, sans-serif;
        height: 18px;
line-height: 18px;

}

#menu01 li a:hover { background:;
                color:#fff;
        text-decoration:none;
        letter-spacing:0px


}