/* Imports */
@import url(fonts.css);
@import url(navigation.css);
@import url(news.css);
@import url(images.css);
@import url(forms.css);
@import url(extra.css);
@import url(search.css);
@import url(wormcatcher.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: 960px;
}
#header {
	height: 127px;
}
#logo {
	width: 270px;
	height: 104px;
	float: left;
	padding-top: 23px;
}
#flag, #header_right, #shortcuts {
	width: 690px;
	float: left;
}
#flag {
	height: 20px;
	padding-top: 27px;
	margin-bottom: 20px;
	text-align: right;
}
#flag a {
	float: right;
	padding-top: 8px;
}
#header_right {
	height: 67px;
}
#navigation {
	height: 240px;
	position: relative;
	overflow: hidden;
}
#body, #main, #right, #left, #middle {
	float: left;
}
#main {
	width: 715px;
	padding: 0 20px 20px 0;
}
#left {
	width: 195px;
	padding: 30px 15px 20px 15px;
}
#middle {
	width: 470px;
	padding: 0 20px 20px 20px;
}
#right {
	width: 225px;
	padding: 80px 0 20px 0;
}
#footer {
	width: 960px;
	height: 72px;
	float: left;
}
#footer_shortcuts,
#credits {
	width: 470px;
	height: 72px;
	float: left;
	color: #cfcfcf;
	line-height: 72px;
	overflow: hidden;
}
#footer_shortcuts {
	padding-left: 10px;
}
#credits {
	margin: 0;
	padding-right: 10px;
	text-align: right;
}
#credits a,
#footer_shortcuts a {
	color: #cfcfcf;
	text-decoration: none;
}
#credits a:hover,
#footer_shortcuts a:hover {
	color: #b6b6b6;
}
