#kopfzeile ul {
	margin: 0;
	padding: 0;
	width: auto;
	color: #38549E;
	font-size: 0.85em;
	font-weight: bold;
	list-style-type: none;
	cursor: default;
}

#kopfzeile ul li {
	display: inline;
	padding-top: 0;
	padding-right: 0.5em;
	padding-bottom: 0;
	padding-left: 0.5em;
	
}

#kopfzeile ul li a {
	text-decoration: none;
	color: #38549E;
	line-height: 1.5em;
}

#kopfzeile ul li a:hover {
	text-decoration: none;
	color: #00F;
	background-color: #CCC;
}

