/* Imports */
@import url(fonts.css);
@import url(navigation.css);
@import url(news.css);
@import url(images.css);
@import url(forms.css);
@import url(search.css);
@import url(maps.css);

/* Algemeen */
html, body {
	padding: 0;
	margin: 0;
	height: 100%;
}
body.editor {
	background-image: none;
	background-color: #fff;
}
.clear {
	clear: both;
}
.dummy {
	display: none;
}

/* Body */
#front_bg, #cont_bg, #front_middle, #cont_middle {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#front_bg {
	height: 451px;
	background: url(../images/front_body.png) repeat-x;
}
#front_middle {
	height: 268px;
	top: 150px;
	background: url(../images/front_middle.jpg) no-repeat center;
}
#wrapper {
	position: relative;
	margin: 0 auto;
	width: 900px;
}
#navigation {
	height: 130px;
	_overflow: hidden;
	padding-top: 20px;
}
#header {
	height: 234px;
	z-index: 1;
}
#navigation_block {
	height: 34px;
	background: url(../images/navigation_block.gif) repeat-x;
}
#body, #contact, #left, #inhoud {
	float: left;
}
#body {
	width: 900px;
}
#contact {
	width: 382px;
	background: #003e7e url(../images/editor_front.gif) repeat-x bottom left;
}
#footer #contact {
	background: #003e7e url(../images/editor_cont.gif) repeat-x;
}
#credits {
	text-align: right;
	margin: 0;
	line-height: 45px;
	color: #999;
}
#credits a {
	color: #999;
}

/* Vervolgpagina */
#cont_bg {
	height: 171px;
	background: url(../images/cont_body.png) repeat-x;
}
#cont_middle {
	height: 162px;
	background: url(../images/cont_middle.jpg) no-repeat center;
}
#head {
	height: 128px;
}
#logo {
	width: 128px;
	height: 128px;
	overflow: hidden;
	float: left;
	background: #fff;
	position: relative;
}
#logo img {
	width: 128px;
	height: 128px;
}
#shortcuts {
	position: absolute;
	top: 0;
	right: 0;
	background: #fff;
	padding: 5px 0 5px 5px;
	z-index: 2;
}
#nav_bar {
	height: 34px;
	background: url(../images/nav_bar.png) no-repeat;
	text-align: right;
	font-weight: bold;
	line-height: 34px;
	width: 885px;
	padding-right: 15px;
}
#nav_bar a {
	color: #fff;
}
#left {
	width: 189px;
	padding: 25px 15px;
}
#inhoud {
	width: 651px;
	padding: 25px 15px;
}
#footer {
	width: 900px;
}