@charset "utf-8";
/* CSS Document */

/*****************************************/

.main_block {
	position:			absolute;
	top: 				260px;
	z-index:			3;
	width:				100%;
	text-align:			center;
	
}

/*****************************************/
.content {
	margin:				0 auto 0 auto;
	width:				978px;/*968px;*/
	background-repeat:	repeat-y;
	background-position: 0 0;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			12px;
	line-height:		20px;
}

/*********/

/** middle **/
.content div.middle {
	float:				left;
	width:				483px;
	background-color:	#fff;
	margin:				0px 20px 0px 0px;
	background-image: 	url(/bilder/start/content_bg.png);
	background-repeat:	x-repeat;
	background-position: 0 0;
}
/****/
.content div.middle div.top {
	float:				left;
	clear:				both;
	width:				483px;
	height:				25px;
	margin:				0px;
	background-image: 	url(/bilder/start/content_bow_top.png);
	background-repeat:	no-repeat;
	background-position: 0 0;
}

/****/
.content div.middle div.text {
	float:				left;
	clear:				both;
	width:				443px;
	margin:				0px 20px 0px 20px;
	text-align:			left;
	vertical-align:		top;
}

.content div.middle div.text h1 {
	font-size:			1.8em;
	line-height:		1.8em;
	color:				#c00;
	margin:				-10px 0px 10px 0px;
}
.content div.middle div.text div.nenner {
	float:				left;
	clear:				both;
	width:				80px;
}
.content div.middle div.text h1.verkaufspreis {
	font-size:			1.0em;
	line-height:		1.0em;
	color:				#666;
	margin:				20px 0px 10px 0px;
}
.content div.middle div.text h1.angebotspreis {
	font-size:			1.0em;
	line-height:		1.0em;
	color:				#C00;
	margin:				10px 0px 10px 0px;
}


.content div.middle div.text a {
	color:				#c00;
	text-decoration:	none;
}

.content div.middle div.text a:hover {
	color:				#999;
	text-decoration:	underline;
}

div.back a {
	float:				left;
	clear:				both;
	margin-left:		15px;
	color:				#c00;
	text-decoration:	none;
}

div.back a:hover {
	color:				#999;
	text-decoration:	underline;
}
/***/
.content div.middle div.bottom {
	float:				left;
	clear:				both;
	width:				483px;
	height:				25px;
	margin:				0px;
	background-image: 	url(/bilder/start/content_bow_bottom.png);
	background-repeat:	no-repeat;
	background-position: 0 0;
}


div.content div.text img{
	border:				0;/*1px solid #666;*/
}



/** teaser standard contentlist **/

div.content div.text div.teaser {
	float:				left;
	clear:				both;
	margin:				0px 20px 20px 0px;
	width:				600px;
	height:				100px;
	text-align:			left;
}
div.content div.text div.teaser:hover {
}
div.content div.text div.teaser h2{
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-weight:		bold;
	font-size:			11px;
	line-height:		18px;
	color: 				#c00;
	margin:				0px 0px 0px 0px;
	background:			none;
	height:				auto;
	background-image:	url(/bilder/layout/Verlauf_horizontal_small.png);
	background-repeat:	no-repeat;
	background-position: 128px bottom;	
}

div.content div.text div.teaser a{
	text-decoration:	none;
	border: 			none;
	color:				#666;
	display:			block;
	height:				81px;
	border-top:			1px solid #fff;
}

div.content div.text div.teaser a:hover{
	text-decoration:	none;
	border: 			0px;
	color: 				#c00;
	background-color:	#f5f5f5;
	border-top:			1px solid #d5d5d5;
	border-right:		1px solid #d5d5d5;
	border-bottom:		1px solid #d5d5d5;
}
div.content div.text div.teaser img.imgthumb {
	float:				left;
	margin:				0px 5px 5px 0px;
	border:				1px solid #999;
}

/****/
div.contentfield_23tel {
}

/** GoogleMapApi**/
div#map{
	float:				left;
	margin:				0px 0px 0px 0px;
	border-top:			1px solid #999;
	border-bottom:		1px solid #999;
	border-left:		1px solid #ddd;
}
div#sidebar_map{
	display:			none;
} 

div#map div#gmapmarker, div#map div#gmapDirHead, div#map form.gmapDir {
	text-align:			left;
	font-size:			11px;
	line-height:		16px;
} 
div#map div#gmapDirHead a, div#map form.gmapDir a {
	text-decoration:	underline;
	color:				#999;
}
div#map div#gmapDirHead a:hover, div#map form.gmapDir a:hover {
	text-decoration:	underline;
	color:				#c00
}
div#map form.gmapDir {
	margin-top:			15px;
}




