/* --- 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-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	padding: 0px;
	padding-left:14px;
	margin-top:4px;
	line-height:20px;
	font-weight: bold;
	/* die Farbe der Topnavigation wird in menu.js definiert.*/
}
.m0l0iover {
	font: 12px Arial, Verdana, Geneva, Helvetica, sans-serif;
	text-decoration: none;
	padding: 0px;
	padding-left:14px;
	margin-top:4px;
	line-height:20px;
	color: #fff;
	font-weight:bold;
	background-image:url(../images/navigation/pfeil_gelb_over.gif);
	background-repeat: no-repeat;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
}
.m0l0oover {
	text-decoration : none;
}

/* level 1 inner */
.m0l1iout {
	font: 12px Arial, Verdana, Geneva, Helvetica, sans-serif;
	text-decoration: none;
	padding: 4px 4px 4px 12px;
	color: #fff;
	font-weight: bold;
}
.m0l1iover {
	font: 12px Arial, Verdana, Geneva, Helvetica, sans-serif;
	text-decoration : none;
	padding: 4px 4px 4px 12px;
	color: #fff;
	background-image:url(../images/navigation/pfeil_weiss.gif);
	background-repeat: no-repeat;
	font-weight: bold;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	background: #6791a6;
	filter:alpha(opacity=90);
  	opacity:0.8;
	padding-left:0px;
	font-weight: bold;
}
.m0l1oover {
	text-decoration : none;
	background: #F19A49;
	/*filter:alpha(opacity=70);
  	opacity:0.7;*/
	padding-left:0px;
	font-weight: bold;
}

/* level 2 inner */

.m0l2iout {
	font: 12px Arial, Verdana, Geneva, Helvetica, sans-serif;
	text-decoration: none;
	padding: 4px 4px 4px 12px;
	color: #fff;
	font-weight: bold;
}
.m0l2iover {
	font: 12px Arial, Verdana, Geneva, Helvetica, sans-serif;
	text-decoration : none;
	padding: 4px 4px 4px 12px;
	color: #fff;
	background-image:url(../images/navigation/pfeil_weiss.gif);
	background-repeat: no-repeat;
	font-weight: bold;
}

/* level 2 outer */
.m0l2oout {
	text-decoration : none;
	background: #6791a6;
	filter:alpha(opacity=90);
  	opacity:0.8;
	padding-left:0px;
	font-weight: bold;
}
.m0l2oover {
	text-decoration : none;
	background: #F19A49;
	/*filter:alpha(opacity=70);
  	opacity:0.7;*/
	padding-left:0px;
	font-weight: bold;
}