@charset "UTF-8";
body  {
	background: #ffffff;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 1.6em;
}
.twoColElsLtHdr #container, .enkelkol #container {
	width: auto;
	text-align: left;
}
.twoColElsLtHdr #subcontainer {
	visibility: hidden;
}
.twoColElsLtHdr #header, .enkelkol #header {
	background: #ffffff;
	padding: 10px;
	width: auto;
} 
.twoColElsLtHdr #menubox {
	visibility: hidden;	
}
.twoColElsLtHdr #sidebar1 {
	
}
.twoColElsLtHdr #sidebar1 #inhoud {
	padding: 10px;
	
}
.twoColElsLtHdr #sidebar1 #inhoudonder {
	padding: 10px;
	
}

.twoColElsLtHdr #mainContent, .enkelkol #mainContent, .twoColElsLtHdr #mainContentBanner {
	padding: 10px;
} 
.twoColElsLtHdr #mainContent #imgbox, .enkelkol #mainContent #imgbox {
	padding: 4px;
	width: auto;
	margin-top: 5px;
}
.twoColElsLtHdr #mainContent p, .twoColElsLtHdr #sidebar1 p, .enkelkol #mainContent p, .twoColElsLtHdr #mainContentBanner p {
	padding: 0pt;
	margin-top: 8pt;
	margin-bottom: 0pt;
}
.twoColElsLtHdr #mainContent ul, .enkelkol #mainContent ul {
	padding: 0pt;
	margin: 8pt;
	margin-left: 20pt;
}
.twoColElsLtHdr #mainContent ul li, .enkelkol #mainContent ul li {
	padding: 0pt;
	margin: 0pt;
	list-style-type: disc;
}
.twoColElsLtHdr #footer { 
	padding: 0 10px;
} 
.twoColElsLtHdr #footer p {
	margin: 0;
	padding: 10px 0; 
}

/* Miscellaneous classes for reuse */
.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;
}

/* letters */
a:link, a:visited {font-style:normal; text-decoration:none; color: #c7332e}
a:hover, a:active {color: #12397f}
.txt_rd {color: #c7332e}