.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Navy; 	
	font-style: normal;
}
a.text:hover{
	color: #B22222; 
}
.textrot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000; 	
	font-style: normal;
}
a.textrot:hover{
	color: #B22222; 
}
.menue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: Navy; 	
	font-style: normal;
}
a.menue:hover {
	color: #B22222; 	
}
.menue2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFCC00; 	
	font-style: normal;
}
a.menue2:hover {
	color: #B22222;
}
.menue2rot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #CC0000; 	
	font-style: normal;
}
a.menue2rot:hover {
	color: #B22222;
}