.tx_ttnews {
	display:block;
    float:right;
    width:190px; 
}
.calendar-table{
	width:100%;
	padding:1em;
	line-height:14px;
	margin:0 0 10px;
	padding:0;

}
.calendar-table a{
	color:#FFFFFF;
	border:1px solid #666666;
	display:block;
	font-weight:bold;
	text-decoration:none;
}

.calendar-table a:hover, .calendar-table a:focus {
	background:#fff none repeat scroll 0 0;
	border:1px solid #ee8100;
	color:#222222;
	text-decoration:none;
}

.calendar-table TD, .calendar-table TH{
	padding:2px;
	text-align:center;
}
.calendar-table TH{
	line-height:8px;
	width:20px;
}

.calendar-table caption{
	font-size:200%;
	color:#333333;
	text-transform:uppercase;
}
.linked_today{
	color:#fff;
	background-color:#973300;
	cursor:pointer;
	text-decoration:underline;
	font-weight:bold;

}
.linked_today_nolink{
	color:#fff;
	background-color:#ee8100 ;
	font-weight:bold;
}
.linked_day{
	color:#222;
	background-color:#d0d1d2;
	cursor:pointer;
	text-decoration:underline;
	font-weight:bold;

}

/* List view CSS */
.newsCalendar_listHeader{
	#kalender .calendar-table a:hover, #kalender .calendar-table a:focus 
	background:#fff none repeat scroll 0 0;
	border:1px solid #ff6633;
	color:#222222;
	text-decoration:none;
}

.newsCalendar_listBody{
	padding:1em;
}
.newsCalendar_listItem{
	font-size:1em;
	padding-left:1em;
}
.newsCalendar_listItemHeader{
	font-weight:bold;
	padding-top:0.5em;
	padding-bottom:0.25em;
	font-size:1.25em;
}

.calendar-table .columPrevious {
   	background:#666 none repeat scroll 0 0;
   	padding:0;
   	color:#fff;
}
.calendar-table .columYear {
   	background:#666 none repeat scroll 0 0;
   	padding:0;
   	color:#fff;
}

.calendar-table .columNext {
 	background:#666 none repeat scroll 0 0;
 	padding:0;
   	color:#fff; 
  
}

