a { 
	color:#FF8060; 
	text-decoration:none; 
}
a:hover { 
	color:#FFB090; 
	text-decoration: underline; 
}

.links { 
	color:#000000; 
	font-size: 12px; 
	font-weight: bold; 
}

.rechts { 
	color:#000000; 
	font-size: 12px; 
	font-weight: normal; 
}

.std { 
	color:#000000; 
	font-size: 12px; 
	font-weight: normal; 
}

.title { 
	color:#000000; 
	font-size: 14px; 
}

ul.menu{
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: eb312a;
	border: 1px solid gray;
}

ul.menu li{
	float:left;
	padding:8px;
	border-right: 3px solid white;
	display: block;
	#width:13%;
	font-size: 150%;
}

ul.menu li:hover{
	background-color: darkred;
}

ul.menu a{
	text-decoration:none;
	color: white;
	display: block;
}

ul.normal{
	
}

ul.normal li{
	float:none;
	display:list-item;
	font-size: 50%;
	padding:0;
	border-right:none;
}
