body {
	background: url(images/body_background.png) repeat-x;
}
#nBanner {
	position: relative;
	width: 960px;
	height: 240px;
	overflow: hidden;
}
#nBanner .element {
	width: 960px;
	height: 240px;
}
#nBanner .inner {
	position: relative;
	width: 960px;
	height: 240px;
}
#nBanner img {
	position: absolute;
	top: 0;
	left: 0;
	width: 960px;
	height: 240px;
}
#nBanner p {
	margin: 0;	
}
#nBanner .button {
	position: absolute;
	top: 159px;
	right: 0;
	display: block;
	text-indent: -9999px;
	width: 237px;
	height: 32px;
	z-index: 25;
	border-bottom: none;
	background: url(images/spacer.gif);
}
#nBanner .button a:focus {
	outline: none;	
}
#nBanner .description, #nBanner .title {
	display: none;
}
#nBanner .navigation {
	position: absolute;
	bottom: 20px;
	right: 10px;
	z-index: 50;
	float: left;
	height: 12px;
}
#nBanner .navigation-inner {
	display: inline;
	float: right;
}
#nBanner .navigation a {
	display: block;
	float: left;
	width: 12px;
	height: 12px;
	background: #fff;
	margin-left: 12px;
	overflow: hidden;
	border: none;
}
#nBanner .navigation a:focus {
	outline: none;	
}

h1.front-heading {
	margin: 20px 0 11px 0;
}
div#rechts h2.front-heading {
	margin: 21px 0 11px 0;
}
div#rechts div.voorpagina h2 {
	margin: 0;
}