#topmenu ul{
	float: right;
	padding: 2px 0 0 0 ;
	margin: 0;
   clear:both;
}

#topmenu ul li{
	float: left;
	list-style: none;
	margin: 0 0 0 25px;
}

#topmenu ul li a:link,
#topmenu ul li a:visited {
	color: #345D66;
	font-weight: bold;
	text-decoration: none;
}

#topmenu ul li a:hover, 
#topmenu ul li a:active{
	color: #FF8484;
}

#topmenu #auswahl a,
#topmenu #auswahl a:link,
#topmenu #auswahl a:active {
	color: red;
}

#topmenu #auswahl a:hover{
	text-decoration: underline;
	color: #FF8484;	
}
