body {
    background-color: lightgray;
	font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif; 
}
div.box {
    position: relative;
    height: 750px;
    width: 1200px;
    background-color: white;
    opacity: 0.9;
    border: 1px solid;
    border-radius: .2%;
    padding: 10px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
div.header {
	position: absolute;
	top: 0;
	width: 100%;
	height: 30%;
}
div.contact {
	position: relative;
	top: 25%;
	left: 0;
	width: 100%;
	height: 70%;
}
div.hlogo {
	position: absolute;
	top: 0;
	width: 20%;
	padding: 10px;
}
div.hzetel {
	position: absolute;
	top: 0;
	left: 20%;
	width: 30%;
	padding: 10px;
}
div.hwerk {
	position: absolute;
	top: 0;
	left: 40%;
	width: 25%;
	padding: 10px;
}
p.address {
    font-size: 19px;
    font-weight: bold;
}
p.header {
    font-size: 30px;
    padding-left: 25px;
}
p.text {
    font-size: 20px;
    padding-left: 25px;
}
a.voorwaarden {
    text-align: center;
    display: block;
    margin: 0 auto;
    text-decoration: none;
    color: black;
    font-size: 18px;
    font-weight: bold;
}