ul#calendarOverview {
	width: 298px;
	list-style: none;
	border: 1px solid #333;
	background-color: #fff;
}

ul#calendarOverview li {
	text-align: right;
	float: left;
	width: 38px;
	margin: 5px 2px;
}

ul#calendarOverview li.prev,
ul#calendarOverview li.active,
ul#calendarOverview li.next {
	width: 80px;
	height: 25px;
}

ul#calendarOverview li.prev {
	text-align: left;
}

ul#calendarOverview li.active {
	text-align: center;
	width: 122px;
	font-weight: bold;
}

ul#calendarOverview li.next {
	text-align: right;
}

ul#calendarOverview li.grey {
	color: #999;	
}

ul#calendarOverview li.today {
	font-weight: bold;
	color: #060;
	border-color: #060;	
}

ul#calendarOverview li.samstag,
ul#calendarOverview li.sonntag {
	font-weight: bold;	
}

ul#calendarOverview li.montag {
	clear: both;
}

ul#calendarOverview li span {
	display: none;
}

ul#calendarOverview li.abschluss {
	border-top: 1px solid #CCCCCC;
	clear: both;
	display: block;
	float: none;
	text-align: center;
	width: auto;
}

div#calendarListing h1 {
	color: #cf6a31;
	font-size: 17px;
}

div.calendarEntry {
	padding: 10px 0;
	margin: 20px 0;
	border-top: 1px solid #ccc;
}

div.calendarEntry h2 {
	color: #cf6a31;
	font-size: 17px;
	font-weight: normal;
}

div.calendarEntry .date {
	color: #666;
}

div.calendarEntry .subline {
	font-weight: bold;
}