#container {
	width: 980px;
	height: 560px;
	border: 2px solid #eeeeee;
	clear: both;
	border: 10px;
	border-color: #660033;
	border-style:double; 	 	
	margin-left: auto;
	margin-right: auto;
	}
#navigatie {
	width: 250px;
	height: 560px;
	float: left;
	background-color: #ffeaba;
}

#inhoud {
	width: 470px;
	height: 550px;
	float: left;
	padding: 5px;
	text-align: center;
	font-family: Verdana;
	background-color: #ffeaba;
}
#navigatie2 {
	width: 250px;
	height: 560px;
	float: left;
	text-align: center;
	background-color: #ffeaba;
}
H1 {
	color: #660033;
	font-family: Verdana;
}

a:link {
	color: #003333;
	text-decoration: none;
}
a:visited {
	color: #006666;
}
a:hover {
	color: #000000;
	font-weight: bold;
}
a:active {
	color: #000000;
}
