
/*__________ RESET DEFAULTS __________ */

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

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 {
    background: #FFF;
    font-family: Arial, Verdana, Helvetica, Sans;
    font-size: 75%;
    line-height: 120%;
    color: #000000;
    margin: 0;
    padding: 0;
    _display: table;
    _height: 100%;
    min-height: 900px;
    text-align: center;
}

a {
    color: #016533;
}

a:hover {
    color: red;
}

h6 {
    color: #000;
    font-size:1em;
    font-weight: bold;
}

h6 a {
    color: #408c65;
}

table {
    font-size: 100%;
    width: 65%;
}
div#rubrieken_wrap {
    width: 100%;
}



/*__________ SIMSITE DEFAULTS __________ */

ul.ul_lijst li a {
}

h6.rubriek {
}

h6.rubriek a {
}

/*__________ WEBSITE __________ */

div#wrap {
    background: url('../images/bg_left.gif') repeat-y left top;
    margin-left: auto;
    margin-right: auto;
    width: 996px;
    position: relative;
    text-align: left;
    _height: 100%;
    min-height: 900px;
}

div#homeitems h3 {
    padding: 12px 0 0 0;
    margin: 0;
}

div#homeitems h3 a {
    color: green;
    padding: 0;
    margin: 12px 0 0 0;
}

div.homeitem_datum {
    float: right;
    margin: 10px 0 0 0;
}

div#header {
    height: 170px;
    width: 100%;
    background: #fff url('../images/background_top.gif') repeat-x left top;
}

div#logo {
    width: 422px;
    height: 97px;
    background: url('../images/logo.jpg') no-repeat left top;
    position: absolute;
    left: 0;
    top: 19px;
}

div#fotos {
    height: 97px;
    width: 100%;
    background: url('../images/fotos.jpg') no-repeat 422px top;
    position: absolute;
    left: 0;
    top: 19px;
    overflow: hidden;
}

div#content {
    border-top: 1px solid #016533;
    padding: 20px 0 0 0;
    width: 574px;
    float: left;
    margin-left: 32px;
    margin-right: 52px;
}

div#kruimelspoor {
}

div#terugknop {
}

div#kruimeltekst {
}

div#foto_left {
    background: url('../images/foto_left.jpg') no-repeat left top;
    width: 145px;
    height: 120px;
    margin-left: 10px;
}

div#adres {
    font-size: 90%;
    padding: 10px;
}

div#zoekformulier {
    position: absolute;
    left: 20px;
    top: 120px;
}

div#zoekformulier input#top_zoek_trefwoord, div#zoekformulier input#submitknop {
    border: 1px solid #333;
    font-size: 90%;
}

div#zoekformulier input#submitknop {
    border: 0px;
    color: #fff;
    text-decoration: underline;
    background-color: #1D4D84;
}

div#rechts {
    border-top: 1px solid #016533;
    padding: 0;
    width: 170px;
    float: left;
}

div#rechts div#foto_rechts {
    background: url('../images/foto_rechts.jpg') no-repeat left top;
    width: 168px;
    height: 112px;
}

a#terugknop {
    position: absolute;
    width: 43px;
    height: 9px;
    top: 154px;
    right: 10px;
    background: url('../images/but_terug.gif') no-repeat left top;
}

/*__________ WEBSITE NAVIGATIE __________*/

div#snelmenu {
    text-align: right;
    color: #fff;
    font-size: 85%;
    font-family: Verdana;
    letter-spacing: 0.1em;
    padding: 1px 10px 0 0;
}

div#snelmenu a {
    color: #fff;
    text-decoration: none;
}

div#snelmenu a:hover {
    color: #fff;
}

div#left {
    border-top: 1px solid #016533;
    position: static;
    float: left;
    width: 168px;
}

div#navigatie {
    margin-left: 10px;
    margin-top: 10px;
    width: 145px;
}

div#navigatie ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}


div#navigatie ul li a {
    text-decoration: none;
    color: #103873;
    font-size: 90%;
}

div#navigatie ul li a.item_nonactive {
    display: block;
    width: 146px;
    height: 21px;
    background: url('../images/bg_hoofditem.jpg') no-repeat left top;
    padding: 1px 0 0 10px;
}

div#navigatie ul li a.item_active {
    display: block;
    width: 146px;
    height: 21px;
    background: url('../images/bg_hoofditem_over.jpg') no-repeat left top;
    padding: 1px 0 0 10px;
}

div#navigatie ul li ul {
    background-color: #fff;
    border-right: 1px solid #C2C0B8;
    border-bottom: 1px solid #DCDAD6;
    width: 146px;
    font-size: 90%;
}

div#navigatie ul li ul li a {
    background: url('../images/bullet_kln.jpg') no-repeat 6px 5px;
    padding: 1px 0 0 15px;
}

div#externe_link_box iframe {
    width: 570px !important;
    height: 400px !important;
}

div.cleardiv {
    clear: both;
}
