/* BEGIN fonts_css */
body{
    font-size: 14px;
    font-family: ;
    color:#000000;
}

h1{
    font-size: 30px;
    font-family: ;
    color:#000000;
}

h2{
    font-size: 30px;
    font-family: ;
    color:#000000;
}

h3{
    font-size: 25px;
    font-family: ;
    color:#000000;
}

h4{
    font-size: 25px;
    font-family: ;
    color:#000000;
}

h5{
    font-size: 25px;
    font-family: ;
    color:#000000;
}
/* END fonts_css */
/* BEGIN navigatie_css */
header .navigatie a{
    color: inherit;
    font-size: 15px;
    font-family: ;
}
/* END navigatie_css */
/* BEGIN achtergrond_css */
body, .inhoud{
    background-color: inherit;
    background-image: url('');
}

.footer{
    background-color: inherit;
    background-image: url('');
}
/* END achtergrond_css */
/* BEGIN effecten_css */
.button_to_top{
    font-size: 5px;
    color: inherit;
    background-color:inherit;
}
/* END effecten_css */
/* BEGIN popup_css */
.popup{
    background: rgba(0,0,0,0.5);
}

.popup_inner{
    background: #ffffff;
    width: 700px;
    height: 300px;
}
/* END popup_css */
