@charset "utf-8";
/* CSS Document */

#calendar {
	width: 90%;
	background-color: #F0f0f0;
	float:left;
}

.calendar_link {
	font-family: Arial;
	font-size: 12px;
	text-align: center;
	color: #000000;
	text-decoration: none;
	text-underline: none;
}

.calendar_head {
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	width: 25px;
	height: 30px;
}

.calendar_head_month {
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	width: 25px;
	height: 30px;
	background-color:#CD0000;
	color: #FFFFFF;
}

.calendar_day {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	width: 25px;
	height: 30px;
	color: #FFFFFF;
	background-color: #5C5C5C;
}

.calendar_entry {
	width: 100px;
	height: 80px;
	font-family: Arial;
	font-size: 12px;
	text-align:  center;
	
}

.icon_klein {
	width: 30px;
}