body {
    background-color: #000;
    color: #FFF;
    background-image: url('/skin/page-bg.png');
    background-repeat: repeat-y;
    background-position: 0 0;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 10pt;
    margin: 0;
    padding: 0;
}

div#top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 193px;
    background-image: url('/skin/header-bg.png');
    background-repeat: repeat-x;
    background-position: 0 0;
}
div#banner {
    position: absolute;
    top: 0;
    left: 289px;
    width: 735px;
    height: 25px;
    background-image: url('/skin/header.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    padding: 167px 0 0 0;
    z-index: 1;
}
div#menu {
    width: 580px;
    height: 25px;
    background-color: #FFF;
}
div#menu a {
    display: block;
    float: left;
    padding: 4px 12px 0 12px;
    height: 21px;
    margin: 0;
    color: #000;
    text-decoration: none;
    font-size: 11pt;
    font-weight: bold;
}
div#menu a:hover, div#menu a.active {
    background-color: #C9C9C9;
}

div#left {
    position: absolute;
    top: 193px;
    left: 0;
    width: 192px;
    height: 287px;
    background-color: #FFB129;
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
    z-index: 1;
}

div#nav {
    position: absolute;
    top: 193px;
    left: 0;
    width: 192px;
    height: 287px;
    background-color: none;
    z-index: 2;
}
div#nav a {
    display: block;
    color: #FFF;
    font-weight: 600;
    font-style: normal;
    text-decoration: none;
    font-size: 10pt;
    padding: 4px 4px 4px 60px;
}
div#nav a:hover, div#nav a.active {
    color: #000;
}

div#home {
    position: absolute;
    top: 167px;
    left: 193px;
    width: 95px;
    height: 25px;
    background-color: #FFB129;
    z-index: 2;
    text-align: right;
}
div#home a {
    display: block;
    margin: 4px 6px 0 0;
    color: #000;
    text-decoration: none;
    font-size: 11pt;
    font-weight: bold;
}
div#home a:hover {
    color: #FFF;
}
div#content {
    position: absolute;
    top: 0;
    left: 0;
    height: 481px;
    padding: 208px 16px 16px 304px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 10pt;
    color: #000;
}
div#innercontent {
    max-width: 690px;
    color: #FFF;
}
div.bg1 {
    background-image: url('/skin/inzetfoto1.png');
}
div.bg2 {
    background-image: url('/skin/inzetfoto2.png');
}
div.bg3 {
    background-image: url('/skin/inzetfoto3.png');
}
div.bg4 {
    background-image: url('/skin/inzetfoto4.png');
}
div.bg5 {
    background-image: url('/skin/inzetfoto5.png');
}
div.bg6 {
    background-image: url('/skin/inzetfoto6.png');
}
div.bg7 {
    background-image: url('/skin/inzetfoto7.png');
}
div.bg8 {
    background-image: url('/skin/inzetfoto8.png');
}
div#content h1 {
    margin-bottom: 0;
    font-size: 120%;
    color: #FFF;
}
div#content h2 {
    margin-bottom: 0;
    font-size: 110%;
    color: #FFF;
}
div#content h3 {
    margin-bottom: 0;
    font-size: 100%;
    color: #FFF;
}
div#content p {
    margin-top: 0;
}
div#content img {
    border: 0;
}

div#content a {
    color: #FFB129;
}

div.para {
    margin-bottom: 10px;
}

form#contact td {
    font-size: 90%;
}
input.form[type=submit], input.form[type=reset] {
    border: 0;
    background-color: #FF6000;
    color: #000;
    padding: 3px 5px;
}
input.form[type=text], textarea.form {
    border: 1px solid #FF6000;
    padding: 3px 1px 3px 1px;
}
textarea.input100 {
    width: 442px;
}
input.input50 {
    width: 214px;
}
input.input25 {
    width: 100px;
}

div#credits {
    position: absolute;
    top: 486px;
    left: 0px;
    width: 192px;
    height: 0px;
    font-size : 7pt;
    text-align: center;
    color: #FFF;
    z-index: 3;
}
div#credits a {
    color: #FFB129;
    text-decoration: none;
}

