body  {    
    margin: 0;
    padding: 0;  
    color: #F00; 
    background: #7B7D7C url(bg.png) top left repeat-x;
    font: normal 14px "trebuchet MS",sans-serif;
}
#page {
    position: relative;
    width: 900px;
    /*margin: 0 auto;*/
    height: 610px;
    padding: 0;
    background: #7B7D7C url(SF-bg-content.jpg) 0 0 no-repeat;
}
.collecties #page {
    background: #7B7D7C url(SF-bg-collectie.jpg) 0 0 no-repeat;
}

#nav {
    position: absolute;
    top: 72px;
    left: 104px;
    margin: 0;
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    list-style: none;
}
#nav li {
    position: relative;
    padding: 0;
    margin: 0;
    display: block;
    float: left;
    white-space: nowrap;
}
#nav a {
    display: block;
    padding: 0 7px;
    color: #BE7A3E;
    text-decoration: none;
}
#nav a:hover, #nav a.active {
    color: #7B3A00;
}
#nav a.active {
    color: #7B3A00;
    font-weight: bold;
}
#nav ul {
    display: none;
    position: absolute;
    top: 20px;
    left: 0;    
    padding: 0;
    margin: 0;
    list-style: none;
}
#nav ul li {
    display: block;
    width: 165px;
    background: #FFF;
}

#subnav {
    overflow: hidden;
    position: absolute;
    top: 136px;
    left: 0;
    width: 127px;
    height: 125px;
    margin: 0;
    padding: 0;
    line-height: 18px;
    font-size: 14px;
    list-style: none;
}
#subnav li {
    padding: 0 10px;
    margin: 0;
    white-space: nowrap;
}
#subnav a {
    color: #BE7A3E;
    text-decoration: none;
}
#subnav a:hover, #subnav a.active {
    color: #7B3A00;
}
#subnav h1 {
    margin: 0;
    padding: 0;
    color: #7B7D7C;
    font-size: 14px;
}

#content {
    position: absolute;
    top: 136px;
    left: 136px;
    height: 470px;
    width: 710px;
    color: #FFF;
    font: normal 13px "trebuchet MS",sans-serif;
}
#inner {
    overflow: auto;
    margin: 10px;
    width: 378px;
    height: 452px;
    line-height: 150%;
}
.collecties #inner {
    height: 373px;
}
#content .contentimg {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    width: 270px;
    height: 360px;
    padding: 17px 10px;
    background: transparent url(SF-bg-foto.jpg) 0 0 no-repeat;
}

#content h1 {
    margin: 0 0 4px 0;
    padding: 0;
    font-weight: normal;
    font-size: 180%;
}
#content p {
    margin: 0 0 10px 0;
    padding: 0;
}
#content a {
    color: #FFF;
}

/*--- gallery ---*/
#content #gallery {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    width: 270px;
    height: 360px;
    padding: 17px 10px;
}
#content #gallery img {
    position: absolute;
}
#content .gallerynav {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: -110px;
    width: 73px;
}
#content .gallerynav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#content .gallerynav li {
    margin: 0;
    padding: 0;
}
#content .gallerynav img {
    width: 69px;
    border: 2px solid #FFF;
    cursor: pointer;
}
#content .gallerynav img.active {
    border: 2px solid #BE7A3E;
}
#content .gallerynav #prev {
    display: block;
    height: 14px;
    background: #FFF url(SF-omhoog.jpg) 50% 50% no-repeat;
}
#content .gallerynav #next {
    display: block;
    height: 14px;
    background: #FFF url(SF-omlaag.jpg) 50% 50% no-repeat;
}

/*--- profile ---*/
table {
    border-collapse: collapse;
    line-height: 110%;
}
input[type="text"], input[type="password"] {
    width: 160px;
    border: 1px solid #BE7A3E;
    background: transparent;
    color: #FFF;
}
select {
    border: 1px solid #BE7A3E;
}
input[type="submit"], input[type="reset"] {
    padding: 2px 4px;
    border: 0;
    background: #BE7A3E;
    color: #FFF;
    font-weight: bold;
}
input#register {
    background: transparent;
}
div#credits {
    position: absolute;
    top: 610px;
    left: 10px;
    margin-top: 0;

    font-size: 70%;
    text-align: center;
    color: #949594;
}
div#credits a {
    color: #949594;
}
