.calendar-table {
	font-family: Verdana, sans-serif;;
	font-size: 11px;
	border:0px solid #ff0000;
	background: url(../layout/kalender_bg_up.jpg) no-repeat;
	width: 217px;
	padding: 0px 5px 20px 3px;
	margin: 0;
	}
	
.calendar-table tbody{
}

.columYear {
	font-weight: bold;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-bottom: 5px solid transparent;
	height: 50px;
	vertical-align: bottom;
	}

.columPrevious, .columNext {
	vertical-align: bottom;
	border-bottom: 5px solid transparent;
}


/*
.calendar-table{
    padding:0em;
    border: 0px solid #E5E5E5;
    margin-left:15px;
  
} */


.calendar-table a{
	text-decoration:none;
	
}
.calendar-table TD, .calendar-table TH{
	padding: 1px;
	text-align:center;
	
}
.calendar-table TH{
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	font-weight: normal;
}
.calendar-table caption{
	font-size:200%;
	text-transform:uppercase;
}
.linked_today{
	cursor: default;
	padding:1px;
	color:#fff;
	background-color:#84002b;
	cursor:pointer;
	text-decoration:underline;
	border:1px solid #333333;
}
.linked_today_nolink{
	padding:1px;
	background-color:#666;
	color:#fff;
}
.linked_day{
	padding:1px;
	text-decoration:underline;
	cursor: default;
	color:#000;
	border:1px solid #999;
}

/* List view CSS */
.newsCalendar_listHeader{
	font-size:1.5em;
	font-weight:bold;
	background-color:#C7D5FE;
	color:#333333;
	border:1px solid #7e7e7e;
	padding:0.5em;
}
.newsCalendar_listBody{
	padding:1em;
}
.newsCalendar_listItem{
	display: table;
	font-size:1em;
	padding-top:1em;
}

.newsCalendar_listItem a{
	font-weight: bold;
}

.newsCalendar_listItem_image{
	display: table;
	float:left;
	padding: 3px;
	border: 1px solid #CCC;
	margin-top: 3px;
	margin-right: 3px;
}
.newsCalendar_listItem_subheader{
	display: table;
	float:left;
}
.newsCalendar_listItemHeader{
	font-weight:bold;
	padding-top:1em;
	font-size:1.25em;
}
