/* --- 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 */
.m0l0iout {
	font-family: Times New Roman, Verdana, Geneva, Arial, Helvetica;
	font-size: 16px;
	text-decoration: none;
	vertical-align:middle;
	text-align: center;
	padding-top: 4px;
	color: #ffffff; /**dunkel-grau**/
	font-weight:550;
}
.m0l0iover {
	font-family: Times New Roman, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	padding-top: 4px;
	color: #ffffff;
	font-weight:550;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	text-align: center;
	vertical-align: middle;
	border : 1px solid #000000;
	background-image:url(../picture/content/nav/red.jpg);
	/**background: #990000; CBF2CA,4682B4**/
	font-weight:550;
}
.m0l0oover {
	text-decoration : none;
	text-align: center;
	border : 1px solid #000000;
	background-image:url(../picture/content/nav/grey.jpg);
	/**background: #333333; heller als default**/
	font-weight:550;
}

/* level 1 inner */
.m0l1iout {
	font-family:   Arial, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	padding-top: 4px;
	padding-left: 4px;
	color: #000000;
	font-weight:550;
}
.m0l1iover {
	font-family:   Arial, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration : none;
	padding-top: 4px;
	padding-left: 4px;
	color: #000000;
	font-weight:550;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #E8FEE8;
	filter: alpha(opacity=80);
	font-weight:550;
}
.m0l1oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #A5FAA4;
	font-weight:550;
	filter: alpha(opacity=80);
	font-weight:550;
}

/* level 2 inner */
.m0l2iover {
	font-family:   Arial, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration : none;
	padding: 4px;
	color: #000000;
}

/* level 2 outer */
.m0l2oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #B44646;
}
.m0l2oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #E55A5A;
}