
div.mhkalender table {
	width:			100%;
}
div.mhkalender table td {
	padding:		4px;
}

div.mhkalender table td.identifier {
	color:			#555;
	font-family:	arial;
	background:		#f5f5f5;
	width:			16%;
	font-weight:	600;
}

div.mhkalender table td div.signon {
	font-weight:	bold;
	color:			#069;
	font-size:		1.2em;
	text-align:		center;
}

div.mhkalender table td.content {
	background:		#f5f5f5;
}

div.mhkalender table td.content div.thema {
	background:		#f5f5f5;
	color:			#069;
	font-weight:	bold;
	font-size:		1.3em;
}

div.mhkalender table td.content div.date {
	background:		#f5f5f5;
	color:			#d70;
	font-weight:	bold;
}

div.mhkalender table td.content div.fee {
	color:		#DD7700;
}

div.mhkalender table td.content div.free {
	color:		#006699;
	font-weight: normal;
}

