/*---------------------------------------------Opmaak Website------------------------------------------*/
body{
	margin:0px;
	padding:0px;
}

#header_logo{
	background-image:url(../image/header_logo.jpg);
	width:470px;
	height:170px;
	position:absolute;
	left:0px;
	top:0px;
}

#menu{
	width:470px;
	height:32px;
	position:absolute;
	left:0px;
	top:170px;
}

#header_right{
	background-image:url(../image/header_right.jpg);
	background-repeat:repeat-x;
	width:100%;
	height:202px;
	position:static;
	left:470px;
	top:0px;
}

#footer{
	background-image:url(../image/footer.jpg);
	background-repeat:repeat-x;
	overflow:hidden;
	width:100%;
	height:106px;
	float:left;
	margin-top:20px;
}

#content{
	width:890px;
	height:auto;
	overflow:hidden;
	float:left;
	margin-left:102px;
	top:202px;
}

#items{
	margin-left:102px;
	margin-top:0px;
	font-family:Garamond, garamond;
	font-size:14px;
	color:#000;
}

#items_right{
	margin-top:-34px;
	margin-right:15px;
	font-family:Garamond, garamond;
	font-size:14px;
	text-align:right;
	float:right;
	color:#000;
}

#space_sitemap{
	padding-bottom:230px;
	height:5px;
	width:10px;
	float:left;
}

/*---------------------------------------------Opmaak Tekst------------------------------------------*/
.content_tekst{
	font-family:Garamond, garamond;
	font-size:15px;
	color:#666;
}

.form{
	font-family:Garamond, garamond;
	font-size:15px;
	color:#666;
}

.form_send{
	font-family:Garamond, garamond;
	font-size:15px;
	color:#666;
}

h1{
	font-family:Garamond, garamond;
	font-size:18px;
	color:#666;
	font-weight:bold;
}

li{
	font-family:Garamond, garamond;
	font-size:15px;
	color:#666;
}

a{
color:#000;
text-decoration:none;}
a:visited{
color:#000;}
a:hover{
color:#000;}
