body {
    background-color: #000;
    color: #FFF;
    margin: 20px 0;
    padding: 0;
    font: 12px/15px "Trebuchet MS",sans-serif; 
}
a {
    color: #000000;
}
a:visited {
    color: #000000;
}
#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: #A0A0A0;
}

div#top {
    position: relative;
    height: 80px;
    background: #FFF url(/skin/logo-header.jpg) left top no-repeat;
}
img#logo {
    position: absolute;
    top: 0;
    right: 0;
}

div#nav {
    position: absolute;
    top: 68px;
    left:0;
    width: 120px;
    height: 582px;
    background: 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;
    
}
div#nav ul li {
    position: relative;
    line-height: 20px;
    text-align: right;

}
div#nav ul li a {    
    position: relative;
    margin-top: 0px;
    padding: 0 16px;
    color: #B4B4B4;
    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: #ff7e00;
}

div#nav ul li#home a {
    position: relative;
    display: block;
    margin-bottom: 0px;
    width: 104;
    text-decoration: none;
    color: #525250;
    background-color: #ff7e00;
    line-height: 20px;
}
div#nav ul li#home a:hover, div#nav ul li#home a.active {
    color: #FFF;
}
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: #000 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: 16px;
    padding-right: 4px;
    color: #B4B4B4;
    background-color: #000;
    line-height: 20px;
    text-align: right;
    text-decoration: none;
}
ul#subnav li a:hover, ul#subnav li a.active {
    background: #000;
    color: #ff7e00;
}

div#gallerynav {
    position: absolute;
    left: 320px;
    top: 20px;
    width: 100px;
    height: 500px;
    padding-top: 50px;
    background: #000 url(/skin/verloop-achter-galerienav.jpg) left top;
    color: #000;
    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: #000 url(/skin/vrouwmetbril1.jpg) left top;
}
div#bigimg div {
    background-color: #1a1a1a;
}
div#bigimg div.top {
    position: absolute;
    top: 0;
    left: 0;
    width: 420px;
    height: 50px;
    opacity: 0.5;
}
div#bigimg div.left {
    position: absolute;
    top: 50px;
    left: 0;
    width: 50px;
    height: 420px;
    opacity: 0.5;
}
div#bigimg div.right {
    position: absolute;
    top: 50px;
    right: 0;
    width: 50px;
    height: 420px;
    opacity: 0.5;
}
div#bigimg div.bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 420px;
    height: 80px;
    opacity: 0.5;
}
div#bigimg img#viewimg {
    width: 320px;
    height: 420px;
    margin: 50px;
    background: #000;
}

div#content {
    position: absolute;
    top: 80px;
    left: 120px;
    width: 310px;
    height: 550px;
    font-size: 12px;
    color: #FFF;
    padding: 20px 530px 0 0;
    background: #A0A0A0 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: #A5A5A5;
}
div#credits a {
    color: #A5A5A5;
}

/* ---------- profiel en login --------------*/
div#login, table.form {
    width: 320px;
    margin: 10px;
}
div#login input[type="text"], div#login input[type="password"] {
    width: 100px;
}
div#login a {
    color: #FF7E00;
}
input[type="text"], input[type="password"] {
    width: 120px;
    border: 1px solid #FFF;
    background: transparent;
    color: #FFF;
}
input[type="submit"], input[type="reset"] {
    border: 0;
    background: transparent;
    color: #FFF;
}
form#contact {
    width: 420px;
}
input.bright {
    background-color: #FF7E00;
}
