/* 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(extra.css);
@import url(customdb.css);

/* Algemeen */
html, body {
	padding: 0;
	margin: 0;
}
body.editor {
	background-image: none;
	background-color: #fff;
}
.clear {
	clear: both;
}
.dummy {
	display: none;
}

/* Body */
#wrapper {
	position: relative;
	margin: 0 auto;
	width: 980px;
}

#logo {
	height: 72px;
	padding: 18px 0 0 20px;
}

#header {
	width: 980px;
	height: 274px;
	float: left;
	position: relative;
	overflow: hidden;
}

#body {
	width: 980px;
	float: left;
	padding-bottom: 30px;
}

#left,
#right,
#left_next,
#right_next {
	float: left;
	padding: 20px 20px 0 20px;
}

#left,
#right {
	width: 450px;
}

#left_next {
	width: 650px;
}

#right_next {
	width: 250px;
	overflow: hidden;
}

#footer {
	width: 940px;
	height: 56px;
	padding: 15px 20px 20px 20px;
	float: left;
	background: #f6f6f6 url(../images/footer.gif) repeat-x;
	margin-bottom: 15px;
	position: relative;
	font-size: 11px;
}

#footer .corner {
	width: 9px;
	height: 91px;
	position: absolute;
	top: 0;
}

#footer .left {
	left: 0;
	background: url(../images/footer_corner_left.png) no-repeat;
}

#footer .right {
	right: 0;
	background: url(../images/footer_corner_right.png) no-repeat;
}

#credits {
	width: 310px;
	float: left;
	padding-top: 15px;
	height: 15px;
	color: #ccc;
	font-size: 11px;
}

#credits a {
	color: #ccc;
}

#bottom {
	width: 960px;
	height: 20px;
	float: left;
}
