
/*__________ RESET DEFAULTS __________ */

* {
    padding: 0;
    margin: 0;
    -moz-box-sizing     :   border-box;
    box-sizing          :   border-box;
}

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

ol {
    padding-left: 25px;
    _padding-left: 28px;
}

ul {
    padding-left: 16px;
}

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

/*__________ HTML DEFAULTS __________ */

body {
    text-align: center;
    color: #000000;
    font-family: arial;
    font-size: 12px;
    font-size: 75%;
    line-height: 120%;
    background-color: #00759F;
    padding-bottom: 90px;
}

h6 {
    font-size: 100%;
}

/* start auto css */

a {
    color: #007AAA;
}

a:hover {
    color: #666666;
}

/* end auto css */

table {
    font-size: 100%;
}

div#content table {
    width: 515px;
}

div#content iframe#opus {
    width: 515px;
    height: 350px;
}

/*__________ SIMSITE DEFAULTS __________ */
ul.ul_lijst {
    padding-left: 0px;
}

div#rubrieken_wrap {
    width: 100%;
}