@charset "utf-8";
body  {
	font: 0.7em  'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	background: #fdf7eb;
	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: #7b7b7b;
}
.twoColFixRtHdr #container { 
	width: 987px;
	margin: 0 auto; 
	text-align: left; 
	padding: 0;
	background-image: url(../img/bg_totaal.gif);
} 
.twoColFixRtHdr #header { 
	background-image: url(../img/header.jpg);
	padding: 0;
	margin: 0;
	height: 123px;  
} 
.twoColFixRtHdr #menu { 
 padding-top: 80px;
 }
ul#topmenu {
  list-style-type:none;
  margin: 0;
  padding: 0 4px 20px 36px;
  background-color: transparent;
}
ul#topmenu li {
	display: inline;
	width: auto;
  margin: 0;
 padding: 4px 7px 4px 0;
  /* background-image: url(../img/bg_tabV.gif); */
  background-repeat: no-repeat;
  background-position: right top;
  background-color: transparent;
  /* color: #b80c14; */
  color: #FFF;
}
ul#topmenu li a {
  /* color: #b80c14; */
  text-decoration: none;
  /* background:url(../img/bg_tab_endV.gif); */
  background-repeat: no-repeat;
  background-position: left top;
  padding: 4px 7px;
	color: #FFF;
	font-size: 1.1em;
}
ul#topmenu li a:link, a:visited {
  /* color: #b80c14; */
  text-decoration: none;
  color: #FFF;
}
ul#topmenu li a:hover, a:active {
  /* color: #b80c14; */
  text-decoration: none;
  color: #FFF;
}
.twoColFixRtHdr #sidebar1 {
	float: right; 
	width: 106px; 
	background-image: url(../img/bg_right.jpg);
	padding: 0;
	margin: 0;
	height: 287px;
}
.twoColFixRtHdr #vlinder { 
	margin: 0; 
	padding: 0; 
	background-image: url(../img/vlinder.gif);
	background-repeat: no-repeat;
	background-position: top left;
} 
.twoColFixRtHdr #mainContent { 
	margin: 0 165px 0 0; 
	padding: 30px 0 68px 150px; 
	background-image: url(../img/bg_left.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	line-height: 21px;
} 
.twoColFixRtHdr #mainContent a:link, a:visited { 
	color: #d79b3d;
	text-decoration: underline;
} 
.twoColFixRtHdr #mainContent H1 { 
	color: #d79b3d;
	font-size: 1.6em;
} 
.twoColFixRtHdr #mainContent H2 { 
	color: #d79b3d;
	font-size: 1.4em;
} 
.twoColFixRtHdr #mainContent H3 { 
	color: #2a2a2a;
	font-size: 1.1em;
} 
.twoColFixRtHdr #talen { 
 	font-size: 0.9em;
	text-align: right;
	padding: 4px 180px 0 0;
	color: #39290d;
 }
 .twoColFixRtHdr #talen a:link, a:visited { 
 	font-size: 0.9em;
	padding: 0 4px;
	color: #39290d;
	text-decoration: none;
 }
  .twoColFixRtHdr #talen a:hover, a:focus { 
 	font-size: 0.9em;
	padding: 0 4px;
	color:  #AEA810;
 }
.twoColFixRtHdr #footer { 
	padding: 0;
	background-image: url(../img/footer.gif);
	height: 29px;
} 
.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: 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;
}
