html {
	overflow-y: scroll; /* zorgt voor scrollbar in FireFox (validates in CSS level 3, just not CSS level 2.1. */
}
tr.ffImage img /*voorkomt witruimte onder in een tabel geplaatste afbeeldingen in FireFox bij XHTML 1.0 Strict */
{
    display: block;
}

body {
	padding: 0px;
	margin: 0px;
	font-family: "Lucida Sans Unicode", Verdana, "LucidaSans Roman", Arial, Helvetica, sans-serif;  
	color: #000000;
	background-color: #FFFFFF;
}
td {
	font-size: 1em;
	color: #000000;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}
h1 {
	border: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 1.3em;
	color: #ED7501;
	font-weight: bold;
}
h2 {
	font-size: 1em;
	color: #B20009;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	}
h3 {
	font-size: 0.875em;
	color: #ED7501;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	}
h4 {
	font-size: 0.875em;
	color: #000000;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	}
h5 {
	font-size: 1.2em;
	color: #ED7501;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	}
h6 {
	font-size: 1.2em;
	color: #B20009;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	}
hr {
	 height: 1px; 
	 color: #B20009;
}
.kopmenu /*opmaak menu linksboven*/
{
    font-size: 0.8em;
}
.kopmenu ul {
	list-style: none;
	margin: 8px 0px 0px 4px;
	padding: 8px 0px 0px 4px;
}
.kopmenu li {
	background-image: url(images/pijl_verderWit.gif);
	padding: 0px 0px 0px 8px;
	background-repeat: no-repeat;
}
.kopmenu a {
	color: #FFFFFF;
	text-decoration: none;
}
.kopmenu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.kopNav
{
	font-size: 0.8em;
	color: #B20009;
	padding-top: 16px;
	padding-bottom: 8px;
}
.kopNav a {
	color: #B20009;
	text-decoration: none;
}
.kopNav a:hover {
	color: #000000;
	text-decoration: none;
}
.kopNavactief {
	font-size: 0.8em;
	color: #000000;
	padding-top: 16px;
	padding-bottom: 8px;
}
.kopNavactief a {
	color: #000000;
	text-decoration: none;
}
.kopNavactief a:hover {
	color: #000000;
	text-decoration: none;
}
.kopNavLijn {
	background-image: url(images/pknKopNavLijnOranje.gif);
}

.menu 
{
	vertical-align: bottom;
	font-size: 0.8em;
}
.menu a {
	color: #B20009;
	text-decoration: none;
    background-image:url(images/navpijlRood.gif);
    background-repeat:no-repeat;
    padding-left:10px;
}
.menu a:hover {
	color: #000000;
    background-image:url(images/navpijlZwart.gif);
    background-repeat:no-repeat;
}
.menuactief a {
    color: #000000;
    background-image:url(images/navpijlZwart.gif);
    background-repeat:no-repeat;
}
.menudiv 
{
    padding:0px 4px 4px 4px;
    background-color:#eeeeee;
    position:absolute;
    display:none;
    white-space:nowrap;
    border-style:solid;
    border-color:#ED7501;
    border-width:1px;
}
.navniveau0 {
	padding: 4px 0px 4px 6px;
	border-top:1px dashed #B20009;
}
.navniveau1 {
	padding: 0px 0px 4px 20px;
}
.navniveau2 {
	padding: 0px 0px 4px 35px;
}

.uitgelicht {
	margin-top: 5px;
	margin-left: 3px;
	margin-right: 4px;
	margin-bottom: 4px;
	font-size:0.8em;
}
.uitgelichtkop {
	padding-top: 4px;
	padding-left: 9px;
	padding-right: 4px;
	padding-bottom: 4px;
	font-size: 1.3em;
	color: #FFFFFF;
	font-weight: bold;
}
.uitgelichttekst {
	padding-top: 4px;
	padding-left: 9px;
	padding-right: 4px;
	padding-bottom: 4px;
}
.uitgelichttekst a
{
	text-decoration: underline;
	color: #000000;
}
.uitgelichttekst a:hover
{
	color: #FFFFFF;
}
.uitgelichtDonkertekst {
	padding-top: 4px;
	padding-left: 9px;
	padding-right: 4px;
	padding-bottom: 4px;
	color: #FFFFFF;
}
.uitgelichtDonkertekst a
{
	color: #FFFFFF;
	text-decoration: underline;
}
.uitgelichtDonkertekst a:hover
{
	color: #000000;
}

.inhoud /*zorgt voor juiste plaatsing hoofdartikel op de pagina*/
{
	width: 100%;
	padding-top: 6px;
	padding-left: 7px;
	padding-right: 4px;
}
/*t.b.v. berichten is er zowel voor de kop als voor de tekst een tabel met 9 velden zodat de omkadering via de stylsheet geregeld kan worden*/
.berichtkoplb {
	width: 10px;
	height: 10px;
	background: url(images/pknKaderLB.gif);
}
.berichtkopboven {
	height: 10px;
	background: url(images/pknKaderB.gif);
}
.berichtkoprb {
	width: 10px;
	height: 10px;
	background: url(images/pknKaderRB.gif);
}
.berichtkoplinks {
	width: 10px;
	background: url(images/pknKaderL.gif);
}
.berichtkop {
	border: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 1.3em;
	color: #ED7501;
	font-weight: bold;
}
.berichtkoprechts {
	width: 10px;
	background: url(images/pknKaderR.gif);
}
.berichtkoplo {
	width: 10px;
	height: 0px;
	background: url(images/pknKaderL.gif);
}
.berichtkoponder {
	height: 0px;
}
.berichtkopro {
	width: 10px;
	height: 0px;
	background: url(images/pknKaderR.gif);
}

.berichtlb {
	width: 10px;
	height: 0px;
	background: url(images/pknKaderL.gif);
}
.berichtboven {
	height: 0px;
}
.berichtrb {
	width: 10px;
	height: 0px;
	background: url(images/pknKaderR.gif);
}
.berichtlinks {
	width: 10px;
	background: url(images/pknKaderL.gif);
}
.berichttekst 
{
    font-size: 0.8em;
	padding-top: 4px;
}
.berichttekst a
{
	text-decoration: underline;
	color: #000000;
}
.berichttekst a:hover
{
	color: #B20009;
}
.berichtrechts {
	width: 10px;
	background: url(images/pknKaderR.gif);
}
.berichtlo {
	width: 10px;
	height: 10px;
	background: url(images/pknKaderLO.gif);
}
.berichtonder {
	height: 10px;
	background: url(images/pknKaderO.gif);
}
.berichtro {
	width: 10px;
	height: 10px;
	background: url(images/pknKaderRO.gif);
}
.lrWidth /*bepaalt de breedte van spacer.gif lins en rechts van berichtkop en berichttekst, zodat deze niet smaller kunnen worden*/
 {
    width:10px;
}

.hulplinks 
{
   padding: 8px 4px 0px 4px;
	vertical-align: top;
	font-size: 0.7em;
	color: #999999;
	text-decoration: none;
}
.hulplinks a {
   	color: #999999;
	text-decoration: none;
}
.hulplinks a:hover {
   	color: #999999;
	text-decoration: underline;
}

.tdBottom /*om tekst onderin een cel te kunnen plaatsen*/  
{
    vertical-align:bottom;
}
.kader /*opmaak voor <div>*/
{
 padding:10px;   
 border-style:solid;
 border-width:1px;
 border-color:#B20009;
}
/*t.b.v. formulieren*/	
.alertstyle {
	 color: #B20009;
}
.tekstveld {
	color: #000000;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	border: 1px solid #999999;
	font-family: "Lucida Sans Unicode", Verdana, "LucidaSans Roman", Arial, Helvetica, sans-serif; 
	margin: 2px;
	}
.quote 
{
color:#ED7501;
 font-style:italic;   
}
.forumtabel {
	width: 100%;
	border-left:solid 1px #B20009;
	border-bottom:solid 1px #B20009;
}
.forumkop {
	background-color: #FAE7F3; 
	color: #B20009;
	font-weight: Bold;
	padding: 4px;
	border-top: solid 1px #B20009;
	border-right: solid 1px #B20009;
}
.forumtekst {
	padding: 2px 2px 2px 4px;
	border-top: solid 1px #B20009;
	border-right: solid 1px #B20009;
}
.forumveld {
	padding: 6px;
	border: solid 1px #B20009;
	background-color: #FAE7F3; 
}
.nieuwsberichtHomepage {
	border: 0px;
	margin: 0px;
	padding-left: 2px;
}
.nieuwsberichtHomepage a
{
	text-decoration: none;
	color: #ED7501;
	font-size: 0.8em;
	font-weight:bold;
}
.nieuwsberichtHomepage a:hover {
	text-decoration: underline;
}
.nieuwsberichtHomepage a div.linkdiv {
	text-decoration: none;
	font-weight:normal;
}

/*buiten gebruik 

.inhoudHomepage {
	width: 100%;
	padding-top: 4px;
	padding-left: 10px;
	padding-right: 4px;
	padding-bottom: 4px;
}
.inhoudHomepageLeft {
	width: 202px;
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
}
.inhoudHomepageRechts {
	width: 100%;
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
}
.nieuwsHomepage {
	width: 100%;
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
}
.berichtkopB {
	border: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 1.1em;
	color: #ED7501;
	font-weight: bold;
}
.berichtlijstkop {
	border: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	color: #ED7501;
	font-weight: bold;
}
.kolom {
width : 192px;
}
.kolomlb {
	width: 10px;
	height: 6px;
	background-color: #FFFFF4;
}
.kolomboven {
	width: 172px;
	height: 6px;
	background-color: #FFFFF4;
}
.kolomrb {
	width: 10px;
	height: 6px;
	background: url(images/kleinkader_rb.gif);
}
.kolomlinks {
	width: 10px;
	background-color: #FFFFF4;
}
.kolomrechts {
	width: 10px;
	background: url(images/kleinkader_rM.gif);
}
.kolomlo {
	width: 10px;
	height: 7px;
	background: url(images/kleinkader_lo.gif);
}
.kolomonder {
	height: 7px;
	background: url(images/kleinkader_mo.gif);
}
.kolomro {
	width: 10px;
	height: 7px;
	background: url(images/kleinkader_ro.gif);
}
.kolomtekst  {
	background-color: #FFFFF4;
	padding-bottom: 4px;
}
.kolomtekst a
{
	color: #000000;
	text-decoration: underline;
}
.kolomtekst a:hover {
	color: #B20009;
}
.paddingzoekveld {
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.uitklapmenu {  
background-color: #FFFFFF; 
border-color: #FFFFFF #999999 #999999 #FFFFFF; 
border-style: solid; 
border-top-width: 0px; 
border-right-width: 2px; 
border-bottom-width: 2px; 
border-left-width: 0px;
}
.tekstkaart {
	font-family: "Lucida Sans Unicode", Verdana, "LucidaSans Roman", Arial, Helvetica, sans-serif; 
	font-size: 0.8em;
	line-height: 1.3em;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
.tekstkaart a {
	line-height: 1.3em;
	text-decoration:none;
	color: #000000;
	margin: 0px;
	padding: 0px;	
}
.tekstkaart a:hover {
	color: #B20009;
}
.tekstkaart1 a {
	font-family: "Lucida Sans Unicode", Verdana, "LucidaSans Roman", Arial, Helvetica, sans-serif; 
	text-decoration:none;
	color: #000000;
	padding: 0px;
}
.dropdownmenu { 
color: #000000; 
width: 100%; 
padding-top: 2px; 
padding-right: 6px; 
padding-bottom: 2px; 
padding-left: 6px; 
border: 1px solid #999999; 
font-family: "Lucida Sans Unicode", Verdana, "LucidaSans Roman", Arial, Helvetica, sans-serif;
margin-top: 0px; 
margin-right: 0px; 
margin-bottom: 0px; 
margin-left: 0px;
}
.formbutton { 
color: #000000; 
padding-top: 2px; 
padding-right: 6px; 
padding-bottom: 2px; 
padding-left: 6px; 
font-family: "Lucida Sans Unicode", Verdana, "LucidaSans Roman", Arial, Helvetica, sans-serif;
margin-top: 6px; 
margin-right: 0px; 
margin-bottom: 0px; 
margin-left: 0px;
}




.topMob a {

	color: #999999;
	text-decoration: underline;
}
.topMob a:hover {
	color: #B20009;
	text-decoration: underline;
}
.mobBurInputText	{
	width:150px;
}
.mobBurInputTextarea	{
	width:300px;
}

.mobBurInputTextKlein	{
	width:75px;
}

.mobBurZoekTabel	{
	border: solid 1px #CCCCCC;
}

table.mobBurZoekTabel td{
padding-top: 3px;
padding-right: 3px;
padding-bottom: 3px;
padding-left: 3px;
}



.mobBurZoekTabelTitel	{
	font-weight: bold;
	background-color: #CCCCCC;
	border: solid 1px #CCCCCC;
}

.mobBurZoekTabelResults	{
	
	border-bottom: solid 1px #ED7501;
}
.mobBurZoekTabelResultsTR	{
	
	background-color: White;
	cursor:pointer;
}
.mobBurZoekTabelResultsTRMO	{
	cursor:pointer;
	background-color: #FECA00;
}

.mobBurEntityTitle	{
	
}

.mobBurEntityQuestionRed	{
	color: #d81b1b;
}
.mobBurEntityQuestion	{
	color: #000000;
}
.mobBurEntityTitle2	{
	
}
.mobBurEntityAnswer	{
	padding-left:10px;
	padding-bottom:3px;
	color: #666666;
}

.mobBurEntityAnswer2	{
	color: #666666;
}
.mobBurLijn	{
	color: #ED7704;
}