* { padding: 0; margin: 0; } /* niet veranderen! */

body {
	background-image: url(images/achtergrond.png);
	background-repeat: repeat-x;
	background-color: #ffffff;
}

#header {
	width: 1078px;
	height: 352px;
	background: url(images/header.png);
	margin: auto;
}

#header h1 {
	font-family: Eras Bold ITC, Myriad Pro;
	text-transform: uppercase;
	font-size: 24px;
	position: absolute;
	top: 35px;
	margin-left: 95px;
	font-family: verdana;
}

#header h2 {
	text-align: center;
	font-family: Arial;
	font-size: 12px;
}

#header h2.stap_een {
	font-size: 15px;
	position: absolute;
	margin-left: 433px;
	top: 25px;
	width: 180px;
	font-weight: bold;
	font-family: verdana;
}

#header h2.stap_twee {
	font-size: 15px;
	position: absolute;
	margin-left: 655px;
	top: 25px;
	width: 180px;
	font-weight: bold;
	font-family: verdana;
}

#header h2.stap_drie {
	font-size: 15px;
	position: absolute;
	margin-left: 877px;
	top: 25px;
	width: 180px;
	font-weight: bold;
	font-family: verdana;
}


#content {
	min-height: 500px;
	width: 1155px;
	margin: auto;
	background: url(images/content_bg.png);
	background-repeat: repeat-x;
}

#left {
	background: url(images/left_bg.png);
	width: 329px;
	height: 395px;
	float: left;
	padding-top: 40px;
}

#left ul li {
	list-style-type: none;
	width: 180px;
	float: right;
	margin-right: 31px;
	font-size: 11px;
	font-family: Arial;
	margin-top: 5px;
	
	height: 57px;
}

#left ul li.top {
	list-style-type: none;
	width: 180px;
	float: right;
	margin-right: 31px;
	font-size: 11px;
	font-family: Arial;
	
	height: 40px;
}

#left a {
	font-size: 14px;
	font-weight: bold;
	font-family: arial;
	text-transform: uppercase;
	text-decoration: none;
	color: #000;
	position: absolute;
	top: 725px;
	margin-left: 60px;
	padding: 20px;
	width: 200px;
text-align: center;
}

#right {
	background: url(images/right_bg.png);
	width: 329px;
	height: 395px;
	float: right;
	padding-top: 40px;
}

#right ul li {
	list-style-type: none;
	width: 180px;
	float: left;
	margin-left: 35px;
	font-size: 11px;
	font-family: Arial;
	text-align: right;
	height: 57px;
	padding-top: 5px;
}

#right ul li.top {
	list-style-type: none;
	width: 180px;
	float: left;
	margin-left: 35px;
	font-size: 11px;
	font-family: Arial;
	text-align: right;
	height: 40px;
	
}

#right a {
	font-size: 14px;
	font-weight: bold;
	font-family: arial;
	text-transform: uppercase;
	text-decoration: none;
	color: #000;
	position: absolute;
	top: 725px;
	clear: both;
	padding: 20px;
	margin-left: 56px;
	width: 190px;
        text-align: center;
}

#mid {
	position: absolute;
	margin-left: 330px;
	margin-right: 330px;
	top: 380px;
	width: 500px;
	font-size: 12px;
	font-family: "Arial Rounded MT Bold", Arial;
	
}

#mid p {
	margin-bottom: 14px;
}

#mid h2 {
	font-family: "Arial Rounded MT Bold", Arial;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 14px; 
}

#footer {
	height: 17px;
	background: url(images/footer_bg.png);
	color: #8e5511;
	text-align: center;
	font-size: 12px;
	font-family: "Arial Rounded MT Bold", Arial;
	text-transform: uppercase;
	padding-top: 6px;
}
