﻿h1 { color: #000050; font-family: Arial, Helvetica, sans-serif; font-size: 14pt; font-style: normal; font-variant: small-caps; font-weight: bold; text-decoration: none }
H2 { color: #000050; font-family: Arial, Helvetica, sans-serif; font-size: 12pt; font-style: normal; font-weight: bold; text-decoration: none }
H3 { color: #000050; font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; font-weight: bold; text-decoration: none }
H4 { color: #000050; font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; font-weight: bold; text-decoration: none }

P, TD, LI { color: #000000; font-family: Arial,Helvetica,sans-serif; font-size: 10pt; font-weight: normal }
TH { color: #668ec9; font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; font-variant: normal; font-weight: bold; text-decoration: none }
body { BACKGROUND-color: #E4EBF1; }

.donkerblauw { color: #000050; font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; font-variant: normal; font-weight: bold; text-decoration: none }
.menu_unselected { color: #000050;font-family: Arial, Helvetica, sans-serif; font-size: 12pt; font-style: normal; font-variant: normal; font-weight: bold; text-decoration: none }
.menu_selected { color: #FF9900;font-family: Arial, Helvetica, sans-serif; font-size: 12pt; font-style: normal; font-variant: normal; font-weight: bold; text-decoration: none }

.kleurtekst { color: #000050;font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; font-variant: normal; font-weight: bold; text-decoration: none }
.kleurtekstwit { color: #E4EBF1;font-family: Arial, Helvetica, sans-serif; font-size: 12pt; font-style: normal; font-variant: normal; font-weight: bold; text-decoration: none }
.menutekst { color: #000050; font-family: Arial, Helvetica, sans-serif; font-size: 12pt; font-style: normal; font-variant: normal; font-weight: bold; text-decoration: none }
.tekst_groot  { color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: 36pt; font-style: normal; font-weight: bold; text-decoration: none }

.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #000050;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionContent
{
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

.accordionLink
{
 background-color: #D3DEEF;
    color:  #FFFFFF;
}

.collapsePanel {
	width: 100%;
	height:0px;
	overflow:hidden;
}

.collapsePanelHeader{	
	width:100%;		
	height:20px;


	font-weight:bold;
	float: left;
	padding:5px; 
	cursor: pointer; 
	vertical-align: middle;
}

