@charset "utf-8";
#column_center h1 {
	color:#b60001;
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	border-bottom: 1px solid #ddd;
	padding-bottom: 3px;
	margin-bottom: 6px;
}
#content h2 {
	font-size: 16px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 3px;
	margin-bottom: 1px;
}
#content h3 {
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 3px;
	margin-bottom: 1px;
}
#content h4 {
	color:#b60001;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	/*text-transform: uppercase;*/
	/*border-bottom: 1px solid #ddd;*/
	padding-bottom: 3px;
	margin-bottom: 1px;
}
#content p {
	margin: 0px 0px 12px 0px;
}
#content ul {
	list-style-type: none;
	list-style-image:url(../images/list_bull_2.gif);
}
#content a {
	color:#b60001;
}
#content a:hover {
	text-decoration: none;
}
#content .red {
	color:#b60001;
}
#content .bold {
	font-weight: bold;
}
/*
==================================================================
RIGHT COLUMN
==================================================================
*/
#wrapper_immotipps {
	position: relative;
}
#immotipps {
	font-weight: normal; 
	padding: 6px;
	border: 1px solid #bcbcbc;
}
#column_right h1 {
	color:#b60001;
	font-size: 13px;
	font-weight: bold;
	text-align: center; 
}
.immotipp {
	/*border: 1px solid red;*/
	position: relative;
	padding: 0px;
	margin-bottom: 0px;
	font-size: 11px;
}
.immotipp p {
	margin: 0px 0px 0px 0px;

}
.immotipp .titel {
	margin-bottom: 10px;
}
.immotipp img {
	border: 1px solid #aaa;
	width: 175px;
	height: 131px;
	margin-bottom: 3px;
}
.immotipp_trenner {
	display: block;
	border-top: 3px dotted #ddd;
	height: 1px;
	width: 100%;
	margin-bottom: 12px;
}
.highlightlink {
	text-align: right;
	margin:6px 0px 12px 0px;
}
.highlightlink a {
	text-decoration: none;
	display: block;
	background: url(../images/list_bull_2.gif) 168px center no-repeat;
	padding-right: 14px;
	color: #333;	
}
.highlightlink a:hover {
	color:#b60001;
	background: url(../images/list_bull_2.gif) right center no-repeat;
}
.tipp {
	position: absolute;
	top: 1px;
	right: 0px;
	width: 48px;
	height: 40px;
	background: url(../images/tipp.gif) center center no-repeat;
}
#immoinfos {
	font-weight: normal; 
	padding: 6px;
	border: 1px solid #bcbcbc;
}
.immoinfobox {
	padding: 0px;
	border: 0px solid #ddd;
	margin-bottom: 10px;
}
.immoinfobox h1 {
	background: #b60001;
	color: #fff !important;
	margin: 0px;
	margin-top: 3px;
	padding: 6px;
	font-size: 11px !important
}
.immoinfobox .infodatum {
	background: #eee;
	color: #444 !important;
	margin: 0px;
	margin-top: 0px;
	padding: 3px 0px;
	font-size: 10px;
	text-align: center;
	border-top: 1px solid #fff;
}
.immoinfobox .infotext{
	background: #fff;
	color: #444 !important;
	margin: 0px;
	margin-top: 0px;
	padding: 6px;
	font-size: 11px;
	text-align: left;
}
/*<div class="immoinfo"><h1>##INFOTITEL##</h1><div class="infodatum">##INFODATUM##</div><div class="infotext">##INFOTEXT##</div></div>*/
/*
==================================================================
CENTER COLUMN
==================================================================
*/
.ansprechpartner {
	position: relative;
	display: block;
	height: 210px;
}
.partner_bild {
	width: 165px;
	height: 180px;
	display: block;
	float: left;
}
.partner_bild img {
	border: 1px solid #aaa;
}
partner_info {
	height: 180px;
	display: block;
	float: left;
}
#map {
	display: block;
	position: relative;
	border: 1px solid #aaa;
	height: 400px;
	margin-bottom: 20px;
}
.line {
	border-top: 3px double #ddd;
	height: 1px;
	margin: 10px 0px;
}
#progress {
	background:#fff url(../images/ajax-loader.gif) center bottom no-repeat;
	z-index:100;
	top:0px;
	left:0px;
	position:absolute;
	height:70px;
	width:100%;
	text-align:center
}
.ul {
	border-bottom: 1px solid #b60001;
}
#scrollbox {
	border: 1px solid #ddd;
	display: block;
	width: 100%;
	height: 300px;
	overflow: auto;
	margin-top: 10px;
}

