@charset "utf-8";
#navigatie {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 120px;
	height: 200px;
	width: 150px;
	background-color: #FFFFFF;
	right: 50px;
}
#navigatie_home {
	position: absolute;
	height: 50px;
	width: 150px;
}
#navigatie_perso {
	position: absolute;
	height: 50px;
	width: 150px;
	top: 50px;
}
#navigatie_bedrijven {
	position: absolute;
	height: 50px;
	width: 150px;
	top: 100px;
}
#navigatie_muurschildering {
	position: absolute;
	height: 50px;
	width: 150px;
	top: 150px;
}
#navigatie_contact {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 320px;
	height: 100px;
	width: 150px;
	background-color: #000000;
	right: 50px;
}

