/* Imports */
@import url(fonts.css);
@import url(images.css);
@import url(navigation.css);
@import url(news.css);
@import url(forms.css);
@import url(extra.css);
@import url(../flowplayer/peppermint/css/peppermint.css);

/* Algemeen */
html, body {
	padding: 0;
	margin: 0;
	height: 100%;
}
body.editor {
	background-image: none;
	background-color: #fff;
}
.clear {
	clear: both;
}
.dummy {
	display: none;
}

/* Body */
#body {
	position: relative;
}
#wrapper {
	position: relative;
	margin: 0 auto;
	width: 960px;
}
#header {
	padding: 30px 0;
	width: 960px;
	height: 91px;
}
.one-fourth {
	float: left;
	width: 240px;
}
.two-fourth {
	float: left;
	width: 480px;
}
.three-fourth {
	float: left;
	width: 720px;
}
#left {
	padding-right: 30px;
	width: 450px;
}

/* Footer */
#footer {
	height: 64px;
	color: #bebebe;
	clear: both;
}
#footer a {
	color: #bebebe;
}
#footer a:hover {
	color: #888;
	text-decoration: none;
}
#footer p {
	margin: 0;
}
#credits {
	text-align: right;
}

/* Onderkant vervolgpagina's */
#under {
	padding: 30px 0 0 0;
	background: #fff url(../images/lines_small.gif) left top repeat-x;
}
#under h2 {
	margin: 0 0 20px 0;
}
#under p {
	margin: 0;
}
#under .two-fourth {
	margin-bottom: 25px;
}
#under .editor {
	width: 458px;
}
