@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
/*	background: #F6F6F6; LINKS EN RECHTS NAAST BALKEN  */
	background: #FFF; /* LINKS EN RECHTS NAAST BALKEN */	
	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;
}
.thrColFixHdr #container { 
	width: 784px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #fff; 
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header { 
	background: #fff; 
	padding: 0 0px 0 0px;  /* 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. */
} 
.thrColFixHdr #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 */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 140px; /* 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: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 20px 0; /* top and bottom padding create visual space within this div */
	margin-left:0px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 140px; /* 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: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 20px 0; /* top and bottom padding create visual space within this div */
	margin-right:0px;	
}

.thrColFixHdr #sidebar1 h3, .thrColFixHdr #sidebar1 p, .thrColFixHdr #sidebar2 p, .thrColFixHdr #sidebar2 h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}




.thrColFixHdr #mainContent { 
   margin: 0 9.65em 0 9.65em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
 
  	background: #f1f285;
} 

 
.thrColFixHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.thrColFixHdr #footer p {
	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 */
}
.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;
}

#contact_content_block {
   display:block;
   width:auto;
   background-color:#fff;
   font-family: Arial, Helvetica, sans-serif;   
   padding-left:30px;
   padding-top:8px;
   padding-right:20px;
   padding-bottom:8px; 
   font-size:12px;
   color:#000;
   line-height:1.6;
}

#contact_content_block a:link, #contact_content_block a:visited, #contact_content_block a:active { /* Normal hyperlink style */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: underline;
}


#faqs_content_block {
   display:block;
   width:auto;
   background-color:#fff;
   font-family: Arial, Helvetica, sans-serif;   
   padding-left:30px;
   padding-top:8px;
   padding-right:20px;
   padding-bottom:8px; 
   font-size:12px;
   color:#000;
   line-height:1.5;
}

#faqs_content_block h2{
   font-size:12px;
   font-weight:bold;
   margin-bottom: 10px;
}


#faqs_content_block a:link, #faqs_content_block a:visited, #faqs_content_block a:active { /* Normal hyperlink style */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:2;
	color: #000;
	text-decoration: none;
}

#faqs_content_block a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}

#faqs_content_block .links a:focus, #faqs_content_block .links a:visited, #faqs_content_block .links a:active { /* Special hyperlink style for all sites*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}




.kop_block {
   display:block;
   width:auto;
   background-color:#f1f285;
   height:88px;
   margin-top:0;
   padding:0;  
}

.kranten_kop {
   display:block;
   width:auto;
   background-color:#23E259;
   border-top:    1px solid #000000;
   border-bottom: 1px solid #000000;   
   padding-left:30px;
   padding-top:3px;
   padding-bottom:3px; 
   font-size:11px;
   font-weight:bold;
   color:#000;
}



.kranten_kop_extra {
   font-size:9px;
   font-weight:100;
   color:#000;
}

.header-pic {
  margin-left:10px;
  margin-top: 10px;
  margin-bottom:0px;
}

.header_block_wit, .header_block_geel {
   display:block;
   width:auto;
   background-color:#fff;
   padding-left:30px;
   padding-top:8px;
   padding-bottom:8px; 
   font-size:14px;
   color:#000;
   line-height:1.1;
   letter-spacing:1px;
}

.header_block_geel {
   background-color:#FCF7C5;
}

.side_kop {
   display:block;
   width:auto;
   background-color:#23E259;
   border-top:    1px solid #000000;
   border-bottom: 1px solid #000000;   
   padding-left:6px;
   padding-top:2px;
   padding-bottom:2px; 
   font-size:11px;
   font-weight:bold;
   color:#000;
}

.side_block {
   display:block;
   width:auto;
   background-color:#B6FFCB;
   border-bottom: 1px solid #000000;   
   padding-left:6px;
   padding-top:8px;
   padding-bottom:8px;
   margin-bottom:15px; 
   font-size:14px;
   color:#000;
   line-height:1.3;
   letter-spacing:1px;
}

.datum_veld {
    display:inline;
	float:right;
	padding-top: 10px;
	padding-right: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style:italic;
	letter-spacing:1px;
	color: #000000;


}   



/* hoover, visited, active variaties */
a:link, a:visited, a:active { /* Normal hyperlink style */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ff0000;
	text-decoration: none;
}

.links a:focus, .links a:visited, .links a:active { /* Special hyperlink style for all sites*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ff0000;
	text-decoration: none;
}

.lk_accent {
  color:#0033CC;
  font-size:10.6px;
  letter-spacing:1px;
}

.lk_algemeen {
  color:#000;
  font-size:10.6px;
  letter-spacing:1px;
}



