function resize() {

	var windowheight = $(window).height();
	contentheight = windowheight-388;
	tableheight = windowheight-358;
	footermargin = windowheight-282;
	schaapmargin = windowheight-552;

    $('.bg, .wolken').css('height',windowheight+'px');
	$('#contenttekst').css('min-height', contentheight+'px');	
	$('#footer').css('margin-top', footermargin+'px');	
	$('#schaap_bg').css('margin-top', schaapmargin+'px');	
	$('#contenttable').css('height', tableheight+'px');	

}

$(document).ready(function() {

	var windowheight = $(window).height();
	contentheight = windowheight-388;
	tableheight = windowheight-358;
	footermargin = windowheight-282;
	schaapmargin = windowheight-552;

    $('.bg, .wolken').css('height',windowheight+'px');
	$('#contenttekst').css('min-height', contentheight+'px');	
	$('#footer').css('margin-top', footermargin+'px');	
	$('#schaap_bg').css('margin-top', schaapmargin+'px');	
	$('#contenttable').css('height', tableheight+'px');	
	
});
