.calendar-table{
	width:200px;
	padding:1em;
	font-size:12px;
}
.calendar-table a{
	text-decoration:underline;
}
.calendar-table TD, .calendar-table TH{
	padding:3px;
	text-align:center;
}
.calendar-table TH{
	color:#333333;
	border-top:1px solid #7e7e7e;
	border-bottom:1px solid #7e7e7e;
}
.calendar-table caption{
	font-size:150%;
	color:#333333;
	text-transform:uppercase;
}
.linked_today{
	padding:2px;
	color:#333333;
	background-color:#C7D5FE;
	cursor:pointer;
	text-decoration:underline;
	border:1px solid #333333;
}
.linked_today_nolink{
	padding:2px;
	color:#333333;
	background-color:#C7D5FE;
}
.linked_day{
	padding:2px;
	color:#FFFFFF;
	background-color:red;
	cursor:pointer;
	text-decoration:underline;
	border:1px solid #333333;
}

/* List view CSS */
.newsCalendar_listHeader{
	font-size:0,7em;
	background-color:#810000;
	color:#ccc;
	padding:0.5em;
}
.newsCalendar_listBody{
	padding:1em;
}
.newsCalendar_listItem{
    font-weight:bold;
	font-size:0,5em;
	padding-left:1em;
	color:#810000;
}
.newsCalendar_listItem a{
    font-weight:bold;
	font-size:0,5em;
	padding-left:1em;
	color:#810000; 
	text-decoration:none;
}
.newsCalendar_listItemHeader{
	color:red;
	padding-top:0.5em;
	padding-bottom:0.25em;
	font-size:1em;
}
.calendar-table a:link, a:visited {color:#810000; text-decoration:none;}
.calendar-table a:hover {color:#000000; text-decoration:none;}
#zwei a:link, a:visited { color: black; font-size: 12px; line-height: 12px; background-image: none; text-decoration: none; list-style-type: none; width: 100%; height: 100%;}