@charset "UTF-8";
.tabeltekst2 {
	font-size: 12px;
	line-height: normal;
	color: #472316;
	text-align: justify;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
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: #C8B085;
	font-family: "Trebuchet MS";
	font-size: 80%;
	background-color: #472316;
	word-spacing: 1px;
	line-height: 17px;
	background-image: url(IMAGES-RAF/achtergrond2.png);
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #container {
	width: 750px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #000000;
	text-align: left;
	height: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #472316;
}
.oneColFixCtrHdr #header {
	border-top-width: 10px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FF66CC;
	border-bottom-color: #FF66CC;
	background-repeat: no-repeat;
	background-position: top;
	margin: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #FF9933;
	height: 136px;
	border-right-width: thick;
	border-left-width: thick;
	border-right-style: none;
	border-left-style: none;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	border-bottom-width: medium;
	border-bottom-style: none;
	border-bottom-color: #887E5C;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	margin: 0px;
	background-color: #472316;
}
.oneColFixCtrHdr #container #mainContent p {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #E3CDB0;
	margin-right: 10px;
	margin-left: 10px;
	text-align: justify;
}
.oneColFixCtrHdr #footer {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	border-top-width: thin;
	border-left-width: medium;
	border-top-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #887E5C;
	border-bottom-color: #887E5C;
	border-left-color: #E3E3E3;
	border-bottom-width: thick;
	background-color: #472316;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #FF6600;
	text-align: right;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.callebaut {
	border: 1px solid #FF66CC;
	margin: 0px;
	padding: 5px;
}
a:link {
	color: #FF3399;
}
.tabeltekst {
	font-size: 12px;
	line-height: normal;
	color: #D0AE87;
	text-align: justify;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
a:visited {
	color: #FF3399;
}
.tabeltitel {
	font-size: 14px;
	color: #CC6633;
	margin-top: 0px;
	margin-left: 5px;
	line-height: normal;
	margin-right: 5px;
	margin-bottom: 0px;
}
