/* CSS Document */

/*BEGINN Formatierung menu_right*/		
#menu_right{
float: right;
width: 120px;
padding-left: 5px;
margin-top:50px;                   /*Abstand zum oberen Elternelement*/
background-color: #FFFFFF;
border:1px solid silver;
margin-bottom: 20px;
}
	
#menu_right ul{
margin-left: 0;
padding-left: 0;
list-style-type: none;
line-height: 165%;
}
	
#menu_right a:link {
text-decoration:none;
color: #972211; 
}

#menu_right a:visited {
color:#972211;
text-decoration:none; 
}
	
#menu_right a:hover, #menu_right a:active{
color: #972211;
text-decoration:underline;
}
/*ENDE Formatierung menu_right*/	

