/*--------------------------------------------------NEWS PLUGIN LATEST VIEW ---------------------------------------------------------*/

/*-----------------------------------  clearer  -----------------------------------*/
/* prevent floated images from overlapping the div-containers they are wrapped in  */

.termin-list-container HR.clearer {
	clear:right;
	height:1px;
	border:1px solid #F9FFE5;

}
/*-----------------------------------  tt_news  -----------------------------------*/
.termin-container {
	width: 180px;
}

.termin-container H3 {
	margin-bottom: 5px;
	padding-left: 5px;
	text-decoration: none;
	font-size: 12px;
	background-color: #C0c0c0;
}

.termin-item-padding {
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.termin-item {
	height: 1%;
	line-height: 1.3;
	margin: 2px;
}

.termin-date {
	padding-right: 3px;
	width: 180px;
	text-align: left;
	font-size: 9px;
	font-weight: bold;
	background-color: #c0c0c0;
}
