/*-----------------------------------  clearer  -----------------------------------*/
/* prevent floated images from overlapping the div-containers they are wrapped in  */

.news-list-container HR.clearer, .news-single-item HR.clearer, .news-latest-container HR.clearer{
	clear:both;
	height:10px;
	color:#DB331E;
	background-color:#ffffff;
	border:12px solid #ffffff;
}



/*--------------------------------- tt_news LATEST view  -----------------------------------*/


div.news-latest-container {
	/* color:black; background-color: no; */
	height: 106px;
	font-size: 1.15em; 
	margin: 20px 0px 0px 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}

div.news-latest-container h2 {
	background-image: url(http://141.68.102.150/projekte/WI03/BA-Web/dummy-4.0beta2/fileadmin/templates/grafiken/brot_back.jpg);
	font-size: 10px; 
	font-style: normal;
	font-weight: bold;
	color: #000000;
	padding: 4px 4px 10px 0px;
	margin: 0px;
}

span.news-latest-header {
	border-bottom: 0px;
}

span.news-latest-subheader {
	border-bottom: 0px;
}

div.news-latest-item {
	/* margin: 0px 0px 0px 0px; */
	/* color: black; */
                background-color: white; 
	padding-right: 6px;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 0px;
}

span.news-latest-item h3 {
	font-size: 10px; 
	font-style: normal;
	font-weight: bold;
	margin: 0px;
}



/*--------------------------------- tt_news LIST view  -----------------------------------*/

.news-list-item {
	margin-right:170px;
	font-size: 1.05em; 
}

.news-list-header {
	font-size:10px; 
	font-weight: bold;
                border-bottom: 0px;
}

.news-list-container IMG {
	float: right;
	margin-right:6px;
}


/*--------------------------------- tt_news SINGLE view  ---------------------------------*/

.news-single-item {
	padding-top:10px;
	padding-right:10px;
	padding-left:10px;
	font-size: 1.01em;

}

.news-single-item H2 {
	font-size: 13px;
	font-weight:bold;
}

.news-single-item H3 {

	font-size: 10px;
	font-weight:bold;
}

.news-single-img {
	float: right;
	margin-left:15px;
}

.news-single-imgcaption {
	margin-top:3px;
	margin-bottom:15px;
	clear:both;
	font-size: 1.1em; 
}

span.news-single-timedata {
	border-bottom: 0px;
}

.news-single-backlink {
	font-size: 1.0em; 
}