#footer {
	display:none;
}

#navigation {
	/*display:none;*/
}

.month {
	background-Color: #CCCCCC;
}

.month td {
	background-Color: #FFFFFF;
	color: #000000;
	cursor:hand;
	height:30px;
	width:30px;
}

.month td.wochentag {
	background-Color: #CCCCCC;
}

.month td.kw {
	background-Color: #00CCCC;
	cursor:pointer;
}

.monthheadline {
	color: #000000;
	font-size: 13px;
	font-weight: bold;
}

.month td.notdienst {
	background-Color: #ffcccc;
}

.month td.feiertag {
	background-Color: #cccccc;
}

.month td.aktuellekw {
	background-Color: #99EEEE;
}