.calendar-table{
	width:100%;
}
.calendar-table img{
	background-color:transparent;
	border: 0px;
}
.calendar-table a{
	text-decoration:underline;
}
.calendar-table TD, .calendar-table TH{

	text-align:center;
}
.calendar-table TH{

	background-color:#3C62A1;
	color:#fff;
}
.calendar-table caption{
	font-size:200%;
	text-transform:uppercase;
}
.linked_today{
	cursor: default;
	color:#E68100;
	background-color:#fff;
	cursor:pointer;
	text-decoration:underline;
	font-weight:normal;

}
.linked_today_nolink{
	background-color:#fff;
	font-weight:normal;
}
.linked_day{

	text-decoration:underline;
	cursor: default;
	color:#E68100;
	padding:0px;
	margin:0px;
}
.columYear{
	padding-top:10px;
	font-weight:bold;
	
}

/* List view CSS */
.newsCalendar_listHeader{
	font-size:100%;
	font-weight:bold;
	background-color:#F4F4F4;
	color:#333333;
	border:0px solid #7e7e7e;
	padding:0.5em;
}
.newsCalendar_listBody_Home{
	padding:0em;
}

.newsCalendar_listBody_Home .tx-ttnews-browsebox {
	display:none;
}
.newsCalendar_listBody{
	padding:0em;
}
.newsCalendar_listItem{
	display: table;
	font-size:1em;
	padding:0.5em 0 0.5em 0;
	border-bottom: 1px solid #e3e3e3;
	clear:both;
	width:100%;
}
.newsCalendar_listItem_date { 
	float:left; 
	width:135px;
}
.newsCalendar_listItem_ort { 
	float:left; 
	width:140px;
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	padding-left:1em;
}
.newsCalendar_listItem_beschreibung{
	float:left;
	width:295px;

	padding-left:1em;

}
.newsCalendar_listItem a{
	font-weight: normal;
	padding:0;
	margin:0;
	clear:both;
}
.newsCalendar_listItem_link{
	padding: 3px;
	border-bottom: 0px solid #e3e3e3;
	margin-top: 0px;
	margin-right: 0px;
}

.newsCalendar_listItem_image{
	display: table;
	float:left;
	border:1px solid #D5DDEA; padding:3px 3px; background-color:#EBEFF5;
	margin-top: 3px;
	margin:0  10px 10px 0;;
}
.newsCalendar_listItem_subheader{
	display: table;
	padding:0 0 0 0px;
}
.newsCalendar_listItemHeader{
	font-weight:bold;
	padding-top:1em;
	font-size:1.25em;
}