* {
	margin:0;
	padding:0;
}
html, body {
	height:100%;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	color:#000000;
	background:url(images/bg.jpg) repeat;
}
#container {
	position:relative;
	margin:0 auto;
	min-height:100%;
	height:auto !important;
	height:100%;
	width:975px;
	background:url(images/fill.png) repeat-y;
}
#header {
	width:975px;
	height:155px;
}
#nav {
	margin-top:5px;
	margin-bottom:5px;
	font-size:11px;
	width:975px;
}
#main {
	background:url(images/bar.png) no-repeat;
	width:975px;
	height:auto;
	padding-bottom:100px;
}
#footer {
	height:71px;
	width:975px;
	position:absolute;
	bottom:0;
	padding-bottom:-75px;
}
#voorwaarden {
	width:775px;
	margin:0 auto;
}
#tekst {
	width:925px;
	margin:0 auto;
}
#slides {
	width:925px;
	margin:0 auto;
}
.style1 {
	color:#000000;
}
.style2 {
	color:#1b58a8;
}
.style3 {
	font-weight:bold;
	color:#000000;
}
.style4 {
	font-size:100%;
	color:#000000;
}
.style5 {
	font-size:70%;
	color:#000000;
}
.style6 {
	color:#1b58a8;
	text-decoration:underline;
	font-weight:bold;
}
.style7 {
	font-size:120%;
	color:#1b58a8;
}
a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}