html, body {
	background-color: #FFFFFF;
	font-family: Verdana;
	font-size: 9pt; 
	color: #000000;
	height: 100%;
	min-height: 534px;
	padding: 0px;
	margin: 0px;

}

div#main {
 	width: 807px;
	height: 534px;
	background-image: url("../ontwerpje_groot.jpg");
	position: relative;
	top: 50%;
	margin: -267px auto 0px auto;
	padding: 0px;
}


img {
	border: 0;
}

a:link {
	color: #000099;
	text-decoration: underline;
	font-size: 12px;
}
	
a:visited {
	color: #000099;
	text-decoration: underline;
	font-size: 12px;
}

a:hover {
	color: #000099;
	text-decoration: none;
	font-size: 12px;
}
a:active {
	color: #000099;
	text-decoration: underline;
	font-size: 12px;
}




.menu {
	position: absolute;
	width: 200px;
	height: 110px;
	margin-left: 600px;
	margin-top: 160px;
}

.hoofdcontainer1 {
	position: absolute;
	width: 250px;
	height: 340px;
	margin-left:90px;
	margin-top: 160px;
}

.hoofdcontainer2 {
	position: absolute;
	width: 250px;
	height: 340px;
	margin-left:360px;
	margin-top: 160px;
}

.zakelijk {
	position: absolute;
	width: 250px;
	height: 50px;
	margin-left:360px;
	margin-top: 470px;
}

.titel {
	position: absolute;
	width: 400px;
	height: 25px;
	margin-left:90px;
	margin-top: 125px;
}
.plaatje {
	position: absolute;
	width: 161px;
	height: 161px;
	margin-left:400px;
	margin-top: 300px;
}

.lijntje {
	position: absolute;
	width: 1px;
	height: 200 px;
	margin-left: 350px;
	margin-top: 140px;
	background-color: "grey";
}

.lijntje2 {
	position: absolute;
	width: 1px;
	height: 200 px;
	margin-left: 615px;
	margin-top: 140px;
	background-color: "grey";
}

.pedagogisch {
	width: 185px;
	height: 153px;
}

.tekst1 {
	margin-left:4px;
	margin-top: 98px;
}



/*--- Obsolete ---*/

.bg {
	position: absolute;
	width: 638px;
	height: 497px;
	margin-left: 0px;
	margin-top: 0px;
	background-color: FFFFFF;
}


