@charset "utf-8";
/* CSS Document */
#haustyp {
	width:602px;
	background-image:url(img/haustyp/center.jpg);
	margin-left:20px;
	float:left;
}
*html #haustyp {
	margin-left:70px;
}
#haustyp .hausname {
	background-image:url(img/haustyp/titel.jpg);
	display:block;
	height:38px;
	line-height:38px;
	font-size:120%;
	letter-spacing:0.1em;
	text-indent:40px;
}
#haustyp .preis {
	width:254px;
	background-image:url(img/haustyp/preis.jpg);
	background-position:top;
	background-repeat:no-repeat;
	float:left;
}
#haustyp .preis p {
	margin-left:15px;
	margin-right:8px;
	text-align:right;
}
#haustyp .ansicht {
	width:348px;
	background-image:url(img/haustyp/ansicht.jpg);
	background-position:top;
	background-repeat:no-repeat;
	float:left;
}
#haustyp .ansicht img {display: block; margin-left: auto; margin-right: auto; margin-top:10px;}
#haustyp .preis span {
	background-image:url(img/haustyp/preis-bottom.jpg);
	height:20px;
	display:block;
}
#haustyp .ansicht span {
	background-image:url(img/haustyp/ansicht-bottom.jpg);
	height:20px;
	display:block;
}
#haustyp .note {
	font-size:90%;
}
#haustyp .red {
	font-size:110%;
	color:#F00;
	margin:10px 0 0 15px;
	font-weight:bold;
}
#haustyp .infos {
	width:602px;
	background-image:url(img/haustyp/infos.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
#haustyp .infos span {
	background-image:url(img/haustyp/info-bottom.jpg);
	height:20px;
	display:block;

}
#haustyp .bottom {
	background-image:url(img/haustyp/bottom.jpg);
	background-position:bottom;
	height:30px;
	clear:left;
	width:602px;
	text-align:center;
	font-size:100%;
}
