/*
 menu styles
 note: not all browsers render styles the same way so try out your style sheet
 in different browsers before publishing
*/

/* level 0 inner */
.m0l0iout {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	padding: 4px;
	color: #333;
}
.m0l0iover {
	font: 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 4px;
	color: #ff0000;
}
/* directly modify the properties of individual items */
/* Navigationspunkt Home */
#e0_0o {
	/*background-color: #FFCC99;*/
    font-weight: bold;
    border-bottom:2px solid #B46610;
    background-image:url(mb1.jpg);
}
#e0_0i {
	/*background-color: #FFCC99;*/
	font-weight: bold;
	color: #333;
	border-bottom:2px solid #B46610;
    background-image:url(mb1.jpg);

}
/* Navigationspunkt Verband */
#e0_5o {
	/*background-color: #99FF99;*/
    font-weight: bold;
	border-bottom:2px solid #339966;
    background-image:url(mb2.jpg);

}
#e0_5i {
	/*background-color: #99FF99;*/
	font-weight: bold;
	color: #333;
	border-bottom:2px solid #339966;
    background-image:url(mb2.jpg);

}
/* Navigationspunkt Zahlen, Daten, Fakten */
#e0_10o {
	/*background-color: #00B266;*/
    font-weight: bold;
	border-bottom:2px solid #bdcf9f;
    background-image:url(mb3.jpg);
}
#e0_10i {
	/*background-color: #00B266;*/
	font-weight: bold;
	color: #333;
	border-bottom:2px solid #bdcf9f;
    background-image:url(mb3.jpg);
}
/* Navigationspunkt Sport */
#e0_14o {
	/*background-color: #66E5E5;*/
    font-weight: bold;
	border-bottom:2px solid #adcdd8;
    background-image:url(mb4.jpg);

}
#e0_14i {
	/*background-color: #66E5E5;*/
	font-weight: bold;
	color: #333;
	border-bottom:2px solid #adcdd8;
    background-image:url(mb4.jpg);

}
/* Navigationspunkt Service */
#e0_18o {
	/*background-color: #3399FF;*/
    font-weight: bold;
	border-bottom:2px solid #6e9abd;
    background-image:url(mb5.jpg);

}
#e0_18i {
	/*background-color: #3399FF;*/
	font-weight: bold;
	color: #333;
	border-bottom:2px solid #6e9abd;
    background-image:url(mb5.jpg);

}


/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	border-bottom:2px dotted #999;
	background: #ffffff;
}
.m0l0oover {
	text-decoration : none;
	border-bottom:2px dotted #999;
	background: #ffffff;
}

/* level 1 inner */
.m0l1iout {
	font: 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 4px;
	color: #fff;
}
.m0l1iover {
	font: bold 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding: 4px;
	color: #fff;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #034c91;
	filter: alpha(opacity=85);
	-moz-opacity: 85%;
	opacity:0.85;
}
.m0l1oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #034c91;
}

/* level 2 inner */
.m0l2iover {
	font: 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	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;
}
