#nieuwsbrieven {
    height: 195px;
    background-color: #f9fce1; 
    background-color: white; 
    background-image: url('extra/nieuwsbrieven_005.png'); 
    background-repeat: no-repeat;
    background-position: center;  
    overflow: hidden; 
}
#nieuwsbrieven:hover {
    background-image: url('extra/meer-direct-geen.png'); 
    background-color: #cbcbcb; 
}
    /* z-index: 2;   */
#meer {
    display: block; 
    background-repeat: no-repeat;
    background-position: center;  
    height: 97px; 
}
#meer:hover {
    background-color: white; 
    background-image: url('extra/meer-informatie.png'); 
    background-repeat: no-repeat;
}
#direct {
    display: block; 
    background-repeat: no-repeat;
    background-position: center;  
    height: 98px; 
}
#direct:hover {
    background-color: white; 
    background-image: url('extra/abonneer-direct.png'); 
    background-repeat: no-repeat;
}
