/* 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(phplist.css);

/* Algemeen */
html, body {
	padding: 0;
	margin: 0;
	height: 100%;
}
body {
	background-color: #ffdd03;
}
body.editor {
	background-image: none;
	background-color: #fff;
}
.clear {
	clear: both;
}
.dummy {
	display: none;
}

/* Body */
#back_big,
#back_big2 {
	width: 100%;
	height: 270px;
	position: absolute;
	left: 0;
	top: 53px;
	background: url(../images/body.gif) repeat-x;
}
#back_big2 {
	height: 144px;
	background: url(../images/body2.gif) repeat-x;
}
#print-adres {
	display: none;
	visibility: hidden;
}
#wrapper {
	position: relative;
	top: 5px;
	margin: 0 auto;
	width: 988px;
}
#header,
#header_vervolg {
	height: 317px;
	margin: 0 auto 1px auto;
	border-bottom: 1px solid #5b594a;
}
#header_vervolg {
	height: 191px;
}
#logo {
	height: 269px;
	width: 240px;
	float: left;
	background: url(../images/logo_bg.gif) no-repeat;
	padding-top: 48px;
}
#header_vervolg #logo {
	height: 143px;
	background: url(../images/logo_bg2.gif) no-repeat;
}
#banner {
	width: 748px;
	height: 317px;
	position: relative;
}
#header_vervolg #banner {
	height: 191px;
}
#subnavigation {
	width: 479px;
	height: 32px;
	overflow: hidden;
	position: absolute;
	top: 285px;
	left: 0;
}
#header_vervolg #subnavigation {
	top: 159px;
}
#search {
	width: 257px;
	height: 31px;
	position: absolute;
	top: 275px;
	left: 479px;
	padding: 11px 0 0 12px;
}
#header_vervolg #search {
	top: 149px;
}
#body {
	margin: 0 auto;
	background: #fff;
	border-top: 1px solid #53534d;
}
#left,
#middle,
#right,
#body {
	float: left;
}
#left {
	width: 183px;
	padding: 10px 22px 20px 35px;
}
#middle {
	width: 458px;
	padding: 15px 20px 20px 0;
	overflow: hidden;
}
#right {
	width: 240px;
	padding: 10px 30px 20px 0;
}
#footer {
	width: 958px;
	height: 58px;
	float: left;
	background: url(../images/footer.gif) no-repeat;
	padding: 30px 30px 0 0;
	text-align: right;
	color: #fff3a8;
}
#footer a {
	color: #fff3a8;
	text-decoration: none;
}
#footer #credits {
	margin: 0;
}

div.textbox {
	background: #ddd;
	padding: 15px;
}

#copyright {
	width:360px;height:120px;padding:10px;
}
