.blocktitel{
	font-family: verdana;
	font-size: 24px;
	color: #fff;
	margin-left: 52px;
	margin-top: 14px;
}

.orangeblock{
	float: left;
	width: 283px;
	margin-left: 44px;
}

.orangetop{
	position: absolute;
	width: 283px;
	height: 64px;
	background-image: url('../img/oranje/top_oranje.png');
	background-repeat: no-repeat;
	background-position: top;
}

.orange{
	position: absolute;
	width: 281px;
	height: auto;
	margin-top: 56px;
	background-color: #dad9d8;
	border-left: 1px solid #8f8f8f;
	border-right: 1px solid #8f8f8f;
	border-bottom: 1px solid #8f8f8f;
}



.blueblock{
	float: left;
	margin-left: 373px;
	width: 283px;
}

.bluetop{
	position: absolute;
	width: 283px;
	height: 64px;
	background-image: url('../img/blauw/top_blauw.png');
	background-repeat: no-repeat;
	background-position: top;
}

.blue{
	position: absolute;
	width: 281px;
	height: auto;
	margin-top: 56px;
	background-color: #dad9d8;
	border-left: 1px solid #8f8f8f;
	border-right: 1px solid #8f8f8f;
	border-bottom: 1px solid #8f8f8f;
}

.purpleblock{
	float: left;
	margin-left: 702px;
	width: 283px;
}

.purpletop{
	position: absolute;
	width: 283px;
	height: 64px;
	background-image: url('../img/paars/top_paars.png');
	background-repeat: no-repeat;
	background-position: top;
}

.purple{
	position: absolute;
	width: 281px;
	height: auto;
	margin-top: 56px;
	background-color: #dad9d8;
	border-left: 1px solid #8f8f8f;
	border-right: 1px solid #8f8f8f;
	border-bottom: 1px solid #8f8f8f;
}