a {
	color: #fff;
	text-decoration: none;
	font-weight:700;
}
a.grau { font-weight:normal; color:#666; text-decoration:underline;}
a:hover {
	color: #CCC;
	text-decoration: none;
}
/* ---- MENU ---- */

div#menue a {
	text-decoration: none;
	display:block;
	height:15px;
	line-height:15px;
	padding:0 5px 0 5px;
	float:left;
	color: #FFF;
	font-weight:normal;
	font-size:12pt;
}
div#menue a.menue:hover {
	color:#ccc;
}
div#menue a.aktiv {
	font-weight:700;
}


div#menue span {
	height:15px;
	width:1px;
	display:block;
	float:left;
	border-left:#fff 1px solid;
}

div#submenue a {
	text-decoration: none;
	display:block;
	font-size:9pt;
	height:32px;
	padding:0 7px 0 7px;
	float:right;
}
div#submenue a.menue {
	color: #58585a;
}
div#submenue a.menue:hover {
	color: #58585a;
	background:url(../images/layout/menue_sub_bot.jpg) center bottom no-repeat;
}
div#submenue a.aktiv {
	color: #58585a;
	background:url(../images/layout/menue_sub_bot.jpg) center bottom no-repeat;
}
div#submenue a.aktiv:hover {
	color: #58585a;
}

div#submenue span {
	height:15px;
	width:2px;
	background-color:#58585a;
	display:block;
	float:right;
}