
/*-----------------------------------  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 LATEST view  -----------------------------------*/
.news-latest-container {
	/* border:1px solid #333; */
	/* background-color:#BBE53A; */
	margin: 9px 0 0 0;
	padding: 0px 0 0 0; /* unbedingt top:1px setzen, sonst abstand zwischen den einzelnen news-latest-item im I.E*/
	width: auto;
	/* border-top: 1px dashed #008edd; */
}

.news-latest-item {
	/* clear: both; */
	padding: 10px 12px 0px 0px;
	margin: 0 0 0 0px;
	width: auto;
	float: left;
	display: block;
	}
	html>body .news-latest-item { /* Fuer Firefox und Opera  */
	width: auto;
	}

	.news-latest-item P.bodytext {
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.2em;
	}
	
	/* FUER LEFT RIGHT BOXEN */
.news-latest-item-left {
	/* float: left; */
	/* width: 360px; */
	margin: 0 0 0 0;
	padding: 0px 0 4px 0px;
	/* border-top: 1px dashed #cdcccc; */
	}
	html>body .news-latest-item-left { /* Fuer Firefox und Opera  */
	padding: 0px 0 6px 0px;
	}
.news-latest-item-right {
	float: right;
	margin: 0 0 0 0;
	padding: 0 0 4px 0;
	}
	html>body .news-latest-item-right { /* Fuer Firefox und Opera  */
	padding: 0 0 6px 0;
	}
	
	
/******** h3 Formatierung ********/	
.news-latest-container h3, .news-latest-container h3 a, .news-latest-container h3 a:link, .news-latest-container h3 a:visited, .news-latest-container h3 a:active {
	color:#008edd;
	font-weight: bold;
	font-size: 11px;
	padding:0px;
	margin: 0 0 3px 0px;
	/*background-color:#D8FA70;*/
	text-decoration: underline;
	font-style: normal;
	text-indent: 0px;
	}
.news-latest-container h3 a:hover, .news-latest-container h3 a:focus {
	color:#5B5C5E;
	text-decoration: underline;
}

/******** diverses *****/
.news-latest-container P {
	padding-left:0px;
}

.news-latest-date {
	color: #008edd;
	/* float: right;
	width: 180px;
	text-align: right;
	height: 20px;
	margin-top: 0px;
	margin-right: 0px; */
	font-size: 0.82em;
	font-weight: normal;
}

/******* Images ********/
.news-latest-imgcaption {
	/* float: right;
	padding-top: 3px;
	padding-right: 3px;
	font-size: 9px; */
}
.news-latest-container IMG {
	/* float: right; 
	border: 0px solid #ffffff;
	margin: 0 0 0 0px; */
}
.news-latest-item IMG {
	/* margin-bottom:5px;
	margin-right:5px;
	border:0px solid #ffffff;
	float: left; */
}

/******* Morelink ********/
.news-latest-morelink, .news-latest-morelink a, .news-latest-morelink a:link, .news-latest-morelink a:visited, .news-latest-morelink a:active {
	font-size: 0.82em;
	padding: 0px;
	margin: 0 0 3px 0px;
	color:#008edd;
	font-weight: normal;
	/*background-color:#D8FA70;*/
	text-decoration: underline;
	/* float:right; */
}
.news-latest-morelink a:hover, .news-latest-morelink a:focus {
	color:#5B5C5E;
	text-decoration: underline;
}




/********** Browselink ********/

.news-latest-browse {
	text-align: center;
	clear: both;
	/* text-align: left; */
}

/******** go to archiv *********/
.news-latest-gotoarchive {
	clear: both;
	/* border-top: 1px dotted #cdcccc; */
	padding: 0px 0 0 0px;
	margin: 10px 0 0 0;
	}
	html>body .news-latest-gotoarchive { /* Fuer Firefox und Opera  */
	padding: 2px 0 0px 0;
	}
.news-latest-gotoarchive a, .news-latest-gotoarchive A:LINK, .news-latest-gotoarchive A:VISITED, .news-latest-gotoarchive A:active {
	color:#008edd;
	font-weight:bold;
	font-size: 11px;
	/*background-color:#D8FA70;*/
	text-decoration: none;
}
.news-latest-gotoarchive a:hover, .news-latest-gotoarchive a:focus {
	color:#6a6969;
}


