@charset "UTF-8";
body {
	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: "Calibri", "Trebuchet", Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-attachment: fixed;
	background-color: #feec85;
	background-image: url(images/bg_bijdaan.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.oneColFixCtr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding-top: 0;
	padding-right: 44px;
	padding-bottom: 0;
	padding-left: 504px;
}
.colLeft {
	float : left;
	width : 460px;
	background-image : url(images/png-white65.png);
	background-repeat : repeat;
	margin-top: 50px;
	margin-right: 20px;
	margin-bottom: 11px;
	margin-left: 0;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.colRight {
	float : left;
	width : 330px;
	background-image : url(images/png-white65.png);
	background-repeat : repeat;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.lines {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000;
}
.lines td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FDC929;
	text-align: left;
}
