@charset "utf-8";
/* CSS Document */

body{
	
	background-color:#393939;
}


.container{
	
	background-image:url(bg.jpg);
	width: 1200px;
	height: 1120px;
	margin: 0px auto;
}
	

#bovenstuk{
	
	width:1200px;
	height:129px;
}

#header{
	
	width:618px;
	height:129px;
	background-image:url(header.jpg);
	
}

#home{
	
	width:87px;
	height:129px;
	background-image: url(images/home.jpg);
	margin-left:620px;
	
}

#diensten{
	
	width:145px;
	height:128px;
	background-image:url(images/diensten.jpg);
	margin-left:86px;
}
	
#wie{
	
	width:166px;
	height:128px;
	background-image:url(images/wie.jpg);
	margin-left:143px;
}

#contact{
	
	width:184px;
	height:128px;
	background-image:url(images/contact.jpg);
	margin-left:168px;
}

#content{
	
	width:1089px;
	height:899px;
	margin-left:57px;
	margin-top:100px;
}

#topcontent{
	
	width:1089px;
	height:40px;
	background-image:url(images/topcontent.jpg);
}

#bgcontent{
	
	margin-top:0px;
	width:1089px;
	height:831px;
	background-image:url(images/bgcontent.jpg);
}

#tekstcontent{
	
	padding: 20px 15px 20px 25px;
}

	
	


