body { 
    width: 100%; 
    height: 100%; 
    margin: 0%; 
    padding: 0%; 
} 

#centeren { 
    border-collapse: collapse; 
    width: 100%; 
    height: 100%; 
} 

#basis{
	position:relative;
	z-index:1;
	background-color: #FFF9EC;
	height: 600px;
	width: 800px;
	background-image: url(../images/rand.gif);
	background-repeat: no-repeat;
} 

#navigatie {
	background-image: url(../images/menu.jpg);
	layer-background-image: url(images/menu.jpg);
	left: 24px;
	top: 149px;
	right: 156px;
	bottom: 569px;
	float: none;
	background-attachment: scroll;
	position: absolute;
	visibility: visible;
	z-index: 2;
	height: 420px;
	width: 132px;
	background-repeat: no-repeat;
	background-position: left top;
}


#home {
	background-image: url(../images/kinder.jpg);
	background-repeat: no-repeat;
	background-position: right;
	margin-left: 500px;
}

#logo {
	position:absolute;
	left:52px;
	top:22px;
	width:177px;
	height:74px;
	z-index:7;
}
#buttons {
	z-index: 3;
	height: 360px;
	width: 91px;
	left: 40px;
	top: 172px;
	position: absolute;
}

.tekst {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	background-position: left;
	text-align: left;
}

.kopjes {
	font-family: Tahoma;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #990202;
	background-position: left;
	text-align: left;
}

.tekstcursief {

	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	font-style: italic;
	font-weight: normal;
}
.tekstvet {

	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	font-style: normal;
	font-weight: bold;
}