
/*__________ 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: 80%/130% Verdana;
    margin: 0;
    padding: 0;
    background: #EAA80F url('../images/bg_site_vervolg.gif') repeat-y left top;
}

body#bodyhome {
    background: #EAA80F url('../images/bg_site_home.gif') repeat-y left top;
}

a {
    color: #000;
}

h3 {
    font-size: 100%;
}

h6 {
    font-size: 100%;
    margin-bottom: 0;
}

h6 a {
    color: #000;
}

table {
    font-size: 100%;
}

/*__________ SIMSITE DEFAULTS __________ */

ul.ul_lijst li a, ul.ul_list li a {
    color: #000;
}

#opus, #externeLinkIframe {
    width: 520px !important;
    height: 450px !important;
}

h6.rubriek {
    font-size: 100%;
    border-bottom: 0px;
    padding: 0;
}

h6.rubriek a {
    color: #000;
}

div#rubrieken_wrap span.rubriek_float, div#rubrieken_wrap span.rubriek_float  h6 {
     width: auto;
}

/*__________ WEBSITE __________ */

#wrap {
    background: url('../images/wijkenbuurt.gif') no-repeat left top;
    width: 100%;
    height: 100%;
}

#top {
    position: absolute;
    left: 0;
    top: 0;
    width: 299px;
    height: 109px;
    background: url('../images/wijkenbuurt.gif') no-repeat left top;
    z-index: 12;
}

#logo {
    background: #EAA80F url('../images/logo.gif') no-repeat 95% 20px;
    height: 84px;
}

#snelmenu_balk {
    height: 25px;
    background-color: #E5970A;
    position: absolute;
    right: 0;
    top: 84px;
    width: 100%;
}

h2#pagtitel {
    position: absolute;
    left: 200px;
    top: 137px;
    display: block;
    height: 1.5em;
    padding: 0.2em 0 0 0;
    font-size: 150%;
}

h2 {
    padding: 1.5em 0 0.5em 0;
}

#kruimel {
    position: absolute;
    top: 112px;
    left: 270px;
    font-size: 80%;
    font-weight: bold;
}

#content {
    padding: 130px 10px 0 200px;
    width: 540px;
    font-size: 85%;
}

#contenthome {
    padding: 70px 0 0 170px;
    width: 520px;
}

#zoekformulier {
    position: absolute;
}

div.archiefknop {
    margin: 10px 0 0 0;
}

div#terugknop a {
    position: absolute;
    top: 92px;
    left: 790px;
    width: 36px;
    height: 10px;
    display: block;
    background: url('../images/but_terug_oranje.gif') no-repeat left top;
}

div#printknop a {
    position: absolute;
    top: 90px;
    left: 850px;
    width: 106px;
    height: 13px;
    display: block;
    background: url('../images/but_print_oranje.gif') no-repeat left top;

}

div#zoekformulier {
    position: absolute;
    left: 25px;
    top: 163px;

}

div#zoekformulier input.zoek2 {
    border: 1px solid #444;
    font-size: 90%;
}

div#zoekformulier input#submitknop {
    margin: 0;
    padding: 0;
    background-color: #EBA910;
    border: 0px;
    font-size: 90%;
    font-weight: bold;
    color: #fff;
}

div#adresgegevens {
    text-align: right;
    color: #fff;
    width: 155px;
    margin: 40px 0 30px 0;
    font-size: 85%;
}

div#adresgegevens p {
   color: #fff;
}

div#naarboven {
    margin-top: 20px;
}

#naarboven a {
    display: block;
    width: 59px;
    height: 10px;
    background: url('../images/but_omhoog.gif') no-repeat left top;
    margin: 10px 0 20px 0;
}

div#side_knoppen {
    position: absolute;
    left: 750px;
    top: 150px;
    width: 208px;
    height: 629px;
    background: url('../images/bus_internet_belastingenraad.gif') no-repeat left top;
    padding: 10px 0 0 0;
}

div#side_knoppen a.side_knop_a {
    display: block;
    float: left;
    margin: 0 0 13px 0px;
    height: 50px;
    width: 188px;
}

/*__________ WEBSITE NAVIGATIE __________*/

#snelmenu {
    position: absolute;
    left: 300px;
    top: 88px;
    font-size: 85%;
    text-align: right;
    width: 470px;
}

#snelmenu a {
        font-weight:bold;
    color: #FFF;
    text-decoration: none;
    margin: 0 0 0 10px;
}

/* menu */

#navigatie {
    position: absolute;
    left: 10px;
    top: 220px;
}

#navigatie ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 160px;
    text-align: right;
}

#navigatie ul li ul.subcontainer {
    width: 220px;
}

#navigatie ul li {
    padding: 0;
    margin: 0;
    position: relative;
    float: left;
}

#navigatie ul li a {
    /*_height: 1%;*/
    display: block;
    text-decoration: none;
    font-weight: bold;
    font-size: 95%;
    margin: 0 0 4px 0;
    width: 144px;
    padding: 2px 15px 2px 0;
    background: url('../images/hfd_off.gif') no-repeat right 6px;
}

#navigatie ul li a:hover {
    background: url('../images/hfd_on.gif') no-repeat right 6px;
}

#navigatie ul li ul {
    position : absolute;
    left : 159px;
    top : 0;
    text-align: left;
    padding: 2px 0 15px 15px;
    font-size: 80%;
    background: #F8E3B3 url('../images/sub_on.gif') no-repeat left 6px;
}

#navigatie ul li ul li a {
    background: none;
    margin: 0;
    padding: 1px 3px;
}

#navigatie ul li ul li, #navigatie ul li ul li a {
    float: none;
    width: 200px;
}

#navigatie ul li ul li a.subitem_active, #navigatie ul li ul li a:hover {
    color: #EBA910;
    background: none;
}

.subcontainer {
    z-index: 25;
}

