/* Standaard waardes */
* {
	margin: 0;
	padding: 0;
}
html {
	background-color: #d3d3d3;
}
body {
	color: #636363;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #e6e6e6 url('images/bodybg.gif') repeat-x top left;
}
a {
	color: #636363;
	text-decoration: none;
}
h2,#content h1 {
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	height: 17px;
	background: url('images/h2bg.gif') repeat-x top left;
	border: 1px solid #999999;
	padding: 3px 0px 0px 5px;
	margin-bottom: 1px;
}
ul li {
	list-style: none;
}
div.background {
	border: 1px solid #d8d8d8;
	background-color: #efefef;
	padding: 2px;
	margin-bottom: 3px;
}
div.background p, div.background ul {
	background-color: #f4f4f4;
	padding: 2px;
}
p.advertentie {
	text-align: center;
	padding: 5px;
}
/* Header */
h1#header {
	background: url('images/header.gif') no-repeat top left;
	width: 728px;
	height: 86px;
	margin: 0px auto;
	padding-top: 25px;
	margin-bottom: 1px;
}
h1#header a {
	display: block;
	width: 610px;
	height: 58px;
	text-indent: -999999px;
	overflow: hidden;
}
/* Container */
div#container {
	width: 722px;
	margin: 0px auto;
	background-color: #fff;
	border: 1px solid #dadada;
	border-bottom: 0px;
	padding: 2px;
}
/* Left */
div#links {
	width: 148px;
	float: left;
}
div#content {
	width: 420px;
	float: left;
	margin: 0px 3px 0px 3px;
}
div#rechts {
	width: 148px;
	float: left;
}

/* Footer */
div#footer {
	text-align: center;
	background-color: #d3d3d3;
	padding-top: 1px;
}
div#footer p {
	border-top: 1px solid #e6e6e6;
	font-size: 9px;
	padding: 10px 0px 10px 0px;
}
