	/*  tt_news LATEST view */

	.news-latest-top, .news-archive-top {
		font-size: 13px;
		font-weight: bold;
		margin-left: 10px;
		width: 200px;
    }
	.news-latest-item {
		margin-bottom: 10px;
		width: 200px;
		margin-left: 10px;	
		clear: both;
	}
	.news-latest-item p {
		margin-top: 0px;
		font-size: 10px;
	}
	.news-latest-item a:link, .news-latest-item a:visited, .news-list-PBactPage, .news-list-PBpage {
		text-decoration: none;
		color: #3B4417;
	}
	.news-latest-item a:hover, .news-latest-item a:active {
		text-decoration:underline;
	}
	.news-latest-date {
		color:#76882D;
	}
	.news-latest-title {
		font-weight: bold;
		color: #76882D;
	}
	.news-latest-img {
		float: left;
		margin-top: 3px;
		margin-right: 2px;
	}
	
	
	/* tt_news LIST view  */
	.news-list-item {
		border-color:rgb(192,0,0);
		border-style:none;
		border-width:1px;
		margin-bottom:20px;
	} 
	.news-list-title {
		background-color:rgb(192,0,0);
		clear:both;
		font-weight:bold;
		margin-bottom:5px;
		padding:2px;
		padding-left:10px;
		padding-right:5px;
	}

	.news-list-date {
		color:rgb(255,255,255);
		float:right;
		font-size:9px;
		font-weight:normal;
		height:17px;
		margin-top:-2px;
		margin-right:-2px;
		text-align:right;
	}
	.news-list-title a:link, .news-list-title a:hover, .news-list-title a:active, .news-list-title a:visited {
		color:rgb(255,255,255);
		text-decoration:none;
	}
	.news-list-imgcaption {
		color:#3E551C;
	}
	.news-list-item-img-container {
		float:right;
		width:130px;
		margin-left:7px;
	}
	.news-list-item-img-container img, .news-list-imgcaption {
		float:right;
	}

	.news-list-subheader {
		margin-left:10px;
	}

	.news-list-category {
		margin-bottom:7px;
		margin-top:7px;
	}

	.news-list-more {
		margin-left:10px;
	}

	.news-list-clearer {
		height:5px;
		clear:both;
		visibility:hidden;
	}
	
	/*  tt_news Page-Browser */
	.tx-ttnews-browsebox {
		clear:both;
		margin-bottom:15px;
		text-align:center;
	}

	.tx-ttnews-browsebox TD { 
		font-size: 10px; 
	}
	.tx-ttnews-browsebox-strong, .tx-ttnews-browsebox-SCell { 
		font-weight: bold; 
	}
	.tx-ttnews-browsebox-SCell {
		background-color: #EEE;
	}
	.news-search-emptyMsg { 
		font-size: 11px;
		margin-left: 10px; 
	}
	/* tt_news SINGLE view  */
	.news-single-item {
		width: 440px;
		font-size: 15px;
		color: #000;
	}
	.news-single-header {
		font-size: 20px;
/*		color: #85A600; */
		color: rgb(191,0,0);
	}
	.news-single-subheader {
		font-weight: bold;
		margin-bottom: 15px;
	}
	.news-single-images-container {
		float: right;
		width: 200px;
		margin-left: 5px;
	}

	.news-single-images-container img {
		/* border: 1px solid #3E551C;*/
		margin-bottom: 5px;
		float: right;
	}
	.news-single-category {
		margin-bottom: 15px;
	}
	.news-single-backlink, .news-single-backlink a {
		font-weight: bold;
/*		color: #76882D; */
		color: rgb(191,0,0);
		font-size: 10px;
		margin-bottom: 15px;
		margin-top: 10px;
	}
	.news-single-timedata, .news-single-imgcaption {
		float: right;
	}
	.news-single-timedata, .news-single-author, .news-single-imgcaption, .news-latest-date, .news-list-imgcaption {
		font-size: 9px;
	}
	.news-single-author {
		clear: both;
		padding-top: 5px;
		margin-bottom: 10px;
	}
	.news-single-additional-info {
		clear: both;
		margin-top: 15px;
		border-top: 1px solid /* #76882D */ rgb(191,0,0);
		padding-top: 5px;
		width: 100%;
	}
	.news-single-additional-info p {
		margin: 0px;
	}

	.news-single-related-header, .news-single-links-header, .news-single-files-header {
		font-weight: bold;
/*		color: #76882D; */
		color: rgb(191,0,0);
		font-size: 11px;
	}
	
	/* tt_news Archivemenu (AMENU) view  */
	.news-archive-container {
		width: 190px;
		margin-left: 10px;
	border-bottom: 1px solid #CCD6F2;
	}
		.news-archive-item-year {
	font-weight: bold;
	width: 190px;
	border: 1px solid #CCD6F2;
	padding-top: 3px;

	padding-bottom: 3px;
	padding-left: 3px;
	background-color: #95A653;
	color:#FFFFFF;
	}


	.news-archive-item {
		width: 200px;
		margin-left: 10px;
	}
	.news-archive-item a {
		color: #76882D;
		text-decoration: none;
	}
 


