
/*-----------------------------------  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:right;
	height:1px;
	border:0px solid #ffffff;

}
.news-latest-container HR.clearer {
	clear:left;
}

/*--------------------------------- tt_news LIST Archiv  -----------------------------------*/

/* .archiv a, .archiv a:visited  {font-weight:normal;color:#990000;}
.archiv a:hover  {font-weight:normal;color:#550000;} */
.archiv ul  {margin:5px 0px 0px 10px;}

/*--------------------------------- tt_news LIST CENTER  -----------------------------------*/

.news-1 a img, .news-1 a img:hover, .news-2 a img, .news-2 a img:hover {border:none;}
.news-1 img {	float:right;	padding-left: 20px;	padding-bottom: 2px; }
.news-2 img {	float:left;	clear:both; padding-right: 20px;	padding-bottom: 2px;	padding-left: 10px;}

.news-1 {	padding-bottom: 50px;}
.newsContent {padding-top: 0px;}
.newsdate {float:right;}
.mehr a, .mehr a:visited {	float: left;	display: block;	width: 3.8em;	font-weight: normal;}

/*--------------------------------- tt_news LIST left  -----------------------------------*/

.news_left h4 {margin:0px; padding-bottom:0px; color:#5B3319; font-weight:bold; font-size: 13px;}
.news_left .newsdate {float:none; font-size: 10px;}
.news_left .newsContent p {padding:10px 0 0 10px; margin:0px;}

/*--------------------------------- tt_news LIST search  -----------------------------------*/

.news-search-emptyMsg {padding-left:10px;}
.news-search-form {padding-top:20px;/* padding-left:10px; */padding-bottom:10px;}
.news-search-form-submit input.button { border:0px; width:20px; height:20px; background:url(../img/news_suche.gif) no-repeat left 50%;}
.news-search-form-submit input.button:hover { cursor:pointer; background:url(../img/news_suche_hov.gif) no-repeat left 50%;}


/*--------------------------------- tt_news SINGLE view  ---------------------------------*/

.news-single-item { margin-bottom:5px;}
.news-single-img { }
.news-single-img a img, .news-single-img a img:hover {border:none; padding:0 5px 2px 0;}
.news-single-imgcaption { float:left; padding:0px; clear:both;}
.news-single-backlink, .news-single-backlink a { float:right; font-weight: normal; margin: 20px 0 15px 0;}
.news-single-item dd img {padding-right:30px; margin-top:10px;}


