@charset "utf-8";
body {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.oneColFixCtr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.floatleft {
	float: left;
	padding-right: 12px;
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.inclusief {
	background-image: url(images/foto.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 12px;
}
.inctxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	height: 280px;
	padding-left: 500px;
	padding-top: 90px;
}
.header {
	background-color: #DE4204;
	margin-top: 30px;
}
#mainContent .aanbieding {
	height: 300px;
	background-image: url(images/aanbieding.png);
	background-repeat: no-repeat;
	background-position: left 70px;
}
.aanbieding .split {
	padding-top: 200px;
}
.aanbieding .split .splitright {
	float: right;
	width: 300px;
}
.header h1 {
	color: #FFF;
	margin: 0px;
	padding: 20px;
}
.orange {
	color: #DE4204;
}
#apDiv1 {
	position:relative;
	left:390px;
	top:-830px;
	width:464px;
	height:67px;
	z-index:1;
}
