.calendar-table{
	margin-left:10px;
	font-family:tahoma;
	border:0px dotted #c6c6c6;
	color:#000000;
	background: url(kalender.jpg) no-repeat;
	width:90%;
	padding:1em;
	font-size:11px;
}
.calendar-table a{
	font-size:11px;
	color:#000000;
	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:11px;
	color:#333333;
	text-transform:uppercase;
}
.linked_today{
	padding:2px;
	color:#333333;

	cursor:pointer;
	text-decoration:none;
	border:1px solid #fd0303;
}
.linked_today_nolink{
	padding:2px;
	color:#333333;
	border: 1px solid #fd0303;
	background-color:#ffffff;
}
.linked_day{
	font-size:11px;
	padding:2px;
	color:#ba0101;
	cursor:pointer;
	text-decoration:none;
	border:1px solid #333333;
}

/* List view CSS */
.newsCalendar_listHeader{
	width:500px;
	font-family:tahoma;
	font-size:0.9em;
	font-weight:bold;
	background-color:#ffffff;
	color:#000000;
	border:1px solid #666666;
	padding:0.5em;
}
.newsCalendar_listBody{
	margin-top:10px;
	padding:1em;
	font-family:tahoma;
}
.newsCalendar_listItem{
	margin-top:10px;
	font-size:1em;
	padding-left:1em;
	font-family:tahoma;
}

.newsCalendar_listItem a{
	width:480px;
	background:#ffffff;
	font-size:11px;
	padding:5 5 5 5px;
	font-family:tahoma;
	color: #000000;
	text-decoration:underline;
}

.newsCalendar_listItem a.hover{
	font-size:11px;
	padding-left:0em;
	font-family:tahoma;
	color: #000000;
	text-decoration:underline;
}


.newsCalendar_listItemHeader{
	font-weight:bold;
	padding-top:0.5em;
	padding-bottom:0.25em;
	font-size:1.25em;
	font-family:tahoma;
}