/*
**************** News Allgemein
*/

.news-date {
	font-size: 8pt;
	color:#9c9e9f;
}

.news-backLink a {
	display: block;
	width: 50px;
	font-size: 8pt;
	padding-left: 18px;
	background-image: url(images/back.png);
	background-repeat: no-repeat;
	background-position: 0 -20px;
}

	.news-backLink a:hover {
		background-position: 0 2px;
	}

.news-morelink {
	font-size: 9pt;
}

/*
**************** News Single
*/

.news-single-container {
	margin-bottom: 18px;
}


/*
**************** News Latest
*/

li.news-latest-item {
	margin-bottom: 20px !important;
	padding:14px 0 15px 18px !important;
	/*border-bottom: 1px dotted #bbb;*/
	min-height: 150px;
	overflow: hidden;
	background-image: url(images/newsListLatestBG.png) !important;
	background-repeat: no-repeat !important;
	background-position: 0 0 !important;
}

	.news-latest-item .news-latest-header h3 {
		font-size: 14pt;
		margin-bottom: 0; 
	}
	
		.news-latest-item .news-latest-content a img {
			float: right;
			padding: 4px;
			border: 1px solid #eaeaea;
			background-color: #fff;
		}
		
		.news-latest-item .news-latest-content p {
			margin-right: 270px;
		}
		
		

.news-list-item {
	margin-bottom: 40px !important;
	padding-bottom: 20px !important;
	border-bottom: 1px dotted #bbb;
	overflow: hidden;
}

	.news-list-item .news-list-header h3 {
		font-size: 14pt;
		margin-bottom: 0; 
	}
	
		.news-list-item .news-list-content a img {
			float: right;
			padding: 4px;
			border: 1px solid #eaeaea;
			background-color: #fff;
		}
		
		.news-list-item .news-list-content p {
			margin-right: 270px;
		}
		
		.tx-ttnews-browsebox table td {
			padding: 2px 3px;
		}
		
		.tx-ttnews-browsebox-SCell p a {
			color: red;
		}
		
		
/*PAGEBROWSER*/

#content .browseLinksWrap li {
	float: left;
	background-image: none;
	list-style-type: none ;
	margin: 0;
	padding: 0;
}

#content .browseLinksWrap a:link, #content .browseLinksWrap .activeLink {
	height: auto;
	width: auto;
	padding: 1px;
	float: right;
	border: 1px solid #eaeaea;
	padding: 5px 10px;
	margin: 2px;
}

#content .browseLinksWrap a:hover {
	background-color: #ccffff;
}

#content .browseLinksWrap a:visited {
	height: auto;
	width: auto;
	padding: 1px;
	float: right;
	border: 1px solid #eaeaea;
	padding: 5px 10px;
	margin: 2px;
}

