@charset "utf-8";
/* CSS Document */

body{
	background-color: #666666;
	text-align: center;
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-weight: bold;
	font-size: 16px;
}

#container{
	margin: 1em auto;
	width: 768px;
	height: 548px;
	background: #FFFFFF;
}
#zijbalk{
	width: 150px;
	height: 548px;
	float: left;
	background: #BCBDC0;
	text-align: center;
}
#keuze{
	width: 618px;
	height: 528px;
	float: right;
	background: #FFFFFF;
	padding-top: 20px;
}
td{
	text-align: center;
}
.voet{
	font-size: 14px;
	font-weight: normal;
}
.groot{
	font-size: 18px;
	margin-bottom: 2em;
}
p{
	margin-bottom: 1.25em;
}

img{
	border: 0;
}

a{
	color: #000099;
	background-color: none;
	text-decoration: underline;
}
a:hover{
	color: #FFFFFF;
	background-color: #000099;
	text-decoration: none;
}