/* Imports */
@import url(fonts.css);
@import url(navigation.css);
@import url(images.css);
@import url(news.css);
@import url(search.css);
@import url(customdb.css);
@import url(osc.css);
@import url(extra.css);
@import url(forms.css);

/* Algemeen */
html, body {
	padding: 0;
	margin: 0;
	background: #fff url(../images/background.gif) repeat-x;
}
body.editor {
	background-image: none;
	background-color: #fff;
}
.clear {
	clear: both;
}
.dummy {
	display: none;
}
img {
	border: none;
}
form  {
	padding: 0;
	margin: 0;
}

/* Body */
#wrapper {
	position: relative;
	margin: 0 auto;
	width: 1020px;
	background: #fff url(../images/background_wrapper.gif) no-repeat;
	min-height: 588px;
}
#inner {
	width: 960px;
	margin: 0 auto;
	padding-top: 20px;
}
#header {
	height: 75px;
	padding: 20px 0;
	position: relative;
	z-index: 3;
}
#banner {
	margin-bottom: 20px;
	position: relative;
}

#body {
	height: auto;
}
#body-vervolg {
	height: auto;
	background: url(../images/background_footer_vervolg.gif) left bottom no-repeat;
	padding-bottom: 20px;
	width: 960px;
}

.column {
	float: left; 
	width: 240px;
}
.two-fourth {
	width: 480px;
}
.three-fourth {
	width: 700px;
	padding-left: 20px;
}
#main-content {
	padding: 0 20px;
	width: 680px;
}

#footer {
	font-size: 11px;
	padding: 20px 0;
}