@import url(fonts.css);
@import url(forms.css);
@import url(images.css);
@import url(navigation.css);
@import url(news.css);

/* Algemeen */
html, body {
	padding: 0;
	margin: 0;
	height: 100%;
	background: url(../images/background.gif) repeat-x;
}
body.editor {
	background-image: none;
	background-color: #fff;
}

/* Body */
div#wrapper {
	position: relative;
	margin: 0 auto;
	_height: 100%;
	width: 960px;
	min-height: 100%;
}
div.wrappervervolg {
	background: url(../images/background_wrapper.gif) repeat-y;
}
div#body {
	height: auto;
	margin: 0 auto;
	border-top: 20px solid #fff;
	padding-bottom: 30px;
}
div#body div#left, div#body div#middle, div#body div#right {
	float: left;
}
div#body div#left {
	width: 460px;
}
div#body div#middle {
	width: 230px;
	margin: 0 20px;
}
div#body div#right {
	width: 230px;
}
div.clear_float {
	clear: both;
}

/* Header */
div#header {
	height: 185px;
	margin: 0 auto;
	position: relative;
	background: #fff;
}
div#subheader {
	position: relative;
	border-bottom: 1px solid #727272;
	background: #fff;
}
div#header div#border {
	background: #009ee0;
	height: 51px;
	border-bottom: 10px solid #727272;
}

/* Editor velden voorpagina */
div#body_under {
	width: 1000px;
	position: relative;
	overflow: hidden;
}
div#body_under div.object {
	float: left;
	margin-right: 10px;
	width: 232px;
	height: 136px;
	font-size: 11px;
	background: #e3e4e5;
}
div#body_under div.object h2 {
	background: #009ee0;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	padding: 5px 10px;
	border-bottom: 1px solid #fff;
}
div#body_under div.object h2 a {
	color: #fff;
	text-decoration: none;
}
div#body_under div.object h2 a:hover {
	text-decoration: underline;
}
div#body_under div.object p, div#body_under div.object ul  {
	padding: 10px;
}
div#body_under div.object li a, div#body_under div.object p a {
	color: #666;
}
div#body_under div.object li a:hover, div#body_under div.object p a:hover {
	color: #009ee0;
	text-decoration: none;
}
div#body_under div.object p img {
	margin-top: -5px;
}

/* Footer */
div#footer, div.footer {
	font-size: 11px;
	color: #c6c6c6;
}
div#footer p, div.footer p {
	margin: 0;
}
div#footer a, div.footer a {
	color: #c6c6c6;
}
div#footer a:hover, div.footer a:hover {
	color: #999;
	text-decoration: none;
}
div#footer {
	position: relative;
	bottom: 0;
	height: 30px;
	width: 960px;
	margin: -30px auto 0 auto;
}
div.footer {
	margin-top: 20px;
}
div.information, div.credits {
	float: left;
}
div.information {
	width: 730px;
}
div.credits {
	width: 230px;
	text-align: right;
}
div#footer div.information {
	width: 460px;
}
div#footer div.credits {
	width: 500px;
}

/* Inloggen */
div#login input {
	margin: 2px 0 6px 0;
	width: 175px;
}
div#login input.versturen, div#login input.checkbox {
	width: auto;
}
div#login input.versturen {
	margin-right: 7px;
}

/* LightWindow */
div#lightwindowOverlay {
	background-color:#fff;
}
div#lightwindowTitlebar {
	font-size: 20px;
	line-height: 30px;
	font-weight: normal;
	color: #000;
}