/* 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);

/* Algemeen */
html, body {
	padding: 0;
	margin: 0;
}
body {
	background: url(../images/body.gif) repeat-x;
}
body.editor {
	background-image: none;
	background-color: #fff;
}
.clear {
	clear: both;
}
.dummy {
	display: none;
}

/* Body */
#wrapper {
	position: relative;
	margin: 0 auto;
	width: 920px;
}
#top {
	height: 125px;
}
#logo {
	float: left;
	width: 260px;
	padding: 20px 0 0 20px;
}
#top_right {
	float: left;
	width: 620px;
	padding-right: 20px;
}
#shortcuts {
	width: 620px;
	float: left;
	padding-top: 40px;
	margin-bottom: 10px;
}
#header {
	position: relative;
	height: 246px;
	background: #efefef;
}
#navigation {
	height: 39px;
	width: 918px;
	background: url(../images/navigation.png) repeat-x;
	border-right: 1px solid #d8d8d8;
	border-left: 1px solid #d8d8d8;
	overflow: hidden;
}
#body, #left, #right {
	float: left;
}
#left {
	width: 575px;
	padding: 20px;
}
#right {
	width: 265px;
	padding: 0 20px 20px 20px;
}
#footer {
	width: 920px;
	height: 60px;
	background: url(../images/footer.png) no-repeat;
	line-height: 60px;
	color: #c2c2c2;
}
#footer a {
	color: #c2c2c2;
}
#footer a:hover {
	color: #777;
	text-decoration: none;
}
#footer_navigation {
	width: 560px;
	float: left;
	padding: 0 20px;
	height: 60px;
	overflow: hidden;
}
#credits {
	width: 280px;
	float: left;
	text-align: right;
	margin: 0;
	padding: 0 20px;
}