/*__________ HTML DEFAULTS _____________ */

body {
    background: #309 url('../images/bg_body_content.gif') repeat-y right top;
    height: 100%;
}

/*__________ SIMSITE DEFAULTS __________ */



/*__________ WEBSITE ___________________ */
body div#container {
    background:url('../images/left_bg.gif') left top repeat-y;
}

#wrapper {
    min-height:900px;
    height:auto !important;
    height:900px;
    width:100%;
}

#logo {
    background: url('../images/logo.gif') no-repeat left top;
    height: 100px;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 339px;  
}

#topwrap {
    position: absolute;
    right: 0;
    top: 0;
    background: #fff url('../images/uitrek_top.gif') repeat-x left top;
    display: block;
    height: 91px;
    width: 100%;
}

#homemenu a {
    text-decoration: none;
    font-weight: bold;
}

#slideshow {
    position: absolute;
    right: 0;
    top: 121px;
    width:162px;
    height:263px;
    overflow:hidden;
}

#slideshow img {
    position:absolute;   
    top:-10000px;
    right: 0;    
}

#snelmenu {
    background-color: #FF6633;
    position: absolute;
    top: 0;
    left: 339px;
    height: 24px;
    padding: 4px 0 0 0;    
}

#snelmenu a {
    color: #fff;
    font-weight: bold;
    padding: 0 20px;
    text-decoration: none;
    background: url('../images/dots-snelmenu.gif') no-repeat right top;
}

#snelmenu a.laatste_snelmenu_item {
    background: none;
}

#contentwrap {
    display: table;
    width: 100%;
    height: 93%;
    margin: 0;
            *padding: 140px 340px 100px 200px;    
            color: #fff;
}

#contentcontainer {
    padding: 140px 340px 100px 200px;    
             *padding:0;
}

#contentcontainer table {
    width: 80%;
}

#bottom {
    position:relative;
    bottom:0!important;
    height: 91px;
    width: 100%;
    background: #fff url('../images/onderbalk.gif') repeat-x left top;
    z-index:10000;
}

html>body #bottom {
    bottom:-2px;
}

#kruimelspoor {
    position: absolute;
    width: 350px;
    height: 30px;
    background: #fff;
    position: absolute;
    top: 91px;
    right: 161px;
    text-align: right;
    color: #f30;
    font-size: 90%;
    font-weight: bold;
    padding: 0;
    margin: 0;
}

#kruimelspoor p {
    padding: 5px 50px 5px 30px;
    margin: 0;
    display: block;
    float: right;
    background: #fff url('../images/bullet_kruimelspoor.gif') no-repeat left 6px;
}


#adres {
    position: absolute;
    right: 5px;
    top:550px;
    color: #fff;
    font-size: 85%;
}

#adres a {
    color: #fff;
}


#logo_hkz {
    background: url('../images/logo_ISO.gif') no-repeat left top;
    width: 163px;
    height: 89px;
}

#logo_hkz a {
    display: block;
    width: 100%;
    height: 100%;
}

/*__________ WEBSITE NAVIGATIE __________*/

div#wrapper div#navwrap {
    width: 163px;
    position: absolute;
    top: 100px;
    left: 0;
    color: #fff;
    font-size: 90%;
    font-weight: bold;
    background: #f63;
    height:auto;
    float: left;
    padding: 40px 0 0px 0;
}

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

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

#navwrap ul li {
    background: #f63;
    margin: 0;
    padding: 0;
}

#navwrap ul li a {
    background: url('../images/dots_menu.gif') repeat-x left bottom;
    padding: 3px 3px 3px 10px;
    display: block;
    _height: 1%;
}

#navwrap ul li a.item_active {
    color: #309;
}

#navwrap ul.subcontainer li a {
    background: #fff;
    color: #309;
    font-weight: normal;
    font-size: 87%;
    padding: 1px 3px 1px 20px;
    _height: 1%;
}

#navwrap ul.subcontainer li a.subitem_active {
    background: none;
    background-color: #309;
    color: #fff;
}

#menu_rechts {
    width: 183px;
    position: absolute;
    right: 0;    
    top: 400px;
    text-align: left;
    z-index: 80;
}
#menu_rechts a {
    display:block;
    width:151px;
          *width:183px;    
          height:42px;
          padding:4px 0 0 32px;
          background:#fff url(../images/but_rechts.gif) left bottom no-repeat;
          color:#FE6635;
          text-decoration:none;
          font-weight:bold;
}

div#menu_links {
    position:absolute;
    width:187px;
    height:47px;
    background:#fff url(../images/but_links.gif) left bottom no-repeat;
}
div#menu_links a {
    display:block;
    width:130px;
    height:23px;
    padding:4px 0 0 10px;
    color:#FE6635;
    text-align:right;
}
div#acties {
    position:absolute;
    margin-top:47px;
    width:167px;
          *width:187px;    
          padding:4px 10px 50px 10px;    
          background:#fff url(../images/but_links.gif) left bottom no-repeat;
          font-size:95%;
}
div#acties p {
    color:#FE6635;
}
div#wrapper div#navwrap div#navcontainer {
    margin-bottom:35px;
}

