html, body {
	height:100%;
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana;
	font-size:12px;
	text-align: left;
	color: #000;
	background-color: #e9e9e9;
	background-image:url(images/background.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
#container {
	margin-left:auto;
	margin-right:auto;
	width: 998px;
	text-align: left;
	position:relative;
}
#header {
	position:absolute;
	height:82px;
	width:998px;
	float:left;
	left:0px;
	top:0px;
}

/* home */

#content_home {
	position:absolute;
	background-color:#fff;
	float:left;
	left:4px;
	top:380px;
	width:989px;
	background-color:#fff;
	background-image:url(images/streep.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
#top_home {
	position:absolute;
	width:998px;
	height:268px;
	float:left;
	left:0px;
	top:82px;
}
#streep {
	float:left;
	left:0px;
	top:0px;
	width:989px;
	height:3px;
	background-image:url(images/streep.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}
#content_tekst {
	width:620px;
	float:left;
	margin:25px 40px;
}
#content_right {
	width:255px;
	float:left;
	margin:27px 24px 10px 10px;
}
#content_vervolg {
	position:absolute;
	background-color:#fff;
	float:left;
	left:4px;
	top:82px;
	width:989px;
	background-color:#fff;
	background-image:url(images/streep.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
/* nav */
#navigatie {
	position:absolute;
	width:500px;
	float:left;
	left:498px;
	top:25px;
}
#nav {
	position:relative;
	z-index:2;
	list-style:none;
	margin:0;
}
#nav li {	
	color:#3c3c3c;
	font-size:13px;
	display: inline;
}
#nav li a{
	padding:10px;
	color:#3c3c3c;
	font-size:13px;
	text-decoration:none;
}
#nav li a:hover, #nav a.active{
	padding:10px;
	color:#fff;
	font-size:13px;
	text-decoration:none;
	background-color:#000;
}
/* einde nav */

#footer {
	float:left;
	left:0px;
	top:0px;
	width:989px;
	text-align:center;
	background-color:#e9e9e9;
}
#footer p {
	margin:0;
	padding-top:5px;
	font-size:11px;
	text-align:left;
}

h1{
	font-size:18px;
	font-weight:normal;
	margin:5px 0px;
	border-bottom: solid 1px #a2a2a3;
	padding-bottom:5px;
}
h2{
	font-size:18px;
	font-weight:normal;
	margin:5px 0px;
	border-bottom: solid 1px #a2a2a3;
	padding-bottom:5px;
}
h3{
	font-size:16px;
	font-weight:normal;
	margin:5px 0px;
	border-bottom: solid 1px #a2a2a3;
	padding-bottom:5px;
}

a {
	color:#af1c1c;
	text-decoration:underline;
}
p {
	line-height:18px;
	font-family: Arial;
	font-size:12px;
}hr {
	color:#a2a2a3;
	border:0;
	background-color:#a2a2a3;
	height:1px;
}
span.left {
	position: absolute;
	left: 0;
}
span.right {
	position: absolute;
	right: 0;
}

ul{
	padding:0px;
	margin-left:15px;
	font-family:Arial;
}
li {
	margin:0px;
	padding-left:6px;
	line-height:18px;
}
table.formulier{
	font-family:arial;
	font-size:12px;
}
table.formulier td{
	padding-bottom:5px;
}
