/* 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);
@import url(google.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 */
#background {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	min-height: 100%;
	background-repeat: repeat-x;
	background-position: bottom left;
}

#wrapper {
	width: 980px;
	position: relative;
	margin: 0 auto;
}

#logo,
#bumper_logo {
	height: 56px;
	padding: 15px 30px;
}
#bumper_logo {
	height: 108px;
	text-indent: -999em;
	background: url(../images/bumper_logo.gif) 30px 15px no-repeat;
	overflow: hidden;
}

#navigation {
	height: 57px;
	margin: 0 10px;
	background-repeat: repeat-x;
	position: relative;
	z-index: 3;
}

#slice {
	height: 10px;
	background: url(../images/slice.png) no-repeat;
	overflow: hidden;
}

#body, #left, #middle, #right, #main {
	float: left;
}

#body {
	width: 960px;
	min-height: 165px;
	padding: 20px 10px 30px 10px;
	background-position: bottom left;
	background-repeat: no-repeat;
	background-image: url(../images/body.png);
	background: url(../images/body.png) bottom left no-repeat;
	position: relative;
}
#left, #middle, #right, #main {
	padding: 0 20px;
	overflow: hidden;
}
#left, #right {
	width: 200px;
}
#middle {
	width: 440px;
}

#main {
	width: 680px;
}

#border {
	height: 21px;
	margin: 0 10px;
	background: url(../images/border.gif) repeat-x;
}