
function scrollnaarboven(){
$('html, body').animate({scrollTop: '0px'}, 800);	
//$("#buitenkant").css("background-color","yellow");
}
