body {
    background-color: #744e30;
    color: #FFF;
    margin: 20px 0;
    padding: 0;
    font: 12px/15px "Trebuchet MS",sans-serif; 
}
a {
    color: #FFFFFF;
}
a:visited {
    color: #FFFFFF;
}

#address {
         position: absolute;
         margin-top: 500px;           
         font: 12px/15px "Trebuchet MS",sans-serif ;
         color: #8a8a8a;
}

div#page {
    position: relative;
    width: 960px;
    height: 650px;
    margin: 0 auto;
    background-color: #573011;
}

div#top {
    position: relative;
    height: 80px;
    background: #744e30 url(/skin/logo-header.jpg) left top no-repeat;
}
img#logo {
    position: absolute;
    top: 0;
    right: 0;
}

div#nav {
    position: absolute;
    top: 80px;
    left:0;
    width: 120px;
    height: 570px;
    background: #744e30 url(/skin/achtergrond-navigatie.jpg) left bottom no-repeat;
}
div#nav ul {
    list-style: none;
    margin-left: 0px;
    margin-top: 12px;
    padding: 0;
    border-bottom: 1px dashed #FFF;
    width: 120px;
    top: -12px;
    
}
div#nav ul li {
    position: relative;
    line-height: 20px;
    text-align: right;
    top: -12px;
}
div#nav ul li a {    
    position: relative;
    margin-top: 0px;
    padding: 0 18px;
    color: #a3a2a0;
    text-decoration: none;
}
div#nav ul li a:hover, div#nav ul li a.active {
    background: transparent url(/skin/bullet.gif) left no-repeat;
    color: #ffffff;
}

div#nav ul li#home a {
    position: relative;
    display: block;
    margin-bottom: 0px;
    width: 104;
    text-decoration: none;
    color: #ffffff;
    background-color: #ff7e00;
    line-height: 20px;

}
div#nav ul li#home a:hover, div#nav ul li#home a.active {
    color: #FFF;
}

div#nav ul ul.subsub {
    list-style: none;
    padding: 0;
    border-bottom: none;
    width: 120px;
    top: 6px;
    font-weight:bold;
    font-size:9px;
    position:relative;
}

div#nav ul ul.subsub a {
    padding-right:26px;
}

div#nav div.address {
    position: absolute;
    left: 0;
    bottom: 50px;
    padding: 10px;
    text-align: left;
}

ul#subnav {
    position: absolute;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    list-style: none;
    width: 840px;
    height: 20px;
    background: #744e30 url(/skin/verloop-lijn.jpg) left bottom no-repeat;
    
}
ul#subnav li {
    float: left;
    margin: 0 2px 0 0;
    padding: 0;
    border-bottom: 1px solid #43413d;
}
ul#subnav li a {
    display: block;
    width: 50px;
    padding-right: 4px;
    color: #a3a2a0;
    background-color: #816148;
    line-height: 20px;
    text-align: right;
    text-decoration: none;
}
ul#subnav li a:hover, ul#subnav li a.active {
    background: #573011 url(/skin/bullet.gif) left no-repeat ; 
    color: #fff;

}

div#gallerynav {
    position: absolute;
    left: 320px;
    top: 20px;
    width: 100px;
    height: 500px;
    padding-top: 50px;
    background: #744e30 url(/skin/verloop-achter-galerienav.jpg) left top;
    color: #fff;
    text-align: center;
}
div#gallerynav div.imgnav {
    margin-top: 5px;
}
div#gallerynav div.imgnav img {
    width: 14px;
    height: 15px;
    border: 0;
    margin: 5px;
}
div.galleryimg {
    width: 90px;
    margin-left: 6px;
}
div.galleryimg div {
    overflow: hidden;
    height: 60px;
    padding: 2px;
    padding-top: 3px;
    border: 0;
}
div.galleryimg div.activeimg {
    padding: 0;
    border: 4px solid #ff7e00;
}
div.galleryimg img {
    width: 84px;
    cursor: pointer;
}
div#upper {
    position: relative;
    width: 100px;
    height: 20px;
    background-color: #ff7e00;
    text-align: right;
    
}

div#bigimg {
    position: absolute;
    left: 420px;
    top: 20px;
    width: 420px;
    height: 550px;
    background: #402915;
}
div#bigimg div {
    background-color: #744e30;
}
div#bigimg div.top {
    position: absolute;
    top: 0;
    left: 0;
    width: 420px;
    height: 50px;
    background: #5a3b22;
}
div#bigimg div.left {
    position: absolute;
    top: 50px;
    left: 0;
    width: 50px;
    height: 450px;
    background: #5a3b22;
}
div#bigimg div.right {
    position: absolute;
    top: 50px;
    right: 0;
    width: 50px;
    height: 450px;
    background: #5a3b22;
}
div#bigimg div.bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 420px;
    height: 50px;
    background: #5a3b22;
}
div#bigimg div#pane {
    z-index: 1;
    position: relative;
    width: 320px;
    height: 450px;
    margin: 50px;
    top: 50px;
    margin-top:0px;
    background: #744e30;
}

div#bigimg img#viewimg {
    width: 320px;
    border: 0;
}


div#content {
    position: absolute;
    top: 80px;
    left: 120px;
    width: 300px;
    height: 550px;
    font-size: 12px;
    color: #FFF;
    padding: 20px 530px 0 10px;
    background: #744e30 url(/skin/achtergrond-contentblok.jpg) left bottom no-repeat;
}
div#content h1 {
    margin: 0px 10px 0 10px;
    padding-top: 20px;
    font-size: 120%;
}
div#content p {
    margin: 0 10px;
}
div#credits {
    position: absolute;
    top: 550px;
    left: -110px;
    width: 150px;
    margin-top: 2px;
    font-size: 70%;
    text-align: left;
    color: #fff;
}
div#credits a {
    color: #fff;
}

