@charset "utf-8";
/* CSS Document */
*{
	margin:0px;
	padding:0px;
	box-sizing:border-box;
	}

body {
	font-family: Signika, Tahoma, Geneva, sans-serif;
	background-color: #f0b574;
}

nav {
	background-color: #666;
	border: 1px solid #ccc;
	position: relative;
	height: 50px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

nav li{
	display: inline;
	}
.fotorechts {
	float: left;
	padding-top: 20px;
	width: 280px;
	position: relative;
	height: 380px;
}
article {
	float: left;
	padding-top: 60px;
	width: 280px;
	position: relative;
	padding-right: 33px;
	margin-bottom: 10px;
	
	}
.marge20rechts {
	margin-right: 20px;
}

#foto{
	float: left;
	height: 370px;
	width: 593px;
	position: relative;
	padding-top: 20px;
	margin-right: 20px;
	padding-bottom: 20px;
	}
	
#logo{
	background-color: #fff;
	position: relative;
	height: 180px;
	width: 180px;
	left: 5px;
	top: 5px;
	background-image: url(../img/kaart.jpg);
	}

#container {
	background-color: #f0b574;
	padding: 10px;
	height: 1400px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	color: #553A24;
}
header {
	background-color: #B19681;
	position: relative;
	height: 190px;
	width: 100%;
	background-image: url(../img/marsochtend.jpg);
	padding: 0px;
	top: 20px;
	margin-bottom: 40px;
}

hr{
	clear: both;
	margin-bottom: 20px; 
	
	}
nav{
	text-align: center;
	padding: 20px;
	margin-top: 20px;
	position: relative;
	width: 100%;
	height: 60px;
	background-color: #835635;
	color: #FFF;
	}
nav a:link {
	padding: 40px;
	text-decoration:none;
	color: #FFF; 
	}
footer {
	width: 100%;
	padding: 20px; 0px; 20px; 0px;
		}
.kleur{
	color: #f0b574;
	padding: 20px 0px 0px 80px;
	text-align: center;
	letter-spacing: 0.2em;
	font-size: 3em;
		}
