body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #faa604;
	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;
}
.twoColFixRtHdr #container { 
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000080;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header { 
	background: #000080; 
	padding: 0 0 0 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. */
margin: 20px 0 10px 0;
} 
.twoColFixRtHdr #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 */
}
.twoColFixRtHdr #menu {
	margin: 0px 0 10px 0;
	text-align: center;
} 
/*.twoColFixRtHdr #sidebarr {
	float: right;  since this element is floated, a width must be given */
/*	width: 65px;  the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width 
	background: #EBEBEB; *//* the background color will be displayed for the length of the content in the column, but no further *//*
	padding: 0 ; 15px 10px 
}*/
/* .twoColFixRtHdr #sidebarl {
	float: left; since this element is floated, a width must be given */
/*	width: 65px;  the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width 
	background: #EBEBEB; *//* the background color will be displayed for the length of the content in the column, but no further */ /*
	padding: 0 ;15px 10px 
}*/
.twoColFixRtHdr #mainContent {
	background: #FFFFFF;
	text-align: left;
	margin-top: 0;
	margin-right: 100px;
	margin-bottom: 0;
	margin-left: 100px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
} 
.twoColFixRtHdr #mainContent p, h1 {
margin:10px 0px;
}
.twoColFixRtHdr #mainContent h2 {
margin:20px 0 5px 0;
}

.twoColFixRtHdr #mainunder { 
	background: #FFFFFF;
	margin: 0 99px 0 99px;
	padding: 0;
	height:46px;
 }
.twoColFixRtHdr #under {
	background: #000080;
	margin: 30px 99px 0px 99px;
	padding: 0;
	height:50px;
 }
.twoColFixRtHdr #under p, #under a:link, #under a:visited, #under marquee {
	color: #faa604;
	font-size: 11px;
	text-align:center;
	font-weight: bold;
}

.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #000080;
} 
.twoColFixRtHdr #footer p, #footer a:link, #footer a:visited {
	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 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
	font-size: 9px;
	text-align:center;
}
.twoColFixRtHdr #footer a:hover  { color:#000080;}



/* ##############################  UITLIJNING ############################## */


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 15px;
}

.fltrt8 { 
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

/* ##############################   ############################## */


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixRtHdr #mainContent p, .twoColFixRtHdr #mainContent li {
	color: #000000;
	font-size: 11px; line-height: 14px; font-family: Verdana, Arial; text-decoration: none;
	text-align: left;
}
.twoColFixRtHdr #mainContent table, .twoColFixRtHdr #mainContent tr, .twoColFixRtHdr #mainContent td  {
	font-size: 11px;
}
h1 {color: gray; font-weight: bold; font-size: 13px; line-height: 30px; font-family: Verdana, Arial; text-decoration: none }
h2 {color:#faa604; font-weight: bold; font-size: 11px;}
a:link    { color: #696969; font-size: 11px; line-height: 14px; font-family: Verdana, Arial; text-decoration: underline }
a:visited     { color: #696969; font-size: 11px; line-height: 14px; font-family: Verdana, Arial; text-decoration: underline }
a:hover  { color: #faa604; font-size: 11px; line-height: 14px; font-family: Verdana, Arial; text-decoration: underline }

.orange {color:#faa604;}
.tekstorange {color: #faa604;font-weight: bold;}
.txtgrijsvet  { color: #808080; font-weight: bold;  }

ul.lijstje, li.lijstje {list-style-type:none;margin-lef:0;padding-left:0;line-height: 13px;}
.dag {color:#faa604; font-weight: bold; font-size: 16px;line-height: normal;}

.twoColFixRtHdr #mainContent td {
	border:0;
	border-style:none;
	margin: 0;
	padding:0;
	text-align: left;
	vertical-align: top;
}
.twoColFixRtHdr #mainContent table.w100 { width:100%;}
.ondermarge5 {margin-bottom:5px;}

/*.twoColFixRtHdr #mainContent table, row {
	border:0;
	border-style:none;
	margin: 0; 
	padding:0;
	text-align: left;
}
li {line-height:13px;}
*/
