.text {
	position: absolute;
	font-family: Arial;
	font-size: 10px;
	text-align: justify;
}

.boldText {
	position: absolute;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-align: justify;
}

.sold {
	position: absolute;
	background-color: #B4B4B4;
	mix-blend-mode: color;
}

.reserved {
	position: absolute;
	background-color: #729fcf;
	mix-blend-mode: color;
}

.free {
	position: absolute;
}

#preise {
	position: relative;
	left: -20px;
	width: 840px;
	height: 520px;
	background-image: url(Preisliste_Haus_B.png);
	background-color: white;
}

#beschreibung {
	left: 600px;
	top: 275px;
	width: 195px;
	height: 145px;
}

#datum {
	left: 485px;
	top: 79px;
	text-align: right;
	width: 195px;
	height: 15px;
}

#verkauft {
	left: 600px;
	top: 195px;
	width: 70px;
	height: 35px;
	mix-blend-mode: initial;
}

#reserviert {
	left: 600px;
	top: 235px;
	width: 70px;
	height: 35px;
	mix-blend-mode: initial;
}

#verkauftText {
	left: 675px;
	top: 195px;
	height: 35px;
	padding-top: 11px;
}

#reserviertText {
	left: 675px;
	top: 235px;
	height: 35px;
	padding-top: 11px;
}
