body{
background-image: url("achtergrond.jfif");
font: normal 12px/1.5em arial;
}
header, nav, section, footer{
	
	width:100%;
	max-width:960px;
	margin:0 auto 0 auto;
	
}
nav li{
	display: inline-block;
	padding: 1em 5.5em 1em 5.5em;
}
nav{
	background: rgb(170,170,170);
	color: rgb(255,255,255)
}

section{
background: rgb(255,255,255)
}
section h1{
	color: rgb(150,150,150);
	padding:1em 0 1em 0;
	margin-left: 15px;
}
section p{
	color: rgb(0,0,0);
	padding: 1em 0 1em 0;
	margin-left:15px;
}
nav a{
	color: rgb(255,255,255);
	text-decoration: none;
}
nav a:hover{
	color: rgb(255,255,255);
	text-decoration: underline;
}
nav a.gekozen{
	font-weight: bold;
	color: rgb(255,255,255);
	text-decoration: underline;
}
section a{
	color: rgb(0,255,0);
	text-decoration: none;
}
section a:hover{
	text-decoration: underline;
}
a:visited{
	color: rgb(255,255,255);
	text-decoration: none;
}

.vis{height: 500px;}