@charset "utf-8";
/* CSS Document */

/* --- PAGEBROWSER -------- */
.tx-ttnews-browsebox {
	text-align: center;
}

.tx-ttnews-browsebox p {
	margin-bottom: 10px;
}
.tx-ttnews-browsebox-table {
	margin: 0px auto;
}

.tx-ttnews-browsebox-table tbody tr td {
	padding: 0px 10px;
}

.tx-ttnews-browsebox a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #666;
}

.tx-ttnews-browsebox a:hover {
	color: #000000;
}


/* --- LATEST -------- */
.news-latest-container {
}

.news-latest-item {
}

.news-latest-item h2 a {
	color: #000;
}

.news-latest-date {

}

.news-latest-subheader {

}

.news-latest-morelink {
	color: #000000;
	text-align: right;
}

.news-latest-morelink a {
	color: #000000;
	text-decoration: none;
	border-bottom:1px dotted #cbcccd;
}

.news-latest-morelink a:hover {
	color: #e80404;
	font-weight: normal;
	border-bottom:1px dotted #000000;
	text-decoration: none;
}

/* --- LIST -------- */


.news-list-container {
}

.news-list-item {
	margin-bottom: 15px;
	border-bottom: 1px solid #d8d8d8;
	padding: 0px 0px 15px 0px;
	clear:both;
}

.news-list-content {
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px; 
	border:0px;
	width:580px;
}

.news-list-date {
	width: 280px;
	font-weight:normal;
	margin: 0px 0px 0px 0px;
}

.news-list-subheader {
	margin: 0px 0px 0px 0px;
}

.news-list-title {
	margin: 0px 0px 0px 0px;
}

.news-list-title a {
	font-weight:bold;
	text-decoration:none;
	border-bottom:1px dotted #cbcccd;
}

.news-list-title a:visited, .news-list-title a:active, .news-list-title a:hover {
	font-weight:bold;
	border-bottom:1px dotted #000000;
	text-decoration:none;
	}

.news-list-image {
	margin: 5px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width:160px;
	float:left;
}

.rechts {
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	_margin:0px 0px 0px 0px;
	width:420px;
	float:right;
}

.news-list-image img {
	border: 1px solid #d8d8d8;
}

.news-list-morelink {
	font-size: 11px;
	line-height: 20px;
	text-align: left;
	margin: 0px 0px 0px 0px;
	clear: both;
}

.news-list-morelink a, .news-list-morelink a:visited {
	color: #000000;
	text-decoration: none;
	border-bottom:1px dotted #cbcccd;
	font-weight:normal;
}

.news-list-morelink a:hover {
	color: #000000;
	text-decoration: none;
	border-bottom:1px dotted #000000;
	font-weight:normal;
}


/* --- SINGLE -------- */
.news-single-item {
	padding: 0px;
	margin-bottom: 15px;
	background-color: #ffffff;
	
	position: relative;
	overflow: hidden;

}

.news-single-timedata {
	position: relative;
	width: 450px;
	font-weight:normal;
}

.news-single-title {
	position: relative;
	width:450px;
}

.news-single-subheader {
	margin-bottom: 22px;
}

.news-single-image {
	margin-left: 0px;
	margin-bottom: 12px;
}

.news-single-image img {
	border: 1px solid #666;
}

.news-single-imgcaption {
	font-size: 10px;
	font-weight: normal;
	margin-bottom: 10px;
}

.news-single-content {
	margin-bottom: 17px;
}

.news-single-backlink {
	font-size: 11px;
	text-align: left;
	clear: both;
	padding-left: 0px;
}

.news-single-backlink a {
	color: #000000;
	text-decoration: none;
	border-bottom:1px dotted #cbcccd;
	font-weight:normal;
}

.news-single-backlink a:hover {
	color: #000000;
	text-decoration: none;
	border-bottom:1px dotted #000000;
	font-weight:normal;
}

.news-single-additional-info {
	clear: both;
	margin: 0px 0px;
	padding: 0px;
	background-color: #FFF;
}

.news-single-additional-info dl {
	margin-bottom: 20px;
}

.news-single-related dt, 
.news-single-files dt,
.news-single-links dt {
	font-size: 11px;
	font-weight: bold;
}

.news-single-related dd {
}

.news-single-files dd {
}
.news-single-files dd img {
	margin-right: 5px;
	margin-top: 2px;
}
.news-single-files dd a {
	text-decoration: none;
}

.news-single-links dd {
}