

/*=========== menü RECHTS ===========*/


#menu1{
border-left:solid 0px #dfdfdf;
border-bottom:solid 1px #dfdfdf;
background-image:url(images/navback.jpg);
background-repeat:repeat-x;
padding-top:3px;
background-color:#fff;
padding-left: 0px;
padding-right: 0px;
width:202px;
float:right;
margin-top:10px;
margin-left:30px;
margin-right:0px;
margin-bottom:30px;
}

#menu1 ul, #menu1 li {
list-style: none;
margin-left: 10px;
margin-right: 10px;
padding: 0px;color:#2F2F2F;
}

#menu1  a ,#menu1 a:visited , #menu1 a:active{
display:block;width:160px;
border-bottom: solid 0px #DFDFDF;
text-decoration:NONE;
background:transparent;
font-size: 12px;
font-family: georgia,"times new roman", helvetica, serif;
height:20px;
line-height:20px;
color:#333333;
font-style:normal;
letter-spacing:1px;
}

#menu1 a:hover {background-color:#fff;
background:transparent;
        color:#CC3300;
        text-decoration:none;}