
/*-----------------------------------  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:1px;
	color: #DFDCD3		
}
.news-latest-container HR.clearer {
	clear:left;
	color: #f0f0f0;
}

.news-latest-container DIV.clearer {	
	width: 100%;
	height: 1px;
	clear: both;
}

.news-list-container DIV.clearer {
	width: 100%;	
	height: 10px;
	clear: both;
	border-bottom: 1px solid #DFDCD3;
}

.news-single-item HR.clearer {
	clear:left;
	color: #f0f0f0;
}

.news-list-item HR.clearer {
	clear:left;
	color: #f0f0f0;
}

/*-----------------------------------  tt_news LATEST view  -----------------------------------*/

.news-latest-container {
	background-color: white;
}

.news-latest-container H2,.news-latest-gotoarchive {
	color: #73a4ac;
	margin:3px;	
}

.news-latest-gotoarchive {
	font-weight:bold;	
}
.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 {
	
	padding:3px;
	margin-bottom:1px;		
}

.news-latest-item IMG {

	margin-bottom:5px;
	margin-right:5px;	
	
}
.news-latest-category IMG {
	float: none;
	border:none;
	margin:0px;
}
.news-latest-date,.news-latest-morelink,.news-latest-category {
	font-size: 0.8em;
	font-weight: bold;
	color: #73a4ac;
}

.news-latest-image{
	width: 100px;
	text-align: center;
	float: left;
	margin-right: 20px;
}

.news-latest-body{
	width: 280px;
	float: left;	
}

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

.news-latest-morelink A {
	text-decoration: none;
	color: #73a4ac;
}

/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-list-container 
{
	width: 670px;
	
	margin-left: 40px;
	margin-bottom: 100px;
			
	float: left;		
	background-color: white;

}

.news_list_merkbox
{
	width: 206px;
	
	float: left;
}

.news-list-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */	
	
	background-color:white;
	
	}
	
.news-list-content {
	width: 425px;
	
	float: left;	
}

.news-list-content h2{
	font-size: 1.6em;	
}

.news-list-content-img {
	width: 130px;
	float: left;	
	
	margin-right: 20px;	
}	
	
.news-search-form {
	padding:3px;
	margin-bottom:5px;
	
	background-color:white;

}
.news-search-emptyMsg{
	margin:0px;
}
.news-search-form FORM {
	margin:0px;
}
.news-list-container H3 {
	margin: 0;
}
	
.news-list-container H3 A:LINK,.news-list-container H3 A:VISITED,.news-list-container H3 A:HOVER {
	color: #008854;
	text-decoration: none;
	padding-left:2px;
}
.news-list-container H3 A {
	color: #008854;
	text-decoration: none;
}
.news-list-container P {
	padding-left:3px;
}
.news-list-date {	
	color: #73a4ac;
	font-size: 1em;
	font-weight: bold;	
}

.news-list-imgcaption {
	
	padding-top:3px;
	padding-right:3px;
	font-size: 0.6em;

	}

.news-list-container IMG {
	margin-bottom:20px;	
		
}
.news-list-category IMG {
	float: none;
	border:none;
	margin:0px;
}

.news-list-morelink,.news-list-category {
	font-size:1em;
	margin-left:3px;
}
.news-list-morelink  {
	color: #73a4ac;
	margin-bottom:20px;
}

.news-list-morelink A {
	margin-bottom:2px;
	text-decoration: none;
	color: #73a4ac;
}

.news-list-browse {
	height: 20px;
	float: left;
}

	/*---------------------------------  tt_news Page-Browser ---------------------------------*/
.tx-ttnews-browsebox {
	height: 20px;
	
	margin-left: 5px;
	margin-top: 0;
	padding: 0;	
	
	float: left;
}

.tx-ttnews-browsebox a {
	height: 18px;
	padding-top: 2px;
	display: block;
	text-decoration: none;
	color: #73a4ac;
	font-weight: bold;	
}

.tx-ttnews-browsebox-strong, .tx-ttnews-browsebox-SCell {
	color: #73a4ac;
	font-weight: bold;
}

.tx-ttnews-browsebox-SCell a{
	text-decoration: none;
	color: #696459;
	font-weight: normal;
}

.tx-ttnews-browsebox TABLE {
	height: 20px;
	margin: 0;
	border-collapse: collapse;	
}

.tx-ttnews-browsebox TR {
	margin: 0;
	padding: 0;
}

.tx-ttnews-browsebox TD {
	margin: 0;
	padding: 0;
}

