body > div h2 {
	color: #f96b17;
	font-size: 20px;
	margin: 3px;
	border-bottom: 1px solid #f96b17;
}
body > div h3 {
	color: #f96b17;
	font-size: 16px;
	margin: 3px;
}
body > div > * {
	margin: 8px 3px;
	color: #333;
	font-size: 90%;
}
body > div > p > strong {
	font-size: 20px;
}
address {
	margin: 8px 3px;
	color: #333;
	font-size: 80%;
}
#pricetag {
	float: right;
	background-image: url('/images/pricetag.png');
	width: 130px;
	height: 130px;
}
#pricetag span.vanaf {
	display: block;
	margin-top: 28px;
	margin-left: -10px;
	color: white;
	text-align: center;
	font-size: 17px;
	font-family: 'Times New Roman', 'Times', serif;
}
#pricetag span.prijs {
	display: block;
	margin-top: 4px;
	margin-left: -5px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	font-family: 'Times New Roman', 'Times', serif;
}
#pricetag span.persoon {
	display: block;
	margin-top: 4px;
	margin-left: -10px;
	color: white;
	text-align: center;
	font-size: 12px;
	font-family: 'Times New Roman', 'Times', serif;
}
fieldset {
	border: 0;
}
