ul, li{
	 list-style: none;
 }
 
 a{
	 text-decoration: none;
 }
 
 .inhoudsopgave .title{
    margin-bottom: 20px;
    margin-top: 10px;
    color: #759de3;
    font-family: "Arial";
    font-size: 22px;
    font-weight: normal;
 }
 
 .inhoudsopgave {
    position: absolute;
    right: 26px;
    top: 0px;
    width: 250px;
    height: 603px;
    background: black;
    border: 1px black solid;
    z-index: 10006;
    color: white;
}
 
 
 .inhoudsopgaveitem{
    text-align:left;
    margin-left: 10px;
 }
 
 .menuitem a,
.inhoudsopgaveitem .menuitem{
    width: 249px;
    margin-bottom: 5px;
    color: #fff;
    font-family: "Arial";
    font-size: 14px;
    font-weight: normal;
}

.showindhoud{
    display: none;
}