#container {
  background-color: white;
}
#head {
  background-color: #686868;
  text-align: center;
}
#menu {
  background-color: #868686;
  text-align: center;
}
#middenstuk {
}
#links {
  background-color: #d0d0d0;
  width: 20%;
  float: left;
  text-align: center;
}
#midden {
  background-color: #dcdcdc;
  width: 60%;
  float: left;
}
#rechts {
  background-color: #d0d0d0;
  width: 20%;
  float: right;
  text-align: center;
}
#footer {
  background-color: silver;
  clear: both;
  text-align: center;
}
.headstyle {
  text-transform: capitalize;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 26px;
  font-style: italic;
  background-color: white;
  color: #fdfdfd;
}
.menuknop {
  color: white;
  text-transform: capitalize;
}

#menu ul {
	margin: 0 ;
	padding: 0 ;
	list-style: none ;
	display: inline ;
}
#menu ul li {
	margin: 0 ;
	padding: 0 ;
	display: inline ;
	text-align: center ;
	list-style: none ;
	font-family: Arial, Helvetica, sans-serif ;
}
#menu li a {
	color: #000 ;
	background-color: #c0c0c0 ;
	border: 1px outset #000 ;
	padding: 8px ;
	text-decoration: none ;
	display: inline ;
}
#menu li a:hover {
	color: #fff ;
	background-color: #000 ;
}


