@charset "UTF-8";
/* CSS Document */

html {
	overflow:auto;
	}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#202020;	
	} 

#container {
	margin-top:0;
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	height:500px;
	}
	
#content {
	position:absolute;
	margin-top:115px;
	margin-left:0px;
	width:1000px;
	height:385px;
	z-index:1;
	background-position:top;
	}
	
#slideshow {
	position:absolute;
	margin-top:115px;
	margin-left:0px;
	width:1000px;
	height:385px;
	z-index:2;
	background-position:top;
	}
	
	
/* buttons*/

	
#btcontact {
	position:absolute;
	margin-top:360px;
	margin-left:0px;
	width:150px;
	height:136px;
	z-index:9;
	background-position:top;
	}
	
#btgastenboek {
	position:absolute;
	margin-top:418px;
	margin-left:650px;
	width:162px;
	height:82px;
	z-index:3;
	background-position:top;
	}


	
