body {
        background-color: #761B06;
        margin:0;
        background-image: url(../images/background.jpg);
        background-repeat:repeat-x;
}
#head {
        height:309px;
        background-image:url(../headers/achtergrond.jpg);
        background-position:center;
        background-repeat:no-repeat;
        text-align:center;
}
#foot {
        font-size:12px;
        color:#EFD392;
        text-align:center;
        }
#container {
        background-image:url(../headers/midden.jpg);
        background-repeat:repeat-y;
        background-position:center;
        margin-left:auto;
        margin-right:auto;
}
.inhoud {
        padding:5px 20px 20px 20px;
        font-size:12px;
        color: #000;
        width:774px;
        margin-left:auto;
        margin-right:auto;
        line-height:140%;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        }

body,td,th {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #000;
        line-height:140%;
}

h1 {
        font-size:18px;
        letter-spacing:0.1em;
        color:#B99126
        }
h2 {
        color:#7a5c00;
        font-size:14px;
        }
a:link {
        color:#761B06;
}
a:visited {
        color:#761B06;
}
a:hover {
        color: #7a5c0d;
}
a:active {
        color:#761B06;
}
.chromestyle{
width: 800px;
background-color:#761B06;
text-align:left;
margin-left:auto;
margin-right:auto;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: " ";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.chromestyle ul{
background-color:#761B06;
padding: 6px 0px 5px 0px;
margin: 0;
font-size:12px;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
        display: inline;
        font-weight:bold;
}

.chromestyle ul li a:link{
        padding: 7px 12px 7px 12px;
         color:#EFD392;
           text-decoration:none;
         background-color:#761B06;
}
.chromestyle ul li a:visited{
        padding: 7px 12px 7px 12px;
         color:#EFD392;
        text-decoration:none;
        background-color:#761B06;
}
.chromestyle ul li a:hover{
        padding: 7px 12px 7px 12px;
   color:#761B06;
   background-color:#EFD392;
}
.chromestyle ul li a:active{
        padding: 7px 12px 7px 12px;
         color:#EFD392;
   background-color:#761B06;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " ";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
position:absolute;
top: 0;
border: 1px solid #fcd0ad; /*THEME CHANGE HERE*/
border-bottom-width: 0px;
line-height:22px;
z-index:100;
background-color:#761B06;
width: 170px;
visibility: hidden;
text-align:left;
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border: 1px solid #fcd0ad; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color:#EFD392;
background-color:#761B06;
font-weight:bold;
}
.dropmenudiv a:visited{
color:#EFD392;
background-color:#761B06;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
   background-color:#EFD392;
color:#761B06;
}
.dropmenudiv a:active{
color:#EFD392;
background-color:#761B06;
}

body#menu1 a#menu1,
body#menu2 a#menu2,
body#menu3 a#menu3,
body#menu4 a#menu4,
body#menu5 a#menu5,
body#menu6 a#menu6,
body#menu7 a#menu7,
body#menu8 a#menu8 {
        color:#fff;
        background-color:#d7ae3c;
}

.fotolinks {
        float:left;
        margin-right:15px;
        border:#ffd942 5px ridge;
        }
.fotorechts {
        float:right;
        margin-left:15px;
        border:#ffd942 5px ridge;
}
.fotoheader {
        margin: 94px 0px 0px 6px;
        }
#bovenrand {
        background-image:url(../headers/boven.jpg);
        background-position:center;
        background-repeat:no-repeat;
        height:26px;
        }
#onderrand {
        background-image:url(../headers/onder.jpg);
        background-position:center;
        background-repeat:no-repeat;
        height:24px;
        }
.rood {
        color:#761B06;
}

.geel {
        color:#7a5c00;

}
.randfoto {
        border:#ffd942 5px ridge;
        }
/* DON'T EDIT! */
div.PhotoSlice * { padding: 0px; margin: 0px; }
div.PhotoSlice div.clear {
        clear: both;
        overflow: hidden;
        height: 0px;
}
div.PhotoSlice img {
        visibility: hidden;
}
/* PHOTO BACKGROUND */
div#PSbackground {
        background: #000;
}
/* PHOTO STAGE */
div#PSstage {

}
div#PSstage img {
        border: 6px solid #FFF;
        margin: 0px auto;
}
div#PSstage-replica {
        background: #FFF;
}
/* PANEL */
div#PSmenu {
        text-align: center;
        padding: 4px 0px;
}
div#PSmenu div#PSbuttons {
        height: 38px;
        padding: 5px 10px;
}
div.PhotoSlice a.button {
        cursor: pointer;
        margin: 0px 2px;
        padding: 10px 20px;
        background: #333;
        border: 2px solid #999;
        color: #FCFCFC;
        font: 13px Trebuchet MS;
        line-height: 38px;
        text-align: center;
        text-decoration: none;
}
div.PhotoSlice a.button:hover {
        border: 2px solid #CCC;
}
div.PhotoSlice a.disabled {
        display: none;
}
div#PScaption {
        font: 13px Trebuchet MS;
}
div#PScaption p {
        color: #FCFCFC;
        text-align: center;
        line-height: 32px;
}
div#PScaption p a {
        border-bottom: 1px dotted #CCC;
        color: #CCC;
        text-decoration: none;
}
div#PScaption p a:hover {
        background: #333;
}
div#PScaption a#PSabout {
        float: right;
        line-height: normal;
        margin: 4px; padding: 0px 14px;
        line-height: 30px;
}
.corners{display:block}
.corners *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#D7AE3C}
.corners1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #d7ae3c;
  border-right:1px solid #d7ae3c;
  background:#d7ae3c}
.corners2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #d7ae3c;
  border-right:1px solid #d7ae3c;
  background:#d7ae3c}
.corners3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #d7ae3c;
  border-right:1px solid #d7ae3c;}
.corners4{
  border-left:1px solid #d7ae3c;
  border-right:1px solid #d7ae3c}
.corners5{
  border-left:1px solid #d7ae3c;
  border-right:1px solid #d7ae3c}
.cornersfg{
  background:#D7AE3C}
  

.drag-handle{ /*Overwrite default drag handle bar background color with below*/
background-color: #D4D0D0;
}

#interVeil{ /*CSS for veil that covers entire page while modal window is visible*/
position: absolute;
background: black url(blackdot.gif);
width: 10px;
left: 0;
top: 0;
z-index: 5;
visibility: hidden;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=80);
opacity: 0.8;
}

.dhtmlwindow{
position: absolute;
border: 2px solid black;
visibility: hidden;
background-color: white;
}

.drag-handle{ /*CSS for Drag Handle*/
padding: 1px;
text-indent: 3px;
font: 12px Arial;
background-color: #DCD8D8;
color: black;
cursor: move;
overflow: hidden;
width: auto;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
position: absolute;
right: 1px;
top: 2px;
cursor: hand;
cursor: pointer;
}

* html .drag-handle{ /*IE6 and below CSS hack. Width must be set to 100% in order for opaque title bar to render*/
width: 100%;
}


.drag-contentarea{ /*CSS for Content Display Area div*/
border-top: 1px solid brown;
background-color: white;
color: black;
height: 150px;
padding: 2px;
overflow: auto;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
border-top: 1px solid gray;
background-color: #F8F8F8;
height: 13px; /*height of resize image*/
}


.drag-resizearea{ /*CSS for Resize Area itself*/
float: right;
width: 13px; /*width of resize image*/
height: 13px; /*height of resize image*/
cursor: nw-resize;
font-size: 0;
}




