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