	/*  tt_news LATEST view */

	.news-latest-top, .news-archive-top {
		font-size: 13px;
		font-weight: bold;
		margin-left: 10px;
		width: 150px;
    }
	.news-latest-item {
		margin-bottom: 10px;
		width: 150px;
		margin-left: 10px;	
		clear: both;
	}

        #news div.news-latest-item {
		margin-bottom: 10px;
		width: 150px;
		margin-left: 0;	
		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: white;
	}
	.news-latest-title {
		font-weight: bold;
		color: white;
	}
	.news-latest-img {
		float: left;
		margin-top: 3px;
		margin-right: 2px;
	}
	
	
	/* tt_news LIST view  */
	.news-list-item {
		margin: 0 10px 10px 10px;
	}
	
	.news-list-title {
	color: #2D3447;
	margin-bottom: 10px;
	clear: both;
	padding: 2px;
	border-bottom: 1px solid #D3D7E3;
	font-weight: normal;
	background-color: #D3D7E3;
	}

	.news-list-date {
	float: right;
	color: white;
	width: 180px;
	text-align: right;
	height: 17px;
	margin-top: -2px;
	margin-right: -2px;
	font-size: 9px;
	font-weight: normal;
	background-color: #2D3447;
	}
	.news-list-title a:link, .news-list-title a:hover, .news-list-title a:active, .news-list-title a:visited {
		color: #2D3447;
		text-decoration: none;
	}
	.news-list-imgcaption {
		color: #3E551C;
	}
	.news-list-item-img-container {
		float: right;
		width: 130px;
		/*margin: 0px 0px 20px 0px;
		 border: 1px solid #3E551C; */
		margin-left: 7px;
	}
	.news-list-item-img-container img, .news-list-imgcaption {
		float: right;
	}

	.news-list-category {
		margin-top: 7px;
		margin-bottom: 7px;
	}
	.tx-ttnews-browsebox {
		clear: both;
		text-align: left;
		margin: 0 0 15px 10px;
	}
	.news-list-clearer {
		height: 5px;
		clear: both;
		visibility: hidden;
	}
	
	/*  tt_news Page-Browser */
	.tx-ttnews-browsebox TD { 
		font-size: 10px; 
	}
	.tx-ttnews-browsebox-strong, .tx-ttnews-browsebox-SCell { 
		font-weight: bold; 
	}
	.tx-ttnews-browsebox-SCell {
		background-color: #D3D7E3;
	}
	.tx-ttnews-browsebox-SCell a{
		color: #2D3447;
	}
	.news-search-emptyMsg { 
		font-size: 11px;
		margin-left: 10px; 
	}
	
	/* tt_news SINGLE view  */
	.news-single-item {
		font-size: 15px;
		margin: 0 10px;
		/*color: #000;*/
	}
	.news-single-header {
		font-size: 20px;
		color: #CCD6F2;
	}
	.news-single-subheader {
		font-weight: bold;
		margin-bottom: 15px;
	}
	.news-single-images-container {
		float: right;
		width: 200px;
		margin-left: 5px;
	}
	.news-single-item p{
		margin-left: 0;
		margin-right: 0;
	}

	.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: #CCD6F2;
		font-size: 10px;
		margin: 0 5px 15px;
	}
	.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: 10px 0 0;
		border-top: 1px solid #CCD6F2;
		padding-top: 5px;
	}
	.news-single-additional-info p {
		margin: 0px;
	}

	.news-single-related-header, .news-single-links-header, .news-single-files-header {
		font-weight: bold;
		color: #CCD6F2;
		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: #CCD6F2;
	color: #2D3447;
	}


	.news-archive-item {
		width: 200px;
		margin: 5px 0 5px 10px;
	}
	.news-archive-item a {
		color: white;
		text-decoration: none;
		font-weight: bold;
	}