/* referenzen.view.css */

/* LIST */
.news-list-item  {
	display: block;
	float: left;
	clear: both;
	margin: 0px 0px 10px 0px;
}
.news-list-item .news-list-image {
	float: left;
	display: block;
	width: 90px;
}
.news-list-item .news-list-content {
	width: 340px;
	display: block;
	float: left;
}
.news-list-item h3 {
	width: 330px;
}
.news-list-item h3 a {
	color: #BFC8CA;
	font-weight: bold;
	text-decoration: none;
}
.tx-ttnews-browsebox {
	margin: 10px 0px 0px 0px;
	display: block;
	float: left;
}
.tx-ttnews-browsebox td {
	padding: 0px 5px 0px 0px;
}
.news-list-clearer {
	clear: both;
	width: 100%;
	height: 1px;
}
.news-list-browse {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

/* SINGLE */
.news-single-item h2 {
	color: #BFC8CA;
	font-size: 12px;
	margin: 0px 0px 10px 0px;
}
.news-single-item .news-single-content {
	width: 250px;
	display: block;
	float: left;
}
.news-single-item .news-single-content .news-single-backlink {
	margin: 10px 0px 0px 0px;
}
.news-single-item .news-single-image {
	width: 180px;
	display: block;
	float: right;
}
.news-single-item .news-single-image .news-single-imgcaption {
	margin: 0px 0px 10px 0px;
	font-size: 10px;
}


/* CATMENU */
.news-catmenu {
	margin: 0px 0px 20px 0px;
}
.news-catmenu img {
	display: none;
}
.news-catmenu a {
	text-decoration: none;
}
.news-catmenu .news-catmenu-NO, .news-catmenu .news-catmenu-ACT {
	width: 200px;
	float: left;
}

.news-single-item .news-single-image-aktuelles {

	display: block;
	float: left;
}
