@charset "utf-8";
/* CSS Document */

html, body {
	background: #FFF;
	margin: 0px;
	padding: 0px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
}


a {
	text-decoration: none;
	color: #595858;
}

a:hover {
	text-decoration: underline;
	color: #595858;
}




#container {
	width: 825px;
	margin: 0 auto;
}

.textbox {
	width: 812px;
	background-color: #e9e7e7;
	color: #717070;
	font: 9pt Arial, Helvetica, sans-serif;
	padding: 2px 0 10px 8px;
	margin: 0px 0px 10px 0px;
}


/* Headers zoals H1, H2 classes etc */

.textbox  h1{
	color: #717070;
	font: bold 13pt Arial, Helvetica, sans-serif;
}


/* De vakken */

.v1 {
	width: 112px;
	height: 278px;
	float: left;
	margin: 0px 3px 0px 0px;
	border-bottom: 6px solid #e0e0e0;
}

.v2 {
	width: 112px;
	height: 278px;
	float: left;
	margin: 0px 3px 0px 3px;
	border-bottom: 6px solid #e0e0e0;
}

.v3 {
	width: 112px;
	height: 278px;
	float: left;
	margin: 0px 3px 0px 3px;
	border-bottom: 6px solid #f31218;
}

.v4 {
	width: 112px;
	height: 278px;
	float: left;
	margin: 0px 3px 0px 3px;
	border-bottom: 6px solid #f31218;
}

.v5 {
	width: 112px;
	height: 278px;
	float: left;
	margin: 0px 3px 0px 3px;
	border-bottom: 6px solid #e0e0e0;
}

.v6 {
	width: 112px;
	height: 278px;
	float: left;
	margin: 0px 3px 0px 3px;
	border-bottom: 6px solid #71bf2d;
}

.v7 {
	width: 112px;
	height: 278px;
	float: left;
	margin: 0px 0px 0px 3px;
	border-bottom: 6px solid #029cd2;
}

/* Onder de vakken */

.onderv1 {
	width: 112px;
	height: 200px;
	background-color: #fbd9da;
	color: #b30d10;
	float: left;
	margin: 20px 3px 0px 0px;
	border-top: 6px solid #ec2528;
}

.onderv2 {
	width: 112px;
	height: 200px;
	background-color: #dbebf9;
	color: #0d63ab;
	float: left;
	margin: 20px 3px 0px 3px;
	border-top: 6px solid #16c2f4;
}

.onderv3 {
	width: 112px;
	height: 200px;
	background-color: #dedcdc;
	color: #373838;
	float: left;
	margin: 20px 3px 0px 3px;
	border-top: 6px solid #373838;
}

.onderv4 {
	width: 112px;
	height: 200px;
	background-color: #f7d6d6;
	color: #9a0508;
	float: left;
	margin: 20px 3px 0px 3px;
	border-top: 6px solid #373838;
}

.onderv5 {
	width: 112px;
	height: 200px;
	background-color: #daf3fa;
	color: #1187a9;
	float: left;
	margin: 20px 3px 0px 3px;
	border-top: 6px solid #16c2f4;
}

.onderv6 {
	width: 112px;
	height: 200px;
	background-color: #e0f3d5;
	color: #2c8207;
	float: left;
	margin: 20px 3px 0px 3px;
	border-top: 6px solid #71bf2d;
}

.onderv7 {
	width: 112px;
	height: 200px;
	background-color: #d7edf3;
	color: #0c7d9d;
	float: left;
	margin: 20px 0px 0px 3px;
	border-top: 6px solid #029cd2;
}

.textinhoud {
	padding-left: 8px;
	padding-top: 15px;
}

.service {
	background-image: url(../images/service.jpg); 
	float: right;
	height: 82px;
	width: 138px;
	display: block;
}

.footer {
	width: 823px;
	height: 25px;
	background-color: #e9e7e7;
	color: #595858;
	margin: 0 auto;
	text-align: center;
	padding: 7px 0px 0px 0px;
}

