@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 -------- */

.listNews {
	margin:0px;
	padding:0px;
	}
	
.news-list-container {
	margin-right:40px;
}


.news-list-content {
	width:650px;	
}

.news-list-item {
	margin-bottom: 10px;
}

.news-list-date {
	float: right;
}

.news-list-subheader {
float:left;
width:120px;
}

.news-list-title {
	float:right;
	width:530px;
}

.news-list-image {
	text-align:right;
	float: right;
	width:180px;
}

.news-list-morelink {
}

.news-list-morelink a {
}

.news-list-morelink a:hover {
}


/* ---------------------------------------------- */
/* --------------  SINGLE ANSICHT  -------------- */
/* ---------------------------------------------- */


.singleNews_item {
}

.singleNews_title h1 {
	font-size: 11px;
	font-weight: bold;
	line-height: 1.5em;
}

.singleNews_title a {
	color: #3081cd;
	text-decoration: none;
}

.singleNews_title a:hover {
	color: #3081cd;
	text-decoration: underline;
}

.singleNews_img {
	width:180px;
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
}

.singleNews_content {
	float:left;
	margin-right:15px;
	}
	
.singleNews_text {
	margin-bottom: 10px;
}

.singleNews_datetime right{
float:right;
width:100px;
	line-height: 1.8em;
	font-size: 10px;
	color: #999999;
}

.singleNews_backLink {
float:left;
	padding-top: 10px;
	text-align: left;
}

.singleNews_backLink a {
}

.singleNews_backLink a:hover {
}


.singleNews_relatedLinks {
	padding-top: 10px;
	font-size: 11px;
	clear: both;
}

.singleNews_relatedLinks a {
	color: #666666;
	text-decoration: none;
}

.singleNews_relatedLinks a:hover {
	text-decoration: underline;
}

.singleNews_relatedLinks_urls {
	padding-bottom: 10px;
}

.singleNews_relatedLinks_files {
	padding-bottom: 10px;
}

.singleNews_relatedLinks_files img {
	margin-right: 5px;
}

.singleNews_relatedLinks_news {
	margin-bottom: 10px;
}
