.tx-houseviewer-pi1{
	padding-top: 15px;
}

.hoch2immo24-single #content .top{
	display: none;
}

.hoch2immo24-single #content .boxcontent{
	background-color: transparent;
}

.hoch2immo24-single .tx-houseviewer-pi1{
	padding-top: 0;
}

.tx-houseviewer-pi1 .tx-jsgal-pi1 {
	margin-bottom: 0;
	overflow: hidden;
}

.tx-houseviewer-pi1 .imagearea{
	border-top: 1px solid #c8c8c8;
}

.description-col{
	float: left;
	width: 200px;
	padding: 10px 41px 10px 0;
}

.description-col-leftlarge{
	float: left;
	width: 400px;
	padding: 10px 41px 10px 10px;
}

.description-col-right{
	padding-right: 10px;
}

.contentarea{
	background-image: url('../../img/housesingle_contentarea_bg.gif');
	background-repeat: repeat-x;
	background-position: center bottom;
	background-color: #fff;
}

#housenav{
	padding-top: 6px!important;
	background-image: url('../../img/houseteaser_gfx_tile.gif');
	border-top: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
	padding-left: 10px!important;
}

#housenav li{
	float: left;
	padding: 0 10px;
	background-position: 2px 4px;
}


#housenav li.last{
	float: right;
	padding: 0 10px;
	background-position: 2px 4px;
}

#housenav .title{
	display: inline-block;
	text-indent: -99999px;
	position: absolute;
}

#housenav a{
	text-decoration: none;
}

.closer{
	cursor: pointer;
	position: absolute;
	text-align: right;
}

.tx-houseviewer-pi1 .synopsis{
	padding: 15px;
}

.tx-houseviewer-pi1 .synopsis label{
	display: inline-block;
	width: 125px;
	padding-bottom: 10px;
	font-weight: bold;
}

.tx-houseviewer-pi1 .synopsis input{
	width: 150px;
	margin-right: 20px;
}

.tx-houseviewer-pi1 .synopsis form p{
	font-size:10px;
	line-height: 1em;
}

.tx-houseviewer-pi1 .synopsis input[type=submit]{
	width: auto;
}

.tx-houseviewer-pi1 .synopsis input.formElementError{
	background-color: #d66;
}

.tx-houseviewer-pi1 .synopsis div.formElementError{
	position: absolute;
	display: none;
}

#housenav .otherObjects ul{
	display: none;
	position: absolute;
	height: 225px;
	margin-top: -247px;
	width: 200px;
	background-color: #e7e7e7;
	overflow: auto;
	left: 50%;
	margin-left: 267px;
	background-image: url('../../img/housesingle_contentarea_bg.gif');
	background-repeat: repeat-x;
	background-position: 0 -20px;
}

#housenav .otherObjects:hover ul{
	display: block;
}

#housenav .otherObjects ul li{
	background-image: none;
	border-bottom: 1px dotted #969696;
	float: none;
}

#housenav .otherObjects ul a{
	display: block;
	padding: 4px 0;
}


#housenav .otherObjects ul li:hover{
	background-image: url(../../img/arrow.png);
	background-position: 2px 8px;
}

@CHARSET "ISO-8859-1";

/* ##################################################
 * #												#
 * # HOCHZWEI Stylesheet							#
 * #												#
 * # Autor: Frederick Stierle						#
 * # 												#
 * # Datum: 16.10.2008								#
 * # 												#
 * ################################################## 
 */

.floatLeft {
	float:left;
}

.clearBoth {
	clear:both;
}

.immo24DetailsPic  {
	width:122px;
}

/* SUCHE POPUP */

/* Styles for Mootools version */
ul.autocompleter-choices {
    position: absolute;
    margin: 0;
    padding: 0;
    list-style: none;
    border: 1px solid #7c7c7c;
    border-left-color: #c3c3c3;
    border-right-color: #c3c3c3;
    border-bottom-color: #ddd;
    background-color: #fff;
    text-align: left;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    z-index: 50;
    background-color: #fff;
}

ul.autocompleter-choices li {
    position: relative;
    margin: -2px 0 0 0;
    padding: 0.2em 1.5em 0.2em 1em;
    display: block;
    float: none !important;
    cursor: pointer;
    font-weight: normal;
    white-space: nowrap;
    font-size: 1em;
    line-height: 1.5em;
}

ul.autocompleter-choices li.autocompleter-selected {
    background-color: #444;
    color: #fff;
}

