/*Listenansicht*/

DIV.tx-cal-controller {
	width: 195px;
	border: 2px solid #ffcc00;
	margin-left: 20px;
	margin-right: 5px;
}

:root DIV.tx-cal-controller { width: 210px; }

table.start-table {
	width: 195px;
	margin: 0;
}

:root table.start-table { width: 210px; }


td.start-cell {
	text-align: left;
	padding-right: 5px;
}

/*Verstecken von Seitenbrowser und Trefferanzahl*/
DIV.tx-cal-controller p.pagebrowser,
DIV.tx-cal-controller p.found {
	display: none;
}

DIV.tx-cal-controller h2 {
	font-size: 10.5pt;
	background-color: #ffcc00;
	background-image:url('../tt_news/h2.gif');
	background-repeat:repeat-x;
	background-position:bottom;
	/*line-height:16pt;*/
	color: #fff;
	text-align: left;
	padding-right: 5px;
	margin-right: 1px;
}
	
/*Formatierung abgezeigter Zeitraum (Überschrift)*/
DIV.tx-cal-controller h3 {
	font-size: 10pt;
	background-color: #ffcc00;
	background-image:url('../tt_news/h3.gif');
	background-repeat:repeat-x;
	background-position:bottom;
	line-height:12pt;
	color: green;
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 1px;
}

/*Formatierung einzelen Events*/
DIV.tx-cal-controller dl dt {
	margin-right: 6px;
	padding-top: 10px;
	border-bottom: 2px solid green;
}

div.news-latest-item h3 {
	padding-left: 5px;
}
