/* --- menu styles ---
note:
	not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
*/
/* level 0 inner */
*{margin:0px;padding:0px;}
.m0l0iout {
	font-size: 13px;
	text-decoration: none;
	padding: 0px;
	padding-left:4px;
	margin-top:6px;
	line-height:20px;
	font-weight: bold;
	/* die Farbe der Topnavigation wird in menu.js definiert.*/
}
.m0l0iover {
	font-size: 13px;
	text-decoration: none;
	padding: 0px;
	padding-left:4px;
	margin-top:6px;
	line-height:20px;
	color: #B21206;
	font-weight:bold;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
}
.m0l0oover {
	text-decoration : none;
}

/* level 1 inner */
.m0l1iout {
	font-size: 13px;
	text-decoration: none;
	padding: 4px 4px 4px 10px;
	color: #fff;
	font-weight: bold;
}
.m0l1iover {
	font-size: 13px;
	text-decoration : none;
	padding: 4px 4px 4px 10px;
	color: #fff;
	background-repeat: no-repeat;
	font-weight: bold;
	color:#B21206;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	background: #E2C18E;
	filter:alpha(opacity=90);
  	opacity:0.9;
	padding-left:0px;
	font-weight: bold;
}
.m0l1oover {
	text-decoration : none;
	background: #E2C18E;
	filter:alpha(opacity=90);
  	opacity:0.9;
	/*filter:alpha(opacity=70);
  	opacity:0.7;*/
	padding-left:0px;
	font-weight: bold;
}

/* level 2 inner */
.m0l2iover {
	font-size: 13px;
	text-decoration : none;
	padding: 4px;
	color: #000000;
	font-weight: bold;
}

/* level 2 outer */
.m0l2oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #B44646;
}
.m0l2oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #E55A5A;
}
