body { font-family:Arial,sans-serif; font-size:10pt; color:#FFFFFF; }

a:link { color:#FFFFFF; text-decoration:none; font-style:bold; font-size:8pt;font-weight:bold; }
a:visited { color:#FFFFFF; text-decoration:none; font-style:bold; font-size:8pt;font-weight:bold; }
a:hover { color:#8F8F8F; text-decoration:none; font-style:bold; font-size:8pt;font-weight:bold;}
a:active { color:#8F8F8F; text-decoration:none; font-style:bold;font-size:8pt;font-weight:bold; }

/*
*.weissaufgrau{
	color:#FFFFFF
	background-color:#DFDFDF;
}

*.weissaufschwarz{
	color:#FFFFFF;
	background-color:#000000;
}
 */
tr.grau{
	background-color:#AFAFAF;
	/*height:22px;*/
	text-align:left;
}

td.grau{
	background-color:#AFAFAF;
	/*height:22px;*/
	text-align:left;
}

td.schwarz{
	background-color:#000000;
	/*height:22px;*/
	text-align:left;
}

table.navi{
	height:25px
	/* width:700px; */
	border:0;
}

table.naviLinks{
	vertical-align:top;
	background-color:#000000;
	text-align:left;
	/* border:1; */
}

/* Style for level 0 (root) block - DIV */
.m0table0 {
	background: #000000;
}
/* Style for level 1 block - DIV */
.m0table1 {
	border-top: 1px solid white;
	background: black;
         font-style:bold;
}
/* Style for level 1 block - DIV */
.m0table2 {
	/* border-right: 1px solid white; */
	background: black;
}
/* Style for outer tag, mout (mouse out) state */
.m0outer {
	background: black;
}
/* Style for inner tag, mover and mdown (mouse over and mouse down) state */
.m0moveri, .m0mdowni {
	color: #FFCC00;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
}
/* Style for inner tag, mout (mouse out) state */
.m0mouti {
	color: white;
	font-family: Verdana,Arial,Helvetica;
	font-size: 10px;
}