@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 {
}

.news-latest-item {
	margin-bottom: 20px;
}

.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 {
	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 {
	margin-bottom: 20px;
}

.news-single-title {
}

.news-single-subheader {
margin-bottom:15px;
}

.news-single-images {
	float:right;
	margin: 0px 0px 10px 15px;
	width:200px;
}

.news-single-image {
		width:200px;
		text-align:right;
		clear:both;
		float:right;
	margin: 0px 0px 10px 15px;
}

.news-single-imgcaption {
	margin:0px 0px 10px -10px;
	font-style:italic;
	width:250px;
	clear:both;
	text-align:right;
}

.news-single-content {
}

.news-single-backlink {
}

.news-single-backlink a {
}

.news-single-backlink a:hover {
}

.news-single-additional-info {
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
}

.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 {
}