/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-list-container {
	/* border:1px solid #000; */
	/* background-color:#BBE53A; */
	margin: 5px 0 0 0;
	padding: 1px 0 0 0; /* unbedingt top:1px setzen, sonst abstand zwischen den einzelnen news-list-item im I.E*/
	width: auto;
}

.news-list-item {
	clear: both;
	padding: 0 0 0 0px;
	margin: 0 0 0 0px;
}

	.news-list-item P.bodytext {
	color: #000000;
	}
	
	/* FUER LEFT RIGHT BOXEN */
.news-list-item-left {
	float: left;
	/* width: 185px; */
	margin: 0 0 0 0;
	padding: 0px 0 4px 0px;
	/* border-top: 1px dashed #cdcccc; */
	}
	html>body .news-list-item-left { /* Fuer Firefox und Opera  */
	padding: 0px 0 6px 0px;
	}
.news-list-item-right {
	float: right;
	margin: 0 0 0 0;
	padding: 0 0 4px 0;
	}
	html>body .news-list-item-right { /* Fuer Firefox und Opera  */
	padding: 0 0 6px 0;
	}
	
/******** h3 Formatierung ********/	
.news-list-container h3, .news-list-container h3 a, .news-list-container h3 a:link, .news-list-container h3 a:visited, .news-list-container h3 a:active {
	color:#000000;
	font-weight: bold;
	font-size: 0.82em;
	padding:0px;
	margin:0px;
	/*background-color:#D8FA70;*/
	text-decoration: none;
	text-indent: 0px;
}
.news-list-container h3 a:hover, .news-list-container h3 a:focus {
	color:#008edd;
	text-decoration: none;
}

/******** diverses *****/
.news-list-container P {
	padding-left:0px;
}

.news-list-date {
	color: #5D6D7D;
	/* float: right;
	width: 180px;
	text-align: right;
	height: 20px;
	margin-top: 0px;
	margin-right: 0px; */
	font-size: 0.82em;
	font-weight: normal;
}

/******* Images ********/
.news-list-imgcaption {
	/* float: right;
	padding-top: 3px;
	padding-right: 3px;
	font-size: 9px; */
}
.news-list-container IMG {
	/* float: right; 
	border: 0px solid #ffffff;
	margin: 0 0 0 0px; */
}
.news-list-item IMG {
	/* margin-bottom:5px;
	margin-right:5px;
	border:0px solid #ffffff;
	float: left; */
}

/******* Morelink ********/
.news-list-morelink, .news-list-morelink a, .news-list-morelink a:link, .news-list-morelink a:visited, .news-list-morelink a:active {
	font-size: 0.82em;
	padding: 0px;
	margin: 0 0 3px 0px;
	color:#000000;
	font-weight: normal;
	/*background-color:#D8FA70;*/
	text-decoration: none;
	/* float:right; */
}
.news-list-morelink a:hover, .news-list-morelink a:focus {
	color:#008edd;
	text-decoration: none;
}

/********** Browselink ********/

.news-list-browse {
	text-align: center;
	/* 	clear: both;
	text-align: left; */
}

/******** go to archiv *********/
.news-list-gotoarchive {
	clear: both;
	border-top: 1px dotted #cdcccc;
	padding: 8px 0 0 0px;
	margin: 0px 0 0 0;
	}
	html>body .news-list-gotoarchive { /* Fuer Firefox und Opera  */
	padding: 10px 0 0px 0;
	}
.news-list-gotoarchive a, .news-list-gotoarchive A:LINK, .news-list-gotoarchive A:VISITED, .news-list-gotoarchive A:active {
	color:#7b740c;
	font-weight:bold;
	font-size: 0.7em;
	/*background-color:#D8FA70;*/
	text-decoration: none;
}
.news-list-gotoarchive a:hover, .news-list-gotoarchive a:focus {
	color:#c91018;
}



	/*---------------------------------  tt_news Page-Browser ---------------------------------*/
