@charset "utf-8";
/* CSS Document */

/* --- PAGEBROWSER -------- */
.tx-ttnews-browsebox {
	text-align: center;
}

.tx-ttnews-browsebox p {
}
.tx-ttnews-browsebox-table {
	margin: 0px auto;
}

.tx-ttnews-browsebox-table tbody tr td {
	padding: 0px 5px;
}

.tx-ttnews-browsebox a {
}

.tx-ttnews-browsebox a:hover {
}


/* --- LATEST -------- */
.news-latest-container {
	margin:0px;
	padding:0px;
}

.news-latest-item {
	margin: 0px 0px 0px 0px;
	padding: 12px 5px 12px 5px;
	border-bottom:1px solid #556d15;
}

.news-latest-date {

}

.news-latest-subheader {

}

.news-latest-morelink {
}

.news-latest-morelink a {
}

.news-latest-morelink a:hover {
}

/* --- LIST -------- */
.news-list-container {
}

.news-list-content {
}

.news-list-item {
	background-color: #CCCCCC;
	margin-bottom: 10px;
}

.news-list-date {
	float: right;
}

.news-list-subheader {
}

.news-list-title {
}

.news-list-image {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.news-list-morelink {
}

.news-list-morelink a {
}

.news-list-morelink a:hover {
}


/* --- SINGLE -------- */
.news-single-item {

}

.news-single-timedata {
}

.news-single-title {
	margin-bottom: 20px;
}

.news-single-subheader {
}

.news-single-images {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}

.news-single-image {
	float: left;
	clear: left;
}

.news-single-imgcaption {
	float: left;
	clear: left;
	margin-bottom: 10px;
}

.news-single-content {
	margin-bottom: 20px;
}

.news-single-backlink {
}

.news-single-backlink a {
}

.news-single-backlink a:hover {
}

.news-single-additional-info {
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #CCCCCC;
}

.news-single-additional-info dl {
}


.news-single-related,
.news-single-files,
.news-single-links {
	margin-bottom: 10px;
}

.news-single-related dt, 
.news-single-files dt,
.news-single-links dt {
	font-weight: bold;
}

.news-single-related dd {
}

.news-single-files dd {
}

.news-single-files dd img {
	padding-right: 5px;
}

.news-single-files dd a {
}

.news-single-links dd {
}