@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	background:#e5006c;
}
#container{
	position:relative;
	margin:auto;
	height:680px;
	width:100%;
}
#head{
	position:relative;
	margin:auto;
	background-color:#FFF;
	height:430px;
	width:100%;
}
#foot{
	position:relative;
	margin:auto;
	background-color:#e5006c;
	height:250px;
	width:100%;
}
.adjuster{
	padding-top:40px;
	position:relative;
	margin:auto;
	width:960px;
	height:330px;
}
#vlak1{
	position:relative;
	margin:auto;
	width:320px;
	height:auto;
	float:left;
}
#vlak2{
	position:relative;
	margin:auto;
	width:230px;
	height:auto;
	float:left;
}
#vlak3{
	position:relative;
	margin:auto;
	width:320px;
	height:auto;
	float:left;
}
#vlak1 img{
	width:200px;
	margin-right:50px;
	margin-top:80px;
	height:auto;
	float:right;
}
#vlak3 img{
	width:200px;
	margin-left:50px;
	margin-top:90px;
	height:auto;
	float:left;
}
#vlak2 img{
	position:relative;
 	margin-top:20px;
}
#footer{
	height:200px;
	width:450px;
	padding-right:90px;
	margin-top:0;
}
#footer img{
	position:relative;
	margin:auto;
	width:450px;
}
#navigatie{
	position:relative;
	margin:auto;
	width:960px;
	height:50px;
}
.button{
	position:relative;
	float:left;
	margin:auto;
	width:200px;
	height:50px;
	margin-left:0px;
	padding-top:5px;
}
.button img{
	width:200px;
}
#last{
	margin-left:50px;
}