.hidden { display:none; }

/* Hauptmenue */
/* Abstand Menue gesamt */
.menue ul{
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
.menue ul li {
	list-style: none;
	margin: 5px 0em 0em 0em;
	padding: 0em 0em 5px 0em; }

/* Schriftformatierung */
.menue a {
	color: #16558A;
	font-weight: bold;
	font-size: 0.9em;
	text-decoration:none;
}
.menue li.men-pfad a {
	color: #CF583A;
	font-weight: bold;
}

.menue li ul{ display: none; }
