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

#container {
	width: 100%;
	position: relative;
	}
header {
	width: 100%;
	}
#logo{
	background-color: #fff;
	position: relative;
	height: 180px;
	width: 180px;
	left: 0%;
	top: 5px;
	background-image: url(../img/kaart.jpg);
	text-align:left;
	}
	
.fotorechts {
	clear: both;
	padding-top: 60px;
	width: 100%;
	position: relative;
	padding-top: 20px;
	height: 150px;
	margin-top: 60px;
	margin-bottom: 30px;
	 }

	#foto{
	float: left;
	width: 80%;
	position: relative;
	padding-top: 20px;
	margin-bottom: 5%;
	}
article {
	width: 40%; 
	float: left;
	padding-top: 20px;
	padding-bottom: 10px;
	position: relative;
	height: 220px; 
	padding-right: 10px;
	
	}
.onderaan {
	width: 100%;
	}
nav{
	text-align: center;
	padding: 2.12%;
	margin-top: 20px;
	position: relative;
	width: 100%;
	height: 60px;
	background-color: #835635;
	color: #FFF;
	}
nav a:link {
	padding: 4.25%;
	}
