
/*__________ RESET DEFAULTS __________ */

* {
   padding: 0;
   margin: 0;
}

ul {
    padding-left: 1em;
    margin-left: 0;
}

h1, h2, h3, h4, h5, h6, p, blockquote,
 form, label, ul, ol, dl, fieldset, address {
    margin-bottom: 1em;
}

/*__________ HTML DEFAULTS __________ */

body {
    font-family: arial, verdana;
    font-size: 75%;
    line-height: 133%;
    color: #101010;
    margin: 0;
    padding: 0;
    text-align: center;  
    background-color: #F7FAF9;
    
}

a {
    color: #008658;
    text-decoration: none;
}

a:hover {
    color: #008658;
}

h6 {
    color: #008658;
    font-size: 100%;
}

h6 a {
    color: #008658;
}

table {
    font-size: 100%; 
}

/*__________ SIMSITE DEFAULTS __________ */

ul.ul_lijst li a {
}

h6.rubriek {
}

h6.rubriek a {
}

ul.ul_lijst li.lijstitem, ul.ul_lijst li.lijstitem_bullet {
    float: left;
    width: 100%;
    background-position: 5px 6px;
}

ul.ul_lijst li.lijstitem .lijstitem_intro,
ul.ul_lijst li.lijstitem_bullet .lijstitem_intro {
    float: left;
}

ul.ul_lijst li.lijstitem .lijstitem_titel {
    float: left;
    clear: both;
    width: 100%;
}