/* CSS Document */
/* Übersichtseite Häuser - Bilder und Text ----------------------------------------------- */ 
.contentOverview {
	position: relative;
	width: 740px;
	padding: 0px 0px 0px 0px;
}
	.overviewText {
		width: 430px;
		float: left;
		padding: 10px 10px 0px 0px;
		border-top: 1px solid #4F5A65;
	}
	.overviewPic {
		width: 300px;
		float: right;
		margin: 0px;
		padding: 0px;
	}
	.overviewPic img {
		border: none;
	}
	.status {
		padding: 5px 0px 0px 0px;
		margin: 0px;
		/*color: #A33A33;*/
		color: #CC0000;
	}
	
/* Übersichtseite Referenzen, Möbel und Aktuell - Bilder und Text ----------------------------------------------- */ 
.contentOverview_ref {
	position: relative;
	width: 744px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
	/*border-top: 1px solid #4F5A65;*/
}
	.overviewText_ref {
		/*position: absolute;
		width: 452px;
		height: 63px;
		padding: 7px 0px 0px 0px;
		margin: 0px;
		border-top: 1px solid #4F5A65;*/
		
		position: relative;
		width: 452px;
		float: left;
		padding: 7px 0px 0px 0px;
		margin: 0px;
		border-top: 1px solid #4F5A65;
		/*border-bottom: 1px solid #4F5A65;*/
	}
	.overviewText_ref h1 {
		/*width: 442px;*/
		/*border-top: 1px solid #4F5A65;*/
		/*border-bottom: 1px solid #4F5A65;*/
		/*background-image: url(/pictures/basic/bckgrd_refIndex.jpg);*/
	}
	.overviewText_ref h1 a:link {
		padding: 0px 0px 0px 2px;
		/*color: #364248;*/
		color: #E9DAAD;
	}
	.overviewText_ref h1 a:visited {
		text-decoration: none;
		color: #E9DAAD;
	}
	.overviewText_ref h1 a:hover {
		text-decoration: none;
		color: #FFFFFF;
	}
	.overviewText_ref p {
		width: 430px;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;	
	}
	.overviewPic_ref {
		/*position: absolute;
		top: 0px;
		left: 440px;
		width: 304px;
		margin: 0px;
		padding: 0px;
		background-color: #336699;*/
		
		position: relative;
		float: right;
		width: 292px;
		margin: 0px;
		padding: 0px;
		/*background-color: #336699;*/
	}
	.overviewPic_ref img {
		border: none;
	}
	.overviewThumb_ref1 {
		float: left;
		width: 63px;
		padding-left: 0px;
	}
	.overviewThumb_ref {
		float: left;
		width: 63px;
		padding-left: 12px;
	}

/* content_block - Blöcke mit text links und Bild rechts ----------------------------------------------- */ 
#contentblock {
	position: relative;
	top: 60px;
	left: 0px;
	width: 740px;
	/*background-color: #996633;*/
}
#blockleft {
	clear: both;
	position: relative;
	width: 410px;
	padding: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	/*background-color: #FF33CC;*/
}
	
#blockright {
	position: relative;
	width: 290px;
	float: right;
	padding: 0px 0px 25px 0px;
	/*background-color: #FFCCFF;*/
}

/* Zoom Bild-Styles ----------------------------------------------- */ 
.bereich {
	position: absolute;
	text-align: center;
	font-weight: bold;
}

.beschreibung {
	color: #FFFFFF;
	background-color: #364248;
	display: none;
}

