/*-----------------------------------  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:1px solid #F9FFE5;

}
.news-latest-container HR.clearer {
	clear:left;
}

/*-----------------------------------  tt_news LATEST view  -----------------------------------*/

.news-latest-container {
	border:none;
	width:100%;
}

.news-latest-container H2,.news-latest-gotoarchive {
	color:#c25f30;
	padding:3px;
	margin:3px;
	border:none;
}

.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:#c25f30;
}
.news-latest-gotoarchive A {
	color:#c25f30;
}
.news-latest-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	min-height:61px;
	height:61px;
	height:auto!important;
	padding:8px 20px 7px 11px;
	/*margin:3px 3px 16px 3px;*/
	border:none;
}
.news-latest-item_dark {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	min-height:61px;
	height:61px;
	height:auto!important;
	padding:8px 20px 7px 11px;
	/*margin:3px 3px 16px 3px;*/
	border:none;
	background-image:url(../layout/news/news_dark.jpg);
	background-repeat:repeat-y;
}

.news-latest-item_light {
	padding:13px 26px 16px 9px;
	margin:1px 0px 14px 0px;
	border:none;
	width:340px;
	height:96px;
	color:#AFAFAF;
	background-image:url(../layout/news/occassionen.jpg);
	background-repeat:no-repeat;
}
.news-latest-item-left { float:left; width:153px;}
	.news-latest-item_light_img {
	background-image:url(../layout/news/bg_img_home.gif);
	background-repeat:no-repeat;
	width:121px;
	height:83px;
	padding:5px 6px 7px 5px;
	margin-bottom:5px;
	margin-right:21px;
	float:left;
}
.news-latest-item-right { float:right; width:187px;}
	
.news-latest-item_light .newstitel, #contentright .news-latest-item_light .newstitel{color:#c25f30;float:left;
	text-align:left;font-size:12px; line-height:15px; height:20px;width:187px;}
	#contentright .news-latest-item_light .newstitel a, .news-latest-item_light .newstitel a {color:#c25f30; text-decoration:none;}
	#contentright .news-latest-item_light .newstitel a:hover, .news-latest-item_light .newstitel a:hover{color:#c25f30; text-decoration:underline;}

.news-latest-item_light .news-latest-morelink{
	float:left;
	text-align:right;
	padding-top:10px;
	color:#c25f30;
	width:187px;
}
.news-latest-item_light .news-latest-morelink a, #contentright .news-latest-item_light .news-latest-morelink a {color:#c25f30; text-decoration:none;}
.news-latest-item_light .news-latest-morelink a:hover, #contentright .news-latest-item_light .news-latest-morelink a:hover {color:#c25f30; text-decoration:underline;}



.news-latest-category IMG {
	float: none;
	border:none;
	margin:0px;
}
.news-latest-date {
	font-size:9px;
}

.newslatest-bottom { float:left; width:100%;}
.news-latest-morelink {
	width:150px;
	float:right;
	text-align:right;
}
.news-latest-category {
	float:left;
	width:150px;
}


/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-list-container {
width:611px;
float:left;
margin:0; 
padding:0;
}

.news-list-item_blank {
	height: 110px;
	margin:5px 0;
	padding:5px 0;
	background:url(../layout/news/news_dark_list_blank.gif) no-repeat;
	}
	
.news-list-item_dark {
	height: 110px;
	margin:5px 0 10px 0;
	padding:5px 0;
	background:url(../layout/news/news_dark_list.jpg) no-repeat;
	}	
	
