body {
	background-image:url(images/Leaf.gif);
	font-family:verdana;
	font-size:14px;
	width:100%;
	height:81%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	}
		
#topleft {
	position:absolute;
	background-image:url(images/linkerplaatje.jpg);
	background-repeat:no-repeat;
	background-position:left;
	top: 0px;
	width:100%;
	height:81px;
	}

#top {
	position:absolute;
	background-image:url(images/tekst.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:81px;
	width:100%;
	}

#topright {
	position:absolute;
	background-image:url(images/rechterplaatje.jpg);
	background-repeat:no-repeat;
	background-position: right;
	top: 0px;
	width:100%;
	height:81px;
	}

#lijn {
	position:absolute;
	background-image:url(images/lijn.jpg);
	background-repeat:repeat-x;
	top:81px;
	height:1px;
	width:100%;
	}

#menulijn {
	position:absolute;
	background-image:url(images/lijn.jpg);
	background-repeat:repeat-x;
	height:1px;
	width:156;
	top:28px;
	left:0px;
	}

#menutekst {
	position:absolute;
	width:100%;
	top:8px;
	left:0px;
	}
	
#menu {
	position:absolute;
	background-color:#B5EBD3;
	text-align:center;
	top:25%;
	left:20px;
	height:324px;
	width:161px;
	}

#menu a:link {
	color:#000000;
	text-decoration:none;
	}

#menu a:visited {
	color:#000000;
	text-decoration:none;
	}

#schaduw {
	background-image:url(images/menuschaduw.jpg);
	background-repeat:repeat-y;
	position:absolute;
	top:0px;
	left:157px;
	height:321px;
	width:5px;
	}
	
#tekstvlak {
	position:absolute;
	top:115px;
	left:250px;
	height:100%;
	width:700px;
	}

#tekstvlak a:link {
	color:#000000;
	text-decoration:none;
	}

#tekstvlak a:visited {
	color:#000000;
	text-decoration:none;
	}
	



	
