@charset "utf-8";
body {
	background: #FFF;
	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: #000001;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}
input {
	background-color: #FFF;
	border: 1px solid #000000;
}

form {
	
}

form input {

}
.oneColFixCtrHdr #container {
	width: 747px;  /* 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 */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 330px;
}
.oneColFixCtrHdr #sub_header {
	background-image: url(../images/aanbieding.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 166px;
}
.oneColFixCtrHdr #aanbieding {
	background-image: url(../images/kranten_tekst.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 217px;
}
.oneColFixCtrHdr #meer_info {
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	padding-top: 0;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 40px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.oneColFixCtrHdr #container #mainContent input {
	font-family: "Times New Roman", Times, serif;
}

.oneColFixCtrHdr #mainContent .input_tekst {
	width: 100px;
	float: left;
}
.oneColFixCtrHdr #mainContent .input {
	float: left;
}
.oneColFixCtrHdr #mainContent .clear {
	font-size: 1px;
	margin: 0px;
	padding: 0px;
}

.oneColFixCtrHdr #footer {
	height: 232px;
}