.news-list-item-left { float:left; width:191px; padding:4px 0 8px 9px; height:98px;}
	.news-list-item_light_img {
	/*background-image:url(../layout/news/bg_img_home.gif);
	background-repeat:no-repeat;
	width:121px;
	height:83px;*/
	float:left;
}	
	.news-list-item_light_img img {	padding:4px;
	border:1px dotted #8D8D8D;}
	
.news-list-item-right { float:right; left:200px; width:411px; padding:9px 0 8px 0px; height:93px;}
.news-list-item-right  .news-list-top { float:left; left:0; width:411px; height:20px;}
 .news-list-top .newstitel { width:365px; float:left; height:20px; font-size:12px; line-height:15px; padding-left:1px; }
	.news-list-top .newstitel a, #content .news-list-top .newstitel a { text-decoration:none;}
	.news-list-top .newstitel a:hover, #content .news-list-top .newstitel a:hover{ text-decoration:underline;}
	
.news-list-top .news-list-date {
	float: right;
	text-align: right;
	font-size: 9px;
	line-height:15px;
	font-weight: normal;
	width:30px;
	height:20px;
	margin-right:15px;
	}

.news-list-item-text { float:left; left:0; width:411px; height:60px;}

.news-list-morelink{
	font-size:9px;
	height:10px;
	float:right;
	text-align:right;
	margin-right:9px;
	padding-bottom:4px;
}
.news-list-category {
	font-size:9px;
	margin-left:3px;}
.news-list-browse {
	text-align: center;
}



	/*---------------------------------  tt_news Page-Browser ---------------------------------*/
.tx-ttnews-browsebox, .browseBoxWrap {
	margin:3px;
	border:1px solid #666;
	padding:3px;
	background-color:#F9FFE5;
}

.tx-ttnews-browsebox TD {
	font-size: 10px;
}
.tx-ttnews-browsebox-strong, .tx-ttnews-browsebox-SCell {
	font-weight: bold;
}
.tx-ttnews-browsebox-SCell P,.tx-ttnews-browsebox TD P{
	margin:0px;
}

.tx-ttnews-browsebox-SCell {
	background-color: #BBE53A;
	border:1px solid #666;
}
.news-search-emptyMsg {
	font-size: 11px;
	margin-left: 10px;
}
	/*--------------------------------- tt_news SINGLE view  ---------------------------------*/
.news-single-item {
	padding:0px 0;
	margin-bottom:5px;
}
.news-single-item h1, div.news-single-item h1 {
	font-size:16px; color:#BCB7B1; line-height:21px; font-weight:normal; 
}
.news-single-item H3 {
font-size:16px; color:#BCB7B1; line-height:21px; font-weight:normal; 
	margin-bottom: 15px;
}
.news-single-rubrik { float: left; width:100%; padding-bottom:10px;}
.news-single-category {
	float: left;
}

.news-single-subheader { padding-bottom:15px;}

.news-single-textcont { padding:10px 0;}
.news-single-textimg {float: left; margin-right:10px;}
.news-single-text {}
.news-single-textimg  img {
		padding:4px;
	border:1px dotted #8D8D8D;
}
.news-single-textimg  .news-single-imgcaption {
	padding:3px;
	clear:both;
}



.news-single-timedata {
	float: left;
}
.news-single-timedata, .news-single-author,.news-single-imgcaption,.news-single-category {
	font-size: 11px;
}
.news-single-author {
	padding-bottom: 3px;
}
.news-single-additional-info {
/*	clear: both;*/
	margin-top: 15px;
	padding:3px;
	padding-bottom:0px;

}
.news-single-related,.news-single-files,.news-single-links  {
	margin:0px;
	margin-bottom: 3px;
	padding:3px;
}

.news-single-related DD, .news-single-links DD, .news-single-files DD {
}

.news-single-related DT, .news-single-links DT, .news-single-files DT {
	font-weight: bold;
	font-size: 11px;
	margin-left:5px;
	width:90%;
}

.news-single-item #trennlinie {float:left; width:100%;background-image:url(../../user_upload/icons/punktelinie.gif); background-repeat:repeat-x;}

.news-single-backlink, .news-single-backlink a {
	font-weight: normal;
	font-size: 11px;
	margin-bottom: 15px;
 float:left;
}

/*--------------------------------- tt_news Archivemenu (AMENU) --------------------------------- */
.news-amenu-container {
	margin-top:10px;
	padding:3px;
	border:1px solid #333;
	background-color:#BBE53A;
}
.news-amenu-container LI {
	padding-bottom:1px;
}
.news-amenu-container UL {
	padding:3px;
	margin-top:5px;
	margin-left:0px;
	margin-bottom:0px;
	border:1px solid #666;
	background-color:#F9FFE5;
	list-style-type: none;
}
.news-amenu-container H2 {
	color:#afafaf;
	padding:3px;
	border:1px solid #666;
	background-color:#769024;
}
.news-amenu-item-year {
	font-weight: bold;
	border: 1px solid #666;
	padding: 2px;
	background-color: #769024;
	color:#afafaf;
}

/*--------------------------------- tt_news Categorymenu (CATMENU) --------------------------------- */


.news-catmenu  {
	padding:5px;
	margin:10px 0px 10px 10px;
	border:1px solid #666;
	background-color:#F9FFE5;
}
.news-catmenu-header {
	font-size:11px;
	font-weight:bold;
}
.news-catmenu DIV {
	font-size:10px;
	white-space: nowrap;
}
.news-catmenu DIV img, .news-catmenu img, .news-catmenu-header img {
	margin:0px;
	padding: 0px;
	vertical-align: middle;
}
.news-catmenu-ACT {
	font-weight:bold;
}

/*  Styles for catmenu mode "nestedWraps" */
.level1 {
	padding:1px;
	padding-left:10px;
	background-color:#ebf8bf;
	border-left:1px solid #666;
	border-top:1px solid #666;
}
.level2 {
	padding:1px;
	padding-left:10px;
	background-color:#ddf393;
	border-left:1px solid #666;
}
.level3 {
	padding:1px;
	padding-left:10px;
	background-color:#cae46e;
	border-left:1px solid #666;
	border-top:1px solid #666;

}
.level4 {
	padding:1px;
	padding-left:10px;
	background-color:#b0cb51;
	border-left:1px solid #666;
}

