/* CSS Document */


body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: 000000;
}

div#menue {
	width: 80%;
	height: 100%;
	float: left;
}
	
div#nav a:hover {
	color: #666666;
	background-color: #E0DAF0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.hauptlink {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
	display: block;
	padding: 2px 2px 2px 2px;
	text-indent: 6px;
	background-color: #E0DAF0;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-bottom-width: 1px;
}



