body {
	/* Hier algemene font en achtergrond kleuren */
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffece0;
}
#header {
	position: relative;
}
#taalkeuze {
	margin: 10px 10px 0 0;
	float: right;
	color: #207F60;
}
#menu ul {
	margin: 0 auto;
	width: 485px;
}
#menu li {
	width: 120px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	border-right: 1px solid #FFA273;
}
#menu li:first-child {
	border-left: 1px solid #FFA273;
}
#menu li a {
	color: #FFF;
	text-decoration: none;
}
#tekst {
	margin: 40px 25px 40px 10px;
	background-color:#FFFFFF;
	padding: 10px 10px 10px 10px;
}

#footer {
	font-size: 12px;
	background-color:#FFA273;	 
	color: #207F60;
}
h1 {
	font-weight: bold;
}