/* Imports */
@import url(fonts.css);
@import url(forms.css);
@import url(images.css);
@import url(navigation.css);
@import url(news.css);
@import url(extra.css);

/* Algemeen */
html, body {
	padding: 0;
	margin: 0;
	width: 100%;
}
body.editor {
	background-image: none;
	background-color: #fff;
}
.clear {
	clear: both;
}
.dummy {
	display: none;
}
li {
	line-height: 20px;
}
img {
	border: none;
}
form  {
	padding: 0;
	margin: 0;
}
body {
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: top left;	
}
#header-wrapper  {
	width: 100%;
	background-image: url(../images/background.png);
	background-position: top left;
	background-repeat: repeat-x;
	height: 130px;
}
#header  {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;	
	height: 130px;
}

#header #banner1, #header #banner2  {
	width: 225px;
	height: 130px;
	float: left;
}

#header #banner2 {
	float: right;
}

#wrapper {
	width: 960px;
	height: auto;
	margin: 0 auto;
	background-image: url(../images/bg_wrapper.png);
	background-repeat: no-repeat;
	background-position: 0px 48px;
}
#wrapper-logo {
	float: left;
	width: 510px;
	text-align: center;
	padding-top: 40px;
}
#logo {
	margin-left: 34px;
	float: left;
}

#slogan {
	float: left;
	width: 180px;
	text-align: left;
	margin: 22px 0 0 15px;
}

#slogan,  #slogan p,  #slogan a  {
	font: 15px/22px "Bookman Old Style", Georgia, Garamond, serif; 
	color: #fff;
}

body.slogan {
	height: 40px;
}
body.slogan p {
	padding: 5px 0 10px 0;
	line-height: 22px;
	font: 15px/22px "Bookman Old Style", Georgia, Garamond, serif; 
	color: #ffffff;	
}

#left, #middle, #right {
	float: left;
}

#left {
	width: 225px;
	overflow-x:hidden;
}

#right {
	width: 225px;
	overflow-x:hidden;
}
#middle {
	width: 510px;
}

div#column-1 {
	padding-right: 20px;
}

div#column-3 {
	padding-left: 20px;
}


div#main {
	padding: 15px 40px 0 30px;
	overflow-x:hidden;
}

#credits {
	margin-left: 20px;
}
#credits, #trace {
	font-size: 10px;
	color: #aaa;
}

#credits a, #trace a {
	color: #999;
}

#credits a:hover, #trace a:hover {
	color: #666;
}