.tx-ttnews-browsebox-SCell P,.tx-ttnews-browsebox TD P{
	width: 25px;
	height: 20px;
	margin:0px;
	padding: 0px; 
	background: url("images/arrow_page_browser.png") no-repeat;
	background-position: 6px 0px;
}

.tx-ttnews-browsebox-SCell {
	background-color: white;
	
}
.news-search-emptyMsg {
	font-size: 11px;
	margin-left: 40px;
}

#seiten_label {
	height: 18px;
	
	padding-top: 2px;
	margin-left: 25px;
	float: left;
}

	/*--------------------------------- tt_news SINGLE view  ---------------------------------*/
.news-single-item {
	margin-bottom: 100px;	
	background-color: white;
}

.news_single_merkbox
{
	width: 206px;
	
	float: left;
}

.news-single-content {
	width: 425px;
	
	float: left;
	
	margin-right: 40px;
	padding-left: 40px;
}

.news-single-content a{
	color: #559EB8;
}

.news-single-content-img {
	width: 205px;
	float: left;
	text-align: center;
}

.news-single-item H2 {
	font-size: 1.4em;
	font-weight:bold;
	color: #73a4ac;
	margin-bottom: 0px;
}
.news-single-item H3 {
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 15px;
	text-decoration: none;
	color: #73a4ac;
}

.news-single-item IMAGE {
	width: 203px;
	
	border: 1px solid #dcd8ce;
}

.news-single-imgcaption {
	padding:3px;
	clear:both;
}

.news-single-category {
	float: right;
}
.news-single-backlink, .news-single-backlink a {
	font-weight: bold;
	font-size: 0.9em;
	margin-bottom: 15px;
	margin-top: 10px;
	text-decoration: none;
	color: #73a4ac;
}

.news-single-timedata, .news-single-author,.news-single-imgcaption {
	color: #73a4ac;
}
.news-single-author {
	padding-bottom: 3px;
}
.news-single-additional-info {
	background-color: white;
/* 	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;
	background-color:white;
}

.news-single-related DD, .news-single-links DD, .news-single-files DD {
	margin-left:20px;
}

.news-single-related DT, .news-single-links DT, .news-single-files DT {
	font-weight: bold;
	font-size: 11px;
	margin-left:5px;
	width:90%;
}

#linkBack {
	width: 100%;
	height: 20px;
	
	margin-top: 40px;
	margin-bottom: 40px;
			
	border-top: 1px solid #DFDCD3;
	border-bottom: 1px solid #DFDCD3;
}

#img_back {
	width: 13px;
	height: 20px;
	
	float: left;
	background: url("images/back_pfeil.png") no-repeat;
}

#img_print {
	width: 10px;
	height: 20px;
	
	margin-left: 20px;
	
	float: left;
	background: url("images/print.png") no-repeat;
}

#txt_back,
#txt_print {	
	height: 20px;
	padding-top: 4px;
	
	float: left;
}

#txt_back a,
#txt_print a{
	height: 20px;
	
	margin: 0;
	padding: 5px;
	line-height: 100%;
	
	color: #73a4ac;
}

/*--------------------------------- tt_news Archivemenu (AMENU) --------------------------------- */
.news-amenu-container {
	margin-top:10px;
	margin-bottom:20px;	
	background-color:white;
}

.news-amenu-container A
{
	color: #73a4ac;
	text-decoration: none;
}

.news-amenu-container LI {
	padding-bottom:1px;
}
.news-amenu-container UL {
	padding:3px;
	
	margin-left:0px;
	margin-bottom:0px;
	
	background-color:white;
	list-style-type: none;
}
.news-amenu-container H2 {
	color: #73a4ac;
	padding:3px;
	
	background-color:white;
}
.news-amenu-item-year {
	font-weight: bold;
	font-size: 1.3em;
	
	padding: 4px;
	background-color:white;
	color: black;
}

/*--------------------------------- tt_news Categorymenu (CATMENU) --------------------------------- */


.news-catmenu  {
	padding:5px;
	margin:10px 0px 10px 10px;
	
	background-color:white;
}
.news-catmenu-header  {
	font-size:11px;
	font-weight:bold;
}
.news-catmenu DIV {
	font-size:10px;
	white-space: nowrap;
}
.news-catmenu DIV img {
	margin:0px;
	padding:0px;
	vertical-align: middle;
}
.news-catmenu-ACT {
	font-weight:bold;
}

/*  Styles for catmenu mode "nestedWraps" */
.level0 {
	background-color:white;
}
.level1 {
	padding-left:10px;
	background-color:white;
}
.level2 {
	padding-left:10px;
	background-color:white;
}
.level3 {
	padding-left:10px;
	background-color:white;
}
.level4 {
	padding-left:10px;
	background-color:white;
}



