<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*

notes:
	1. not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing
	2. remove these instructions and save them in some file for future references
	when you finished with setup. this is not to overload your visitors with
	data they don't need

style naming convention:
	m&lt;zero based menu number&gt;l&lt;zero based level number&gt;i|o&lt;for inner or outer tag&gt;


*/

/*Menu 1 alle Ebenen wenn Maus außerhalb*/
.m0l0mouto, .m0l1mouto, .m0l2mouto {

	border : 1px solid #666666;
	margin: 0px;
}

.m0l0mouto
{
	background: #8ca7c1;
}
.m0l1mouto
{
	background: #ffffff;
}

.m0l2mouto
{
	background: #ffffff;
}
/*----------------------------------------*/


/*Menu 1 alle Ebenen wenn Maus darüber*/
.m0l0movero, .m0l1movero, .m0l2movero {
	background: #cccccc;
	border : 1px solid #666666;
	margin: 0px;
}
/*----------------------------------------*/


/*Menu 1 alle Ebenen wenn Maus gedrückt*/
.m0l0mdowno, .m0l1mdowno, .m0l2mdowno {
	background: #cccccc;
	border : 1px solid #666666;
	margin: 0px;
}
/*----------------------------------------*/

.m0l0mouti, .m0l0moveri, .m0l0mdowni,
.m0l1mouti, .m0l1moveri, .m0l1mdowni,
.m0l2mouti, .m0l2moveri, .m0l2mdowni {
	color: black;
	font-family: tahoma;
	font-size: 12px;
	padding: 2px;
}</pre></body></html>