`/* @group HTML reset */
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{font-size:100%;}
/* @end */

html, body {
	width: 100%;
	font-family: Helvetica;
	color: #321C66;
}

div#wrapper {
	width: 100%;
	background-color: #BBB3CC;
	margin-top: 100px;
}

header, nav, footer {
	display: block;
	width: 840px;
	margin: 0px auto;
	clear: both;
}

header aside {
	position: relative;
	display: block;
	width: 320px;
	height: 120px;
	float: left;
	top: -46px;
	text-align: center;
}

header aside ul li {
	display: inline;
}

header h1 {
	width: 520px;
	height: 120px;
	position: relative;
	top: -60px;
	float: left;
	text-align: center;
}

nav ul li {
	width: 176px;
	float: left;
	padding: 17px;
}

nav ul li a {
	display: block;
	width: 176px;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 17px;
	line-height: 20px;
	text-transform: uppercase;
}

nav ul li a img {
	border: 3px solid #FFFFFF;
	width: 170px;
	height: 120px;
}

nav ul li a span {
	display: inline;
	float: left;
	width: 166px;
	margin: 10px 0;
	padding: 2px 5px;
	cursor: pointer;
}

nav ul li#bezoekers a span {
	background-color: #C3709F;
}

nav ul li#deelname a span {
	background-color: #695490;
}

nav ul li#pers a span {
	background-color: #77A377;
}

nav ul li#buttons a span {
	background-color: #D2AD82;
}

footer p {
	display: block;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 5px;
	text-align: center;
	padding-top: 30px;
}
