body {
	background-color:#eee;
        font:11pt serif;
	color: #000;
}

#titel1 {
	text-align:center;
        font-size:18pt;
}

#titel2 {
	text-align:center;
        font-size:14pt;
}

ul#menu {
	padding:0px;
	margin: 0px;
	text-align:center;
}

#menu li {
	list-style: none;
	margin: 0px;
	text-align: center;
}

#menu a {
	text-decoration: none;
	font: 11px mono;
	color: #000099;
}

#menu a:link {
}

#menu a:visited {
}

#menu a:hover {
	color: #ff0000;
}

#menu a:active {
}


#tanzliste {
	background-color:#006;
	border-spacing:1px;
	border-collapse:separate;
	empty-cells:show;
#	outline:1px solid #006;
        font:11pt sans-serif;
}

#tanzliste td {
	background-color:#eee;
	color:#006;
	padding:0.5ex;
#	border:1px solid #000066;
#	outline:1px solid #ffffff;
}

#tanzliste a {
	text-decoration:none;
	color:#c06;
}

#tanzliste th {
	background-color:#bbb;
	padding:0.5ex;
#	border:1px solid #000066;
#	outline:1px solid #ffffff;
}

#tanzliste th a {
	color:#006;
	text-weight:normal;
}

