@charset "utf-8";
/* CSS Document */

body {
	background-image:url(../images/Background-02.jpg);
	margin:0px;
	background-repeat:repeat-x;
	background:url(../images/12_07.jpg);
	background-attachment:scroll;
}

.container{
	width:800px;
	position:relative;
	margin:auto;
}

.top{
	width:800px;
	height:150px;
	position:relative;
	margin:auto;
	background-image:url(../images/Top2.jpg);
}

.navigatie{
	width:800px;
	height:45px;
	position:relative;
	margin:auto;
	margin-top:-45px;
}
	
.header{
	background-image:url(../images/Banner_03.jpg);
	width:800px;
	height:185px;
	position:relative;
	margin:auto;
}

.kolomlinks{
	width:200px;
	height:620px;
	margin:auto;
	float:left;
	background-color: #28323C;
}

.kolomrechts{
	width:600px;
	height:620px;
	margin:auto;
	float:right;
	background-color: #FDF1E1;
	background-repeat:repeat-x;
}

.footer{
	background-image:url(../images/Footer.jpg);
	background-position:bottom;
	width:800px;
	height:47px;
	margin:auto;
	position:relative;
}

h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	margin-top:18px;
	margin-left:18px;
	color: #ed4901;
}

h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	color:#FFFFFF;
	margin-top:18px;
	margin-left:18px;
}

p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	color:#000000;
	margin-top:18px;
	margin-left:18px;
	margin-bottom:18px;
}	

.imagesright{
	margin-left:8px;
	padding-right:5px;
}

