@charset "utf-8";
/* CSS Document */
body {
	background-color: #fff;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: Calibri, "VeraSans", sans-serif;
	color: #404040;
	overflow: visible;
}
div {
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-spacing: 0px;
}
#scherm {
	position: relative;
	width: 950px;
	margin: 0px auto;
	margin-top: 5px;
	z-index: 1;
}
#logo {
	position: absolute;
	width: 285px;
	height: 80px;
	margin-left: 655px;
	margin-top: 5px;
	margin-bottom: 10px;
	z-index: 1;
	background-image: url(../images/logo.jpg);
}
#slogan {
	position: absolute;
	height: 50px;
	width: 285px;
	margin-left: 655px;
	margin-top: 100px;
	font-weight: bold;
	text-align: right;
	font-size: 19pt;
}
#balk {
	position: absolute;
	width: 930px;
	height: 4px;
	margin-top: 95px;
	margin-left: 10px;
	z-index: 1;
	background-image: url(../images/balk.png);
}
.home {
	position: absolute;
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	cursor: pointer;
	background-position:center;
	filter: alpha(opacity=0);
	opacity: 0;
	cursor: pointer;
} .home:hover{color: #111;}
.home #groot {
	font-size: 36pt;
}
#bol_1 {
	width: 330px;
	height: 400px;
	margin-left: 200px;
	padding: 70px 10px 0px 130px;
	z-index: 2;
	background-image: url(../images/home_1.png);
	background-position: 0px -470px;
}#bol_1:hover{background-position: 0px 0px;}
#bol_2 {
	width: 250px;
	height: 310px;
	margin-left: 60px;
	margin-top: 90px;
	padding: 60px 60px 0px 60px;
	z-index: 3;
	background-image: url(../images/home_2.png);
	background-position: 0px -370px;
}#bol_2:hover{background-position: 0px 0px;}
#bol_3 {
	width: 332px;
	height: 282px;
	margin-left: 0px;
	margin-top: 230px;
	padding-top: 50px;
	z-index: 4;
	background-image: url(../images/home_3.png);
	background-position: 0px -325px;
}#bol_3:hover{background-position: 0px 0px;}
#bol_4 {
	width: 210px;
	height: 215px;
	margin-left: 80px;
	margin-top: 420px;
	padding: 64px 69px 20px 20px;
	z-index: 5;
	background-image: url(../images/home_4.png);
	background-position: 0px -299px;
}#bol_4:hover{background-position: 0px 0px;}
#bol_5 {
	width: 251px;
	height: 200px;
	margin-left: 250px;
	margin-top: 505px;
	padding-top: 51px;
	z-index: 6;
	background-image: url(../images/home_5.png);
	background-position: 0px -251px;
}#bol_5:hover{background-position: 0px 0px;}
#bol_6 {
	width: 160px;
	height: 105px;
	margin-left: 430px;
	margin-top: 580px;
	padding-top: 56px;
	z-index: 7;
	font-size: 17px;
	background-image: url(../images/home_6.png);
	background-position: 0px -161px;
}#bol_6:hover{background-position: 0px 0px;}
#footer{
	position: relative;
	width: 930px;
	height: 4px;
	margin: 0px auto;
	top: 750px;
	background-image: url(../images/balk.png);
}