body {
	width: 1200px;
	height: 100%;
	margin:auto;
	padding:0px;
	background-color:#dcdcdc; /*heel licht grijs*/
}
div.vollebreedtecenter{
	box-sizing: border-box;
	float:left;
	width:100%;
	text-align: left;
	margin-top: 80px;
	background-color:#faebd7; /*licht grijs oranje*/
	/*height:15%;*/

}
div.main {	
	width: 82%;
	float:left;
	margin-top: 0px;
	margin-left: 17%;
	padding-left: 10px;
	padding-top: 10px;
	background-color:#fffff0; /*ivoor*/
}
div.left {
	position: fixed;
	width: 192px;
	padding-left: 10px;
	float:left;
	top: 80px;
	background-color:#BDB76B; /*Donker kaki*/*/
}
div.hoofding{
	position: fixed;
	border: 1px solid blue;
	width: 1200px;
	height: 80px;
	top: 0px;
	float:left;
	background-color:#808080; /*donkerder grijs*/
}