/* Style for level 0 (root) block - DIV */
.m0table0 {
	background-color: transparent;
	padding: 0;
}
/* Style for level 1 block - DIV */
.m0table1 {
	border: 1px solid navy;
	background: blue;
	color: white;
	padding: 0;
}
/* Style for level 1 block - DIV */
.m0table2 {
	border: 1px solid white;
	background: blue;
	color: white;
	padding: 0;
}
/* Style for outer tag, mout (mouse out) state */
.m0outer {
	background: blue;
	color: white;
}
/* Style for inner tag, mover and mdown (mouse over and mouse down) state */
.m0moveri, .m0mdowni {
	color: navy;
	background-color: gold;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	border-bottom: 1px solid gold;
}
/* Style for inner tag, mout (mouse out) state */
.m0mouti {
	color: navy;
	background: gold;
	filter:alpha(opacity=80);
	font-family: Verdana,Arial,Helvetica; 
	font-size: 10px;
	border-bottom: 1px solid silver;
}



tr.impressum {
	background: white;
	color: navy;
	font-size: xx-small
}
