* {
    margin: 0;
    padding: 0;
}



body {
   
background-color: #FBEBAD;

color: black;

font-family: "Trebuchet MS", Arial, sans-serif;

font-size: 1.1em;

}

a 
{
text-decoration: none; 
color: #0498FB}


a:hover 
{text-decoration: underline; 
color: #FF99FF
}



#websitevak {
    
background-color: white;
    
border: 0px solid midnightblue;
    
margin: 0.5em auto;
    
max-width: 1200px;
    
width: 90%;
}




@media screen and (max-width: 900px) {
#websitevak {
    width: 95%;
}
}




@media screen and (min-width: 1440px) {
#websitevak {
    width: 65%;
}
}




@media screen and (max-width: 800px) {
#balkboven {
    padding: 3em 0;

}
}






.logolinks {
    float: center;
 margin: 0px;
 max-width: 100%; height: auto;}




.logolinks2 {
    float: right;
 margin:  0.2em 0.5em 0.2em 0.2em;
 max-width: 18%; height: auto;}





#menu {
    background-color: #FFDB94;
    border-top: 2px solid white;
    width: 100%;
}




#menu:after {
    clear: both;
    content: " ";
    display: table;
}




#menu ul {
    list-style-type: none;
}




#hoofdmenu > li {
    float: left;
    position: relative;
}




@media screen and (max-width: 600px) {
#hoofdmenu > li {
    float: none;
}
}




#hoofdmenu > li > a {
    
background-color: #FFDB94;
    
color: #2960D5;
    
display: block;
    
font-size: 1.0em;
    
font-weight: bold;
    
padding: 1em 1.5em 1em 0.5em;
    
text-align: left;
    
text-decoration: none;
}




@media screen and (max-width: 600px) {
#hoofdmenu > li > a {
    border-bottom: 1px solid white;
	
font-weight: normal;
	
padding: 0.6em 0.75em;
}
}




#hoofdmenu > li > a:hover {
    background-color: #FFE7BA;
}




#hoofdmenu > li:hover ul {
    display: block;
    position: absolute;
    z-index: 2;
}




@media screen and (max-width: 600px) {
#hoofdmenu > li:hover ul {
    position: absolute;
    top: 0;
    left: 8em;
}
}




.submenu > ul {
    display: none;
}



.submenu > ul > li > a {
    background-color: midnightblue;
    
border-top: 1px solid white;
    
color: white;
    display: block;
    
padding: 1em 0.75em 1em 0.5em;
    
text-decoration: none;
    
width: 7em;
}




@media screen and (max-width: 600px) {
.submenu > ul > li > a {
    background-color: lightblue;
    border-bottom: 1px solid midnightblue;
    
border-top: 0 none;
    
color: midnightblue;
	
font-weight: normal;
    
padding: 0.6em 0.75em;
    
width: auto;
}
}




.submenu > ul > li > a:hover {
    background-color: steelblue;
}



@media screen and (max-width: 600px) {
.submenu > ul > li > a:hover {
    color: white;
}
}




#hoofdvak {
    background-color: #FDF6DA;
    position: relative;
    z-index: 1;
}




@media screen and (max-width: 800px) {
#hoofdvak {
    background-color: white;
}
}




#hoofdvak:before {
	content: " ";
	
width: 80%;
	
position: absolute;
	
top: 0;
	
right: 0;
	
bottom: 0;
	
left: 0;
	
background-color: white;
	
z-index: -1;
}




#hoofdvak:after {
    clear: both;
    content: " ";
    display: table;
}



#tekstvak {
    background-color: white;
    float: left;
    position: relative;
    left: 0;
    width: 80%;
}




@media screen and (max-width: 800px) {
#tekstvak {
    float: none;
    width: 100%;
}
}




#inhoudtekstvak {
    border-right: 0px solid darkgrey;
    padding: 1em;
}




#tekstvak p {
line-height: 1.3em;
    margin-bottom: 1em;
}




#tekstvak ul, #tekstvak ol {
line-height: 1.3em;
    
margin-bottom: 1em;
    
margin-left: 2em;
}




#tekstvak ul li, #tekstvak ol li {
    left: 2em;
    padding-right: 2em;
    position: relative;
}




@media screen and (max-width: 800px) {
#tekstvak ul li, #tekstvak ol li {
    left: 0;
    padding-right: 0;
    position: static;
}
}




#tekstvak h1 {
    color: #65B12A;
    font-size: 2.1em;
    font-weight: bold;
    padding: 1em 0 1.2em;
}




#tekstvak h2 {
    color: #65B12A;
    font-size: 1.5em;
    margin-bottom: 1em;
    padding-top: 0.25em;
}




#tekstvak img {
    max-width: 95%;
}




#balkbeneden {
    background-color: #FFDB94;
 
clear: both;
    
width: 100%;
}



#inhoudbalkbeneden { 
padding: 0.3em 0;
    
font-size: 1em;
          
color: #2960D5;
      
text-align: center;
    
width: 100%;
}

#inhoudbalkbeneden span {
    
border-right: 1px solid white;
    
color: white;
    
display: inline-block;
       
font-size: 0.8em;
  
padding: 0.5em 2em;
    
white-space: nowrap;
}




@media screen and (max-width: 800px) {
#inhoudbalkbeneden span {
    border-bottom: 1px solid white;
    border-right: 0 none;
    
padding: 0.5em 0;
    
width: 100%;
}
}




#inhoudbalkbeneden span:last-child {
    border-bottom: medium none;
    border-right: medium none;
}




#inhoudbalkbeneden span a {
    color: white;
    text-decoration: none;
}




.clearfix:before, .clearfix:after {
    clear: both;
    content: " ";
    display: table;
}