/*--------------------------------- tt_news LIST view  -----------------------------------*/

.news-list-container {
}

.news-list-item {
	height: 140px;
	width: 730px;
	background-color: rgb(220,220,220);
	margin-bottom: 20px;
}

.news-list-item img {
	/*height: 140px;*/
/*	overflow:hidden;*/
}

.news-list-left {
	float: left;
	height: 140px;
	overflow: hidden;
	width: 245px;
}

.news-list-right {
	float: left;
	margin-left: 20px;
}

.news-list-right h2 {
	font-weight: bold;
	margin-bottom: 4px;
	margin-top: 10px;
	width: 460px;
}

#content_main .news-list-right a {
	text-decoration: none;
}

.news-list-right p {
	line-height: 17px;
	margin-top: 0px;
}

.button_submit {
	margin-left: 5px;	
}

.list-view {
	margin: 0;
	width: 730px;
}

.list-view .sorting {
	background-color: rgb(220,220,220);	
	margin-bottom: 20px;
	height: 35px;
	padding:7px 0 0 40px;
}

*html div.list-view .sorting {
	height: 42px;
}

.news-list-item a {
	/*float: left;*/
}

.news-list-right a{
	float:none; 
}

.list-view form {
	margin: 0;
	padding: 0;
}

.single-view .text-pane {
	width: 310px;
	float: left;
	padding: 30px 20px 0;
	height: 550px;
}

.single-view .images {
	width: 400px;
	float: left;
}

.single-view .image {
	width: 400px;
	overflow: hidden;
	background-color: #737373;
}

.single-view .invisible {
	display: none;
}

.single-view .imageicons {
	float: right;
	position: relative;
	top: -30px;
}

.single-view .icon {
	background: transparent url(../images/icon_photo.gif) no-repeat 0 0;
	float: left;
	margin-right: 10px;
}

.single-view .icon.plan {
	background: transparent url(../images/icon_grundriss.gif) no-repeat 0 0;
}

.single-view .icon a {
	display: block;
	width: 20px;
	height: 20px;
}

#image_subline {
	margin-left: 10px;
	clear: both;
	font-size: 9px;
}

*html .single-view .text-pane {
	width: 350px;
}

.teaser-list {
	display: block;
	width: 460px;
}