
body {
    padding: 0;
    margin: 0;
    font-size: 75%;
    line-height: 120%;
    text-align: center;
    color: black;
    font-family: Arial;
}

div#globalWrapper {
    width: 833px;
    margin: 0px auto;
    min-height: 200px;
    text-align: left;
}

div#content {
    width: 833px;
    position: relative;
}

div#header {
    height: 105px;
    width: 833px;
    position: relative;
    background: url("../images/internet/logo.jpg") no-repeat 20px 18px;
}

div#quickmenu {
    position: absolute;
    right: 0px;
    top: 77px;
}

div#quickmenu a {
    text-decoration: none;
    color: black;
}

div#quickmenu span {
    padding-right: 9px;
    padding-left: 13px;
    background: url("../images/internet/border_quickmenu.gif") no-repeat left 5px;
}

div#quickmenu span.home_link {
    background: none;
}

div.homebox {
    width: 157px;
    height: 360px;
    margin-right: 12px;
    float: left;
    position: relative;
}

div.zoek_box {
    margin-right: 0px;
}

div.clear_div {
    clear: both;
}

div.homebox_title {
    width: 157px;
    height: 50px;
    color: white;
    font-weight: bold;
    position: relative;
}

div.homebox_title a {
    display: block;
    text-align: center;
    padding-top: 18px;
    color: white;
    text-decoration: none;
    height: 50px;
}

div.homebox_title a.item_active {
    background: url("../images/internet/hmn_selected.gif") no-repeat;
}

div.title_1 a {
    background: url("../images/internet/hmn_actueel.gif") no-repeat;
}

div.title_2 a {
    background: url("../images/internet/hmn_inwoner.gif") no-repeat;
}

div.title_3 a {
    background: url("../images/internet/hmn_bezoekers.gif") no-repeat;
}

div.title_4 a {
    background: url("../images/internet/hmn_bestuurenorg.gif") no-repeat;
}

div.title_zoek {
    background: url("../images/internet/hmn_zoek.gif") no-repeat;
    text-align: left;
    padding-top: 17px;
}

div.homebox_image,
div.homebox_image img {
    width: 157px;
    height: 310px;
}

div.homebox_image {
    position: relative;
    background: url(../images/imagehome_5.PNG) no-repeat top left;
}

div#medium_3 {
    background: url(../images/imagehome_1.PNG) no-repeat top left;
}

div#medium_4 {
    background: url(../images/imagehome_2.PNG) no-repeat top left;
}

div#medium_5 {
    background: url(../images/imagehome_2.PNG) no-repeat top left;
}

div#medium_6 {
    background: url(../images/imagehome_3.PNG) no-repeat top left;
}

div#medium_7 {
    background: url(../images/imagehome_4.PNG) no-repeat top left;
}

fieldset {
    border: none;
}

legend {
    display: none;
}

div#search {
    position: absolute;
    width: 141px;
    height: 17px;
    left: 11px;
    top: auto;
    font-size: 100%;
}

div#search input#keyword {
    width: 106px;
    position: absolute;
    height: 17px;
    border: 1px solid #efa923;
    left: 0px;
    font-size: 80%;
    font-style: italic;

    padding-left: 4px;
    padding-top: 0px;
    color: #999;
}

div#search input#submit {
    right: 0px;
    position: absolute;
    width: 35px;
    height: 17px;
    background: url("../images/internet/btn_zoek_home.gif") no-repeat;
    border: none;
    cursor: pointer;
}

div#overlay {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 834px;
    height: 310px;
    background: url("../images/internet/overlay_home.png") no-repeat;
}

div.banner_200 {
    position: absolute;
    top: 0px;
    left: 565px;
    width: 162px;
    height: 396px;
    background: url("../images/internet/banner_home.png") no-repeat;
}

div#address {
    font-size: 90%;
    padding-top: 11px;
    padding-left: 11px;
    margin-top: 0px;
    width: 148px;
    float: left;
}

div#address a {
    color: #02aae8;
}

ul.submenu {
    position: absolute;
    top: 0px;
    display: block;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    top: 50px;
    width: 157px;
    display: none;
}

ul#submenu_2 {
    left: 169px;
}

ul#submenu_3 {
    left: 338px;
}

ul#submenu_4 {
    left: 507px;
}

ul.submenu li {
    background: #e5bb35;
    opacity: 0.8;
    min-height: 18px;
    /*border-top: 1px solid #f5e2a8;*/
    border-bottom: 1px solid #f5e2a8;
}

ul.submenu li.empty_item {
    height: 17px;
    border-bottom: none;
}

ul.submenu li.bottom_item {
    height: 28px;
    background: url("../images/internet/hmn_bottom_inwoner.png") no-repeat bottom;
    opacity: 1;
    border-bottom: none;
    border-top: solid 1px #eda11b;
}

ul.submenu li a {
    display: block;
    padding-left: 26px;
    color: black;
    font-size: 90%;
    font-weight: bold;
    text-decoration: none;
    min-height: 17px;
    padding-top: 2px;
}

ul.submenu li a:hover {
    background-color: #f0d88e;
}

