@charset "utf-8";
html {
		height:100%;
		margin-bottom:1px;
}

#tree {
	background-image: url(p7ap_light_gray_bevel.jpg);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	background-color: #FFFFFF;
	height: 385px;
	overflow: auto;
	padding-top: 12px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}

.imgpopup {

	position:absolute;
	z-index:999999;
}

#c1 {
	width: 310px!important;
}	

#c2 {
	width: 666px!important;
}	

#c1 .content {
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 24px!important;
}

#c2 .content {

	padding-top: 4px;

	padding-right: 32px;

	padding-bottom: 16px;

	padding-left: 32px;

}

#c2 .content H2{
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	padding-top: 3px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	/* margin-bottom: 12px; */
	margin-left: 0px;
	letter-spacing: 0.05em;
	vertical-align:middle;
}

form {
	margin: 0px;
	padding: 0px;
}

#objectGeneral {
	padding: 6px;
	height: 350px;
	width: 600px;
	/*display: block;*/
}

#objectDetails {
	height: 350px;
	/* display: none; */
}

#imgHolder {
	/* border: 1px solid #333333; */
	float: left;
}

#houseDescr {

	float: left;

	height: 350px;

	width: 250px;

	padding-right: 16px;

	/* display: none; */

}

#fav_holder {

	position: relative;
	top:-12px;
	margin: 0px;
	margin-left:530px;
	width:60px;
	/* height:48px;*/
	background-color: #ffffff;
	clear:right;
}

.fav_link{
	background-color: #cccccc;
}

.fav_link a{
	display: block;
	width:60px!important;
	height:60px!important;
	background-image:url(../images/stern.jpg);
	background-position: 60px 0px;
	margin:0px;
	padding:0px;
}

.selected a{
	background-position: 0px 0px!important;
}

.selected a:hover{
	background-position: 120px 0px!important;
}
.fav_link a:hover{
	background-position: 120px 0px;
}

#c2 #objectDetails h2 {
	display:block;
	float:left;
	margin: 0px;
	padding: 0px;
}

#infoIconHolder{
	height:60px;
	clear:both;
	margin-top:4px;
	margin-bottom:6px;
	background-color:#ffffff;
}
.infoIcons {
	height:60px;
	width: 60px;
	margin-right:12px;
	float:left;
	background-color:#ffffff;
	
}
#infoIconRooms {
	background-image:url(../images/zimmer.jpg);
	/* background-repeat:no-repeat; */
	background-position:0px 0px;
}
#infoIconPersons {
	background-image:url(../images/personen.jpg);
	background-position:0px 0px;
}
#infoIconSpace {
	background-image:url(../images/meter.jpg);
	background-position:0px 0px;
}
#squareMeter{
	font-size: 18px;
	color:#eaac1c;
	margin-top:11px;
	margin-right:4px;
}
#infoIconBikes{
	background-image:url(../images/fahrrad.jpg);
	background-position:0px 0px;
}
#infoIconFireplace{
	background-image:url(../images/kamin.jpg);
	background-position:0px 0px;
}
#infoIconSauna{
	background-image:url(../images/sauna.jpg);
	background-position:0px 0px;
}
#infoIconAnimals{
	background-image:url(../images/tiere.jpg);
	background-position:0px 0px;
}
#infoNoSmoking{
	background-image:url(../images/nichtraucher.jpg);
	background-position:0px 0px;
}
.room_img {
	cursor: pointer;
}

