@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;nge
}

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

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

.browsebox li.act a, .browsebox li.no a, .browsebox li.next a {
	color:#008957;
	}


/* --- LATEST -------- */
.news-latest-container {
	width:400px;
	
}

.news-latest-item {
	margin-bottom:20px;
	float:left;
	width:400px;
}

.news-latest-date {

}

.news-latest-image {
	float:right;
	width:150px;
	text-align:right;
	}

.news-latest-subheader {
	width:170px;
	float:left;
	clear:left;
}

.news-latest-morelink {
	float:left;
	width:150px;
	margin-top:10px;
	clear:left;
}

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

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

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

.news-list-content {
	position: relative;
}

.news-list-item {
	padding: 5px;
	margin-bottom: 5px;
	position: relative;
}

.news-list-title {
	text-transform:uppercase;
	width:230px;
	float:left;
	}

.news-list-date {
	position: relative;
	width: 180px;
	float:left;
}

.news-list-subheader {
	text-align: left;
	width:230px;
	float:left;
}

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

.news-list-morelink {
	float:left;
	width:15px;
	text-align:right;
	clear:left;
}

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

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


/* --- 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-imgcaption {
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 10px;
}

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

.news-single-backlink {
	text-align: left;
	clear: both;
}

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

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

.news-single-additional-info {
	clear: both;
	margin: 20px 0px;
	padding: 0px;
}

.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;
	border-bottom: 1px dotted #000000;
}

.news-single-links dd {
}
