@charset "utf-8";
/* CSS Document */

.linksonder {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	text-align: center;
}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.thrColFixHdr #header {
	padding: 0 10px 0 20px;  /* 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 */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 25px;
	color: #999;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 100px; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8pt;
	height: 100%;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 140px;
	margin-bottom: 0;
	margin-left: 180px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	text-align: left;
} 
.thrColFixHdr #footer {
	background:#DDDDDD;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
	text-align: center;
	width: 900px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.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;
}
.clearfloatright { /* 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:right;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
 
p {
	font-family:Verdana, Geneva, sans-serif;
	font-size:9pt;
	line-height: 16px;
	text-align: left;
}

.netnormaal {
	font-family:Verdana, Geneva, sans-serif;
	font-size:9pt;
	line-height: 16px;
	text-align: left;
}

.subkop1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 20pt;
	font-weight: bold;
	color: #00C;
}
.subkop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 20px;
	text-align: left;
	vertical-align: top;
	width: 450px;
	height: auto;
	text-indent: 0px;
	padding: 15px;
	margin:auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.subbladsye {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 16pt;
	text-align: left;
	vertical-align: top;
	width: auto;
	height: auto;
	text-indent: 0px;
	padding: 5px;
	margin:auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.subbladsyeklein {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 13pt;
	text-align: left;
	vertical-align: top;
	width: auto;
	height: auto;
	text-indent: 0px;
	padding: 5px;
	margin:auto;
}
.subbladsyegeskenke1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 16pt;
	text-align: left;
	vertical-align: top;
	width: auto;
	height: auto;
	text-indent: 0px;
	padding: 5px;
	margin:auto;
	border: 1px solid #CCCCCC;
	width:335px;
}
.subbladsyegeskenke2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 16pt;
	text-align: left;
	vertical-align: top;
	width: auto;
	height: auto;
	text-indent: 0px;
	padding: 5px;
	margin:auto;
	border: 1px solid #CCCCCC;
	background-color: #F8F8F8;
	width:335px;
}

.strap {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	line-height: 20pt;
	text-align:left;
	padding-bottom: 15px;
}
.strap_promosie {
	font-family: "verdana", Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 20pt;
	text-align:left;
	color: #333;
	background-color: #F5F5F5;
	padding: 2px;
}
.strap_bo {
	font-family: "verdana", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: normal;
	text-align:left;
	color: #666;
	width: 100px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.skrywersinfo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #E8E8E8;
	vertical-align: top;
	padding: 5px;
	height: auto;
	width: 92px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-width: 5px;
	border-top-style: solid;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-top-width: 2px;
	border-top-color: #FFFFFF;
}
.regskoplinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: right;
}
.prikkel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: left;
	vertical-align: top;
	margin-top: 15px;
	margin-bottom: 25px;
}
.infoboksie {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #333333;
	background-color: #E8E8E8;
	border: 1px dashed #666666;
	text-align: left;
	line-height: 16px;
	margin: 0px;
	padding: 15px;
}
.subopskrif2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #666;
	line-height: 25pt;
	text-align: left;
}
.subopskrif1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	color: #999;

	line-height: 15pt;
	text-align: center;
}
.subopskrifrooi {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: red;
	line-height: 25pt;
	text-align: left;
}
.kop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20pt;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	text-indent: 0;
	color: #666666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.subkop1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 15pt;
	text-align: left;
	vertical-align: top;
	text-indent: 0px;
	padding: 15px;
	margin:auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	width:500px;
}
.datum {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 20pt;
	color: #00C;
	font-weight: bold;
}

.subkop_klein {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 18px;
	text-align: left;
	vertical-align: top;
	margin:auto;
	}
	
	.inhoud1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 13pt;
	width: 270px;
}
.inhoudkoppe {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 15pt;
	background-color: #EAEAEA;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-size: 11pt;
	width: 280px;
}
.right {
	background-color: #FFFFFF;
	float: right;
	width: 160px;
	height:800px;
}
img {
	border:0;
}
.Terug_na_bo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	background-color: #E8E8E8;
	text-align: center;
	vertical-align: middle;
	margin: 5px;
	padding-bottom: 10px;
	float: right;
	height: 8px;
	width: 55px;
	border: 1px dashed #999999;
}
.tablemargin {
	margin-right:200px;
}
.fotosregs_captions {
	float:right;
	width:200px;
	margin:0 0 15px 20px;
	padding:15px;
	border:0px solid black;
	text-align:center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
}
.fotosregs_captions100 {
	float:right;
	width:100px;
	margin:0 0 15px 20px;
	padding:15px;
	border:0px solid black;
	text-align:center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
}
.fotosregs_captions200 {
	float:right;
	width:200px;
	margin:0 0 15px 20px;
	padding:15px;
	border:0px solid black;
	text-align:center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
}
.fotoslinks_captions200 {
	float:left;
	width:200px;
	padding:15px;
	border:0px solid black;
	text-align:center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
	margin-top: 0;
	margin-right: 20;
	margin-bottom: 15px;
	margin-left: 0px;
}
.fotosregs_captions150 {
	float:right;
	width:150px;
	margin:0 0 15px 20px;
	padding:15px;
	border:0px solid black;
	text-align:center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
}
.fotosregs_captions250 {
	float:right;
	width:250px;
	margin:0 0 15px 20px;
	padding:15px;
	border:0px solid black;
	text-align:center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
}
.fotosregs_captions300 {
	float:right;
	width:300px;
	margin:0 0 15px 20px;
	padding:15px;
	border:0px solid black;
	text-align:center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
}
.fotosregs_captions350 {
	float:right;
	width:350px;
	margin:0 0 15px 20px;
	padding:15px;
	border:0px solid black;
	text-align:center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
}
.WEN {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	font-style: italic;
	line-height: normal;
	border: 1px dashed #666666;
	text-align: left;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	float: right;
	background-color: #F5F5F5;
	margin-bottom: 20px;
}
.WENgroot {
	font-family: "Times New Roman", Times, serif;
	font-size: 30pt;
	font-style: italic;
	line-height: normal;
	font-weight:bold;
	color: #036;
}
.infoboksieleft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
	background-color: #F5F5F5;
	height: auto;
	width: 310px;
	border: 1px dashed #666666;
	text-align: left;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	line-height: 16px;
	float: left;
}
.infoboksieright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
	background-color: #F5F5F5;
	height: auto;
	width: 180px;
	border: 1px dashed #666666;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
	line-height: 16px;
	float: right;
	text-align:center;
}
.textads {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #F00;
	height: 100%;
	width: 80px;
	text-align: center;
}

