ul,ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
/* Menüleiste waagerecht*/
div#menue{
	height: 55px;
	width: 650px;
	font-size: 12px;
	font-weight: bold;
	font-size: 75%;
	font-size: 0.9em;
}

div#menue a:link {
	text-decoration: none;
}
div#menue a:visited {
	text-decoration: none;
}
div#menue a:hover {
	text-decoration: none;
}
div#menue a:active {
	text-decoration: none;
}


div#menue ul li {
	float: left;
	color: #fff;
	margin-top: 0.5em;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: fff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-bottom: 5px;
}
div#menue ul li a {
	float: left;
	padding-right: 0.8em;
	padding-bottom: 0;
	padding-left: 0.8em;
}

div#menue ul li a:hover {
	color: #FFF;
}

div#menue ul li.links{
	border-left-width: 0px;
}
div#menue ul li a.aktiv {
	color: #FFF;
}


