body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #000000;
}
.oneColFixCtrHdr #container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(../images/bg/bg.jpg);
	background-repeat:repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	height:175px;
	width:850px;
	background:#fff;
	background-image:url(../images/bg/2c_850px-top.jpg);
	background-repeat:no-repeat;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header #mymenu {
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 116px;
	padding-left: 192px;
}

.oneColFixCtrHdr #mainContent {
	padding: 0 90px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height:130%;
	color: #365066;

}
.oneColFixCtrHdr #container #mainContent img {
	border: 1px solid #365066;
	
}
.oneColFixCtrHdr #container #mainContent p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:130%;
	font-weight: bold;
	color: #365066;
}

.oneColFixCtrHdr #container #mainContent .onderschrift {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #365066;
	padding: 0 0 12px 0;
}

.oneColFixCtrHdr #container #mainContent a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height:130%;
	color: #365066;
}
.oneColFixCtrHdr #container #mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	margin-top:0;
}
.oneColFixCtrHdr #container #mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #000;
	margin-top:0;
}
.oneColFixCtrHdr #container #mainContent h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	margin-top:0;
}
.oneColFixCtrHdr #container #mainContent h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000;
	margin-top:0;
}
.oneColFixCtrHdr #container #mainContent h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000;
	margin-top:0;
}
.oneColFixCtrHdr #container #mainContent h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	margin-top:0;
}
.oneColFixCtrHdr #footer {
	width:850px;
	height:166px;
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff;
	background-image:url(../images/bg/2c_850px-bottom.jpg);
	background-repeat:no-repeat;
}
.oneColFixCtrHdr #footer #contact {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 250px 0 250px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
}

.oneColFixCtrHdr #footer #contact p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
}
.oneColFixCtrHdr #footer #contact h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000;
}


.oneColFixCtrHdr #footer #contact a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
}