ul.autocompleter-choices span.autocompleter-queried {
    display: inline;
    float: none;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

ul.autocompleter-choices li.autocompleter-selected span.autocompleter-queried {
    color: #9FCFFF;
}
/* Shared style for all 3 frameworks */
input.autocompleter-loading {
    background-image: url(images/spinner.gif);
    background-repeat: no-repeat;
    background-position: right 50%;
}
/* Styles for JQuery/Prototype versions */
.autocomplete-w1 {
    background: url(images/shadow.png) no-repeat bottom right;
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 8px 0 0 6px; /* IE6 fix: */
    _background: none;
    _margin: 0;
}

.autocomplete {
    background:#4388be url(../img/botNav_popUp.png) repeat-x bottom left;
    
    cursor: default;
    text-align: left;
    max-height: 350px;
    overflow: auto;
    margin: -6px 6px 6px -6px; /* IE6 specific: */
    _height: 350px;
    _margin: 0;
    _overflow-x: hidden;
}

.autocomplete .selected {
    background: #ffef1b;
    color:#2168aa;
}

.autocomplete div {
    padding: 2px 5px;
    white-space: nowrap;
    color:#fff;
}

.autocomplete strong {
    font-weight: bold;
    color:#ffef1b;
}

.autocomplete .selected strong {
    font-weight: bold;
    color:#2168aa;
}



/* --- --- */
table.tableRadios td {
	vertical-align:top;
	padding-right:10px;
}

table.tableRadios {
	margin-bottom:15px;
}

table.tableInputs input {
	width:160px;
	margin-bottom:10px;
	margin-right:15px;
}

table.tableInputs select {
	width:341px !important;
	margin-bottom:10px;
	margin-right:15px;
}




.radio-left, .radio-left input
{
	width: 20px !important;
}

.radio-right
{
	width: 150px !important;
	padding-bottom: 15px;
}




 
/* SITEMAP */

.tx-flseositemap-pi1 ul {
	margin-bottom:0px;
}

ul.deep2 {
	margin-bottom:10px;
}

 li.deep0 a {
 	font-weight:bold;
 }
 
 li.deep2 a {
 	font-weight:normal;
 } 
 
 
/* IMMO24 */

span.immoLabel {
	margin-right:8px;
}

#immoForm {
	margin-bottom:25px;
}

#immoFormBorder {
	position:absolute;
	top:280px;
	left:3px;

}

.immoRowCon {
	padding-bottom:13px;
}

.immoRowRightR {
	width:140px;
}

h2.immoListOrtHeader {
	margin-bottom:13px;
}

h3.immoTitle {
	margin-bottom:10px;
}

span.immoList {
	color:#00529d;
}

.immoRowLeftCon {
	padding-top:5px;
}

.immoRowRightRow p {
	line-height:23px;
	margin:0;
}

.immoRowRightRow {
	/* margin-bottom:12px; */
}

.immListLeft {
	width:150px;
}

.form3Col .col1 { width:115px; }
.form3Col .col2, .form3Col .col3 { width:135px; }

input.zimmer {
	width:65px;
	border:1px solid #bcbcbc;
}

.imFormRowCon {
	padding:12px 0;
	
}

.immoRowBorderBot {
	border-bottom:1px dotted #00529d;
	margin-bottom:15px;
}

.immoRowLeft {
	/*width:105px;*/
	width: 225px;
	overflow:hidden;
	margin-right:20px;
}

.immoRowRightL {
	width:120px;
}

.immoRowRight {
	width:265px;
	overflow:hidden;
}



.immoSelect {
	border:1px solid #bcbcbc;
	width:155px;
}

.immoTyp, .immoStandort {
	width:195px;
}

.immo24FormBorderTop {
	border-top:1px dotted #00529d;
}

.immoRow {
	/*
	width:392px; */
	width: 650px;
	overflow:hidden;
	
}

.immo24DetailsPic {
	margin-bottom:15px;
	margin-right:5px;
}

#immo24detailsPictures {
	/* width:140px; */
	overflow:hidden;
}

.immo24detailsCol {
	width:50%;
}

#immo24detailsText {
	/* width:300px; */
}

#immo24detailsTitle {
	margin-bottom:15px;	
}

.immo24detailsRowLabel {
	width:135px;
}


.immo24detailsRowData {
	
}

h3.immoTitle a {
	font-size:15px;
	text-decoration:none;
	font-weight:normal;
	color:#00529d;
}

 


.immoRowTitle {
	margin-bottom:4px;
}



.immoRowRightRight {
	width:49%;
}

.immoRowRightLeft {
	width:50%;
} 

.immoRowPicture {
	padding-top:3px;
}

#myMap {
	width:400px;
	height:400px;
}
 
 
/* NEWSLETTER ANMELDUNG */


input.newsletter {
	width:100%;
	border:1px solid #bdbcba;
	margin-bottom:11px;
}

#newsletterSubsCon {
	padding-bottom:15px;
	*padding-bottom:0px;
}

/* SCHNELLKONTAKT */

.fialTitle {
	
	
}

.tx-hoch2stollfialinfos-pi1 {
	
}

.fialeCon {
	padding-left:15px;
	background:url(../img/pfeilGelb1.gif) no-repeat 0px 6px;
}

.fiale {
	margin-bottom:4px;
}

.fialText {
	color:#ffffff;
	line-height:20px;
}

.fialText a {
	color:#ffffff;
	text-decoration:underline;
}

#schnellKontakt {
	/*
	height:110px;
	overflow:hidden;
	overflow-x:hidden;
	overflow-y:scroll;
	*/
}

.tx-houseviewer-pi1 .description dt{
	display: inline-block;
	float: left;
	clear: left;
	width: 90px;
	font-weight: bold;
	color: #2269AA;
}

.tx-houseviewer-pi1 .description dd{
	display: inline-block;
	float: left;
	width: 110px;
	padding-bottom: 9px;
}

.tx-houseviewer-pi1 .description dt span{
	display: block;
	font-size: 9px;
	margin-top: -4px;
	font-weight: normal;
}



.hoch2immo24-single h2{
	display: none;
}

.replaced {
	/*behaviour: url("fileadmin/assets/js/libraries/iepngfix/iepngfix.htc");*/	
	/*behaviour: url("../../js/libraries/iepngfix/iepngfix.htc");*/	
}

