/* --- menu styles ---
note:
	not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
*/

/* Text_Kopfmenü_mouseOut und mouseOver */
.m0l0iout {
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	margin: 4px 0 0 8px;
	color: #294d86;
	font-weight: bold;

}
.m0l0iover {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	text-decoration: none;
	margin: 5px 0 0 8px;
	color: #ffffff;
	font-weight: bold;
}

/* Kopfmenü_Layout */
.m0l0oout {
	text-decoration : none;
	background-image: url(images/forms/button.gif);
}
.m0l0oover {
	text-decoration : none;
}

/* Text_Untermenü */
.m0l1iout {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	margin: 3px 0 0 17px;
	color: #000000;
}
.m0l1iover {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	margin: 4px 0 0 17px;
	color: #FFFFFF;
}

/* Layout_Untermenü */
.m0l1oout {
	text-decoration : none;
	background-color: #5286BB;
	background-image: url(images/forms/button2.jpg);
	border: 1px solid #B1B1B1;
	padding: 0;
	filter: alpha(opacity=100);
}
.m0l1oover {
	text-decoration : none;
	background-color: #1A4D81;
	background-image: url(images/forms/pfeil_button.gif);
	background-repeat: no-repeat;
	border: 0px solid #336699;
	padding: 0;
}

