body {
    margin: 0;
    padding: 0;
    background: #C8993D url(/skin/page-bg.png) 50% 0 repeat-y;
    color: #FFF;
    font-family: "Trebuchet MS", sans-serif;
    font-size: 10pt;
    behavior:url("/skin/csshover.htc");
}
h1 {
    margin: 0 0 4px 0;
    color: #C8993D;
    font-size: 110%;
}
a {
    color: #C8993D;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

div#page {
    position: relative;
    width: 1000px;
    margin: 10px auto 0 auto;
}

div#home-content {
    width: 450px;
    min-height: 131px;
    padding: 10px 400px 0 150px;
    background: #000 url(/skin/home2.jpg) 651px 0 no-repeat;
}
* html div#home-content {
    background: #000 url(/skin/home2.jpg) 654px 0 no-repeat;
}
div#content {
    width: 1000px;
    width: 750px;
    padding: 10px 100px 0 150px;
    font-size: 9pt;
}
div#content div {
    width: 330px;
    float: left
}
div#content div.right {
    float: right;
    padding-left: 40px;
    margin-left: 40px;
    border-left: 1px solid #C8993D;
}
div#content div.youtube {
    width: 330px;
    float: left
}

div.galleryimg {
    position: absolute;
    top: 80px;
    left: 150px;
    width: 750px;
    height: 320px;
}
div.galleryimg div.description {
    position: absolute;
    top: 0;
    right: 50px;
    width: 200px;
    padding-top: 10px;
    color: #FFF;
    font: normal 14px Trebuchet MS, sans-serif;
}
div.gallerynavbg {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 320px;
    background-color: #333;
    opacity: 0.4;
}
div.gallerynav {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 320px;
    background-image: url(/skin/img-nav-trans.png);
}
div.gallerynav a {
    display: block;
    width: 50px;
    height: 160px;
}
div.gallerynav a#galleryprev:hover {
    background-image: url(/skin/img-back.png);
}
div.gallerynav a#gallerynext:hover {
    background-image: url(/skin/img-next.png);
}

div#top {
    width: 1000px;
    height: 80px;
    background: #000 url(/skin/header.jpg) 0 0 no-repeat;
}
div#bar {
    width: 1000px;
    height: 320px;
    background-color: #333;
}
ul#nav {
    float: left;
    width: 150px;
    height: 300px;
    margin: 0;
    padding: 0 0 0 0;
    list-style: none;
}
ul#nav ul {   
    list-style:none;
    display:block; 
    padding:0 0 0 30px;
}

ul#nav a {
    display: block;
    height: 21px;
    padding-left: 20px;
    color: #C8993D;
    line-height: 21px;
    text-decoration: none;
}
ul#nav ul li a {
    padding-left: 0px;
}
ul#nav a:hover, ul#nav a.active {
    background-color: #C8993D;
    color: #000;
}
ul#nav li li a.active {
    background-color: #333;
    color: #FFF;
}
div#credits {
    position: absolute;
    top: 420px;
    left: 5px;
    width: 150px;
    margin-top: 2px;
    font-size: 70%;
    text-align: left;
    color: #555555;
}
div#credits a {
    color: #555555;
}
div#content div#formulier {
    width:440px;    
}
div#content div#formulier form input[type="text"]{
    width:100%;
}
div#content div#formulier form {
    text-align:left;
    font-weight:normal;
}
div#content div#formulier form th, div#content div#formulier form td{    
    font-size:13px;
    font-weight:normal;
}

