@import "/fileadmin/style/screen.css";
@import "/fileadmin/style/rte.css";

#contentleft {
	position: relative;
	left: 27px;
	width: 177px;	
	text-align: justify;		
	float: left;
}
/*-----------------------------------  tt_news LATEST view  -----------------------------------*/

.news-latest-container {
	font-size:90%;
	width: 179px;
	border: 1px dotted Gray;
	background-color:#fff;
}

.news-latest-container H2,.news-latest-gotoarchive {
	color:#fff;
	font-size: 110%;
	padding:3px 3px 3px 10px;
	margin:3px;
	border: 1px dotted Gray;
	/*background-color:#D8FA70;*/
	background-color:#005841;
}
.news-latest-container H3{
	font-size: 100%;
}

.news-latest-gotoarchive {
	font-weight:bold;
	margin-top:5px;
}
.news-latest-gotoarchive A:LINK, .news-latest-gotoarchive A:VISITED, .news-latest-gotoarchive A:HOVER {
	color:#fff;
}
.news-latest-gotoarchive A {
	color:#fff;
}
.news-latest-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	padding:5px;
	margin:3px;
	border: 1px dotted Gray;
	background-color:#fff;
}

.news-latest-item hr.clearer{
	border: 1px dotted Gray;
}

.news-latest-item IMG {

	margin-bottom:5px;
	margin-right:5px;
	border: 1px dotted Gray;
	float:left;
}
.news-latest-category IMG {
	float: none;
	border:none;
	margin:0px;
}
.news-latest-date,.news-latest-morelink,.news-latest-category {
	font-size:9px;
}

.news-latest-morelink {
	height:12px;
}

.news-latest-morelink A {
	float:right;
}

