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

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


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

.news-latest-item {
	margin-bottom: 10px;
}

.news-latest-date {

}

.news-latest-subheader {

}

.news-latest-morelink {
	font-size: 14px;
	text-align: right;
}

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

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

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

.news-list-item {
	border-bottom: 1px solid #EB9C3D;
	padding-bottom: 20px;
	margin-bottom: 20px;
	background-image: url(../img/news_bg.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}

.news-list-date {
	font-size: 14px;
	float:right;
}

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

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

.news-list-morelink {
	font-size: 14px;
	text-align: right;
	clear: both;
}

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

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


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

}

.news-single-timedata {
	font-size: 14px;
	float:right;
}

.news-single-subheader {

}

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

.news-single-imgcaption {
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
}

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

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

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

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

.news-single-additional-info {
	clear: both;
	margin: 20px 0px;
	padding: 20px 0px 0px 0px;
	
	border-top: 1px solid #FDE0BB;
	border-bottom: 1px solid #FDE0BB;
	
	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: 14px;
	font-weight: bold;
	font-style: italic;
}

.news-single-related dd {
	font-size: 14px;
}

.news-single-files dd {
	font-size: 14px;
}
.news-single-files dd img {
	margin-right: 5px;
	margin-top: 2px;
}
.news-single-files dd a {
}

.news-single-links dd {
	font-size: 14px;
}
