td     { color: black; font-size: 12px; font-family: Verdana, Arial, sans-serif; text-decoration: none }
table  { color: black; font-size: 10px; font-family: Verdana, Arial, sans-serif; text-decoration: none }
tr  { color: black; font-size: 10px; font-family: Verdana, Arial, sans-serif; text-decoration: none }
h6      { color: gray; font-style: normal; font-weight: normal; font-size: 10px; font-family: Verdana, Arial, sans-serif; text-decoration: none }
a  { color: navy; font-style: normal; font-weight: normal; font-size: 11px; font-family: Verdana, Arial, sans-serif; text-decoration: none }
.subkop   { color: black; font-weight: bold; font-size: 13px; font-family: Verdana, Arial, sans-serif; text-decoration: none }
h4      { color: #213E79; font-style: normal; font-weight: normal; font-size: 12px; font-family: Verdana, Arial, sans-serif; text-decoration: none }
h1      { color: white; font-style: normal; font-weight: bold; font-size: 18px; line-height:15pt; font-family: Verdana, Arial, sans-serif; text-decoration: none }
h2      { color: #213E79; font-style: normal; font-weight: normal; font-size: 11px; line-height:15pt; font-family: Verdana, Arial, sans-serif; text-decoration: none }
h3      { color: #213E79; font-style: normal; font-weight: normal; font-size: 10px; line-height:15pt; font-family: Verdana, Arial, sans-serif; text-decoration: none }


/* menu links op de pagine verticaal a*/

#navigatie {
list-style : none; /* bullets weg */
margin   : 0;
padding  : 0; /* komt bij li's */
width    : 15em;
}
#navigatie li {
background       : white;
border-style     : none;
border-width     : 0px;
border-color     : #213E79;
padding          : 5px 0px 3px 0px;
text-align       : left;
}
#navigatie a {
font-size: 11px;
text-decoration: none;
}
#navigatie a:link {
color  : #1F60A8
}
#navigatie a:visited {
color  : #1F60A8
}
#navigatie a:hover {
color: #FF6633;
text-decoration: underline;
}
/* einde menu links op de pagine verticaal */


/* menu boven op de pagine horizontaal */

#navigatietop {
list-style : none; /* bullets weg */
margin   : 0;
padding  : 0; /* komt bij li's */
width    : 100%;
}
#navigatietop li {
background       : #4699D3;
border-style     : none;
border-width     : 0px;
border-color     : #213E79;
padding          : 3px 0px 3px 0px;
text-align       : left;
width            : 22%;
float            : left;
}
h1.navigatietop { font-size: 12px; text-align: center; }

#navigatietop a {
text-decoration: none;
font-size: 12px;
}
#navigatietop a:link {
color          : #FFFFFF;
}
#navigatietop a:visited {
color  : #FFFFFF
}
#navigatietop a:hover {
color: #FFFFFF;text-decoration: underline;
}

/* einde menu boven op de pagine horizontaal */