.calendar-table{
	clear:left;
	width:94%;
    margin-left:10px;
    padding-top:1em;
	/*padding:1em;*/
	border-bottom:1px solid #e8e8e9;
}

.columYear {
	font-weight:bold;
	}
	
.columNext a, .columPrevious a{
	font-size:0.9em;
	}
	
.calendar-table a{
	text-decoration:underline;
}

.calendar-table TD, .calendar-table TH{
	font-size:1.1em;
    padding:2px;
	text-align:center;
	
}
.calendar-table TH{
	padding-top:15px;
	padding-bottom:5px;
	font-weight: lighter;
	/*border-top:1px solid #333333; */
	border-bottom:1px solid #e8e8e9;
}
.calendar-table caption{
	color:#e8e8e9;
	text-transform:uppercase;
}
.linked_today{
 	text-align:center;
	/*padding:1px;*/
	color:blue;
	background-color:#e8e8e9;
	cursor:pointer;
	text-decoration:underline;
	border:1px solid #333333;
	/*border:1px solid #333333;*/
}
.linked_today_nolink{
 	text-align:center;
	/*padding:1px;*/
	background-color:#FFFFFF;
	border:1px solid #333333;
}
.linked_day {
 	text-align:center;
	/*padding:1px;*/
	color:blue;
	background-color:#e8e8e9;
	cursor:pointer;
	text-decoration:underline;
	border:1px solid #e8e8e9;	
}

/* List view CSS */

.newsCalendar_listHeader{
	display:none;
	font-size:1em;
	font-weight:bold;
	/*background-color:#C7D5FE;
	color:#333333;
	border:1px solid #7e7e7e;
	padding:0.5em;*/
}

.newsCalendar_listBody{
	padding:1em;
}

.newsCalendar_listItem{
	font-size:0.9em;
}
.newsCalendar_listItemHeader{
	font-weight:bold;
	/*padding-top:0.5em;*/
	padding-bottom:0.25em;
    font-size:1em;
}
.newsCalendar_listTitle{
	font-size:1.2em; 
	font-weight:bold; 
	margin-bottom:5px;
	margin-top:2px;
	margin-left:-1px;
}

.tx-ttnews-listrow { margin-left:-5px; padding:0px; clear: left; }
.newsListCalendar{ padding-bottom:0px; font-size:0.9em; clear: left; }
.newsListCalendar a { text-decoration:none; color:black; font-size:0.9em;}
.newsListCalendar img { float:left; padding-right:5px; margin-left:-2px;}
.newsListCalendar-more {text-align:right; font-weight:bold;}
.newsListCalendar-more a { background: url(/fileadmin/img/pfeil_sw.png); background-repeat:no-repeat;background-position:left; text-decoration:none; padding-left: 8px; font-size:1em; color:black;  font-weight:bold; position:relative; }
