
/* MENUE*/
div#menu{
	font-weight: bold;
	/*font-size: 0.945em;*/
	float:left;
	width: 9.765em;
	width: 9.6875em;	
	height: auto;
	padding:0px;
	border-left: 0.125em solid #b31c39;
	border-right: 0.125em solid #b31c39;
	border-bottom: 0.125em solid #b31c39;
	overflow: hidden;
}

/* 1. EBENE */

div.menu-ebene1-nor {
	width:9.45em;
	width:9.375em;	
	height:auto;	
	padding: 0px;
	padding-left: 0.315em;
	padding-bottom: 0.3125em;
	padding-top: 0.1875em;
	border-top: 0.126em solid #b31c39;
	overflow: hidden;
}

div.menu-ebene1-akt {
	width:9.45em;
	width:9.375em;		
	height:auto;
	padding: 0px;
	padding-left: 0.315em;
	padding-bottom: 0.3125em;
	padding-top: 0.1875em;
	border-top: 0.126em solid #b31c39;
	overflow: hidden;
	
}

/* 2. EBENE */

div.menu-ebene2-nor {
	font-weight: normal;
	width: 9.45em;
	width:9.375em;		
	height:auto;
	padding: 0px;
	padding-bottom: 0.1875em;
	padding-left: 0.945em;
	/*font-size: 0.882em;*/
	overflow: hidden;
}

div.menu-ebene2-akt {
	font-weight: normal;
	width: 9.45em;
	width:9.375em;		
	height:auto;
	padding: 0px;
	padding-bottom: 0.1875em;	
	padding-left: 0.945em;
	/*font-size: 0.882em;*/
	overflow: hidden;
}

/* A TAGS 1. Ebene */

div.menu-ebene1-nor a {
	color: Black;
	text-decoration: none;
	font-size: 0.945em;
}

div.menu-ebene1-nor a:hover {
	color: White;
	text-decoration: none;
	background-color: Blue;
}

div.menu-ebene1-akt a {
	color: #b31c39;
	text-decoration: none;
	font-size: 0.945em;
}

/* A TAGS 2. Ebene */

div.menu-ebene2-nor a { 
	color: Black;
	text-decoration: none;
	font-size: 0.882em;
}

div.menu-ebene2-nor a:hover {
	color: White;
	text-decoration: none;
	background-color: Blue;
}

div.menu-ebene2-akt a {
	color: #b31c39;
	text-decoration: none;
	font-size: 0.882em;
}
