@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: #007c2f;
	text-decoration: none;
	border-bottom: 1px dotted #666;
}

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

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

.news-list-item-programm {
	width: 100%;
	padding: 0 0 15px 0;
}

.news-list-item-programm-left {
	width: 20%;
	float: left;
}

.news-list-subheader-programm {
	text-align: right;
	font-size: 9px;
}

.news-list-item-programm-right {
	width: 78%;
	float: right;
}

.news-list-title-programm {
	font-weight: bold;
}

.news-list-content-programm {
	
}

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

.news-latest-item {
}

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

.news-latest-date {

}

.news-latest-subheader {

}

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

.news-latest-morelink a {
	color: #007c2f;
	font-weight: bold;
	text-decoration: none;
}

.news-latest-morelink a:hover {
	color: #000000;
}

/* --- LIST -------- */
.news-list-container {
}

.news-list-content {
	margin-left: 50px;
	position: relative;
}

.news-list-item {
	padding: 5px;
	margin-bottom: 15px;
	background-color: #FFFFFF;
	position: relative;
	overflow: hidden;
}

.news-list-item:hover {

	background-color: #FF0000;

}

.news-list-date {
	position: relative;
	float:left;
	width: 40px;
	height: 50px;
	background-image: url(../images/gfx_calendar.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

.news-list-subheader {
	text-align: left;
}

.news-list-date-day {
	width: 36px;
	height: 15px;
	color: #000;
	line-height: 18px;
	font-size:12px;
	font-weight: bold;
	text-align: center;
}

.news-list-date-month {
	width: 36px;
	height: 13px;
	font-size:10px;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	margin-top: -1px;
}

.news-list-date-year {
	width: 36px;
	color: #666;
	font-size:10px;
	text-align: center;
}

.news-list-title {
	position: relative;
	margin-bottom: 10px;
}

.news-list-image {
	position: relative;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

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

.news-list-morelink {
	position: relative;
	float: right;
	font-size: 11px;
	line-height: 20px;
	text-align: right;
	clear: both;
}

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

.news-list-morelink a:hover {
	color: #007c2f;
}


/* --- SINGLE -------- */
.news-single-item {

}

.news-single-timedata {
	margin-bottom: 20px;
}

.news-single-title {
	margin-bottom: 10px;
}

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

.news-single-image {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}

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

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

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

.news-single-backlink {
	text-align: left;
	clear: both;
	padding-left: 15px;
	background-image:url(../images/gfx_back.gif);
	background-repeat: no-repeat;
	background-position: center left;
}

.news-single-backlink a {
	color: #007c2f;
	text-decoration: none;
	border-bottom: 1px dotted #000000;
}

.news-single-backlink a:hover {
	color: #007c2f;
}

.news-single-additional-info {
	clear: both;
	margin: 20px 0px;
	padding: 10px;
	
	background-color: #FFF;
	
	background-image: url(../img/news_bg.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}

.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 {
}