.tx-ttnews-browsebox {
	margin:0px;
	/* border:1px solid #666; */
	padding:0px;
	/* 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-bottom: 1px solid #008EDD;
}
.news-search-emptyMsg {
	font-size: 11px;
	margin-left: 10px;
}



	/*--------------------------------- tt_news SINGLE view  ---------------------------------*/
.news-single-item {
	padding: 0px;
	margin: 0px;
	/*border:1px solid #666;*/
	/* background-color:#F9FFE5; */
}

/******** h2 Formatierung ********/	
.news-single-item H2 {
	color: #008edd;
	/*font-family: verdana, Helvetica, sans-serif;
	font-size: 0.72em;
	font-weight: bold;
	font-style: normal;
	margin: 0 0 5px 0px;
	padding: 0;*/
}

/******** h3 Formatierung für Untertitel ********/
.news-single-item H3 {
	color: #969494;
	font-family: arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	font-style: normal;
	margin: 0 0 6px 0px;
	padding: 0;
	text-indent: 0px;
}

/******** diverses *****/
.news-single-item p {
	margin: 0 0 10px 0;
	padding: 0;
	color: #000000;
}

.news-single-author {
	padding-bottom: 3px;
}
.news-single-additional-info {
/* 	clear: both; */
	margin-top: 15px;
	padding:0px;
	padding-bottom:0px;

}
.news-single-related,.news-single-files,.news-single-links  {
	/*border-top: 1px dashed #cdcccc;
	border-bottom: 1px dashed #cdcccc; */
	margin:3px 0 3px 0;
	padding:2px 0 2px 0;
}

.news-single-related DD, .news-single-links DD, .news-single-files DD {
	margin-left:0px;
}

.news-single-related DT, .news-single-links DT, .news-single-files DT {
	font-weight: bold;
	font-size: 11px;
	margin-left:0px;
	width:;
}

/******* Images ********/
.news-single-img {
	/* float: right; */
	float: left;
	margin: 10px 0 30px 0px;
}
.news-single-img IMG { /* Abstand zwischen den Bildern */
	margin: 0 10px 9px 0px;
}
.news-single-imgcaption {
	padding-top:3px;
	/* clear:both; */
}

/******* Backlink ********/
.news-single-backlink {
	clear: both;
	/* border-top: 1px dashed #cdcccc; */
	margin: 3px 0 0 0px;
	/* border-top: 1px dotted #cdcccc; */
	padding: 8px 0 0 0px;
}
.news-single-backlink a, .news-single-backlink A:LINK, .news-single-backlink A:VISITED, .news-single-backlink A:active {
	color: #008edd;
	font-weight: bold;
	font-size: 0.7em;
	/*background-color:#D8FA70;*/
	text-decoration: none;
}
.news-single-backlink a:hover, .news-single-backlink a:focus {
	color:#6a6969;
}

/*--------------------------------- tt_news Archivemenu (AMENU) --------------------------------- */
/** hier im Template umgestellt auf <div id="news-amenu-container"> statt <div class="news-amenu-container"> */
#news-amenu-container {
	margin: 0 0 0 0px;
	padding: 0 0 10px 0px;
	/* border:1px solid #333;*/
	/* background-color:#ffffff; */
}

/******** Listen Formatierung ********/	
/* der aktive Punkt wird über Template_Setup_news.html bold dargestellt */
#news-amenu-container ul {
	padding: 0px 0 0px 0px;
	margin: 0;
	list-style-type: none;
}
#news-amenu-container ul li {
	padding: 0 0 0px 0px;
	margin: 0;
	background: url(/fileadmin/images/clear.gif) 0px 0 no-repeat;
	list-style-type: none;
	}
	html>body #news-amenu-container ul li { /* Fuer Firefox und Opera  */
	padding: 3px 0 0px 0px;
	background: url(/fileadmin/images/clear.gif) 0px 0.8em no-repeat;
	}

#news-amenu-container ul li.news-amenu-item-year {
	font-weight: normal;
	font-style: italic;
	/* border: 1px solid #666; */
	padding: 0 0 2px 0;
	margin: 8px 0 0 0px;
	color: #1a1b1f;
	border-top: 1px dotted #cdcccc;
	border-bottom: 1px dotted #cdcccc;
	background: url(/fileadmin/images/clear.gif) 0px 0 no-repeat;
	}
	html>body #news-amenu-container ul li.news-amenu-item-year { /* Fuer Firefox und Opera  */
	padding: 3px 0 2px 0px;
	margin: 8px 0 0 0px;
	}

/*--------------------------------- tt_news Categorymenu (CATMENU) rausgenommen --------------------------------- */






