table#kalender {
	empty-cells: show;
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #5b5b5b;
}
table#kalenderheader td.monat {
	height: 13px; 
	text-align: center;
	text-valign: top;
	font-size: 11px;
	font-weight: bold;
	color: #7c7c7c;
}
table#kalender td {
	width: 23px;
	height: 13px;
	text-align: right;
	border: 1px solid;
	border-color: #ffffff;
	color: #5b5b5b;
}
table#kalender td.tage {
	width: 23px;
	height: 13px; 
	text-align: right;
	text-valign: top;
	font-size: 11px;
	font-weight: bold;
	color: #5b5b5b;
}
table#kalender td.auswahl {
	font-family: Arial, sans-serif;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	background-color: #88a7bb;
	width: 23px;
	height: 13px;
	text-align: right;
}
table#kalender td.aktivitaet {
	font-family: Arial, sans-serif;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	background-color: #cccccc;
	width: 23px; 
	height: 13px; 
	text-align: right;
}
table#kalender a {
	font-size: 11px;
	margin-right: 2px;
}

