/* Imports */
@import url(fonts.css);
@import url(forms.css);
@import url(navigation.css);
@import url(images.css);
@import url(news.css);
@import url(osc.css);
@import url(dashboard.css);

/* Algemeen */
html, body {
	padding: 0;
	margin: 0;
	background: #e1e0cc;
}
body.editor {
	background-image: none;
	background-color: #fff;
}

/* Body */
div#wrapper {
	position: relative;
	margin: -95px auto 0 auto;
	padding-top: 85px;
	width: 828px;
	background: #fff url(../images/background.gif) repeat-y;
	border: 10px solid #f9f9ec;
}
div#body {
	height: auto;
	margin: 0 auto;
}
div#body div#left, div#body div#right {
	float: left;
}
div#body div#left {
	width: 534px;
	padding: 30px;
}
div#body div#right {
	width: 214px;
	padding: 0 10px;
}
div.clear_float {
	clear: both;
}

/* Header */
div#header {
	height: 235px;
	margin: 0 auto;
	border-bottom: 10px solid #f9f9ec;
}
div#header div.left {
	width: 198px;
	height: 195px;
	padding: 20px;
	float: left;
}
div#header div.right {
	width: 590px;
	float: left;
	height: 235px;
	position: relative;
}

/* Footer */
div#footer {
	border-top: 10px solid #f9f9ec;
	background: #0e0d09 url(../images/background_footer.gif) repeat-x;
	height: 44px;
	text-transform: lowercase;
	color: #fff;
}

/* Credits */
div#credits {
	margin: 0 auto;
	width: 848px;
	height: 25px;
	padding-top: 10px;
	text-align: center;
	color: #fff;
}
div#credits a {
	text-decoration: none;
	color: #fff;
}

/* 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;
}