html, body {
  font-size: 11px;
  font-family: Sans-serif, Verdana;
  background-color: #000000;
  padding: 0px;
  margin: 0px;
}

div#container {
  position: absolute;
}

div#content {
  position: absolute;
}

div#showContentBG {
  z-index: 6;
  position: absolute;
  background-color: #FFFFFF;
}
div#showContent {
  z-index: 7;
  position: absolute;
  overflow-y: scroll;
  overflow-x: hidden;
}
div#closeContent {
  z-index: 8;
  position: absolute;
  width: 25px;
  height: 25px;
  right: 0px;
  top: 0px;
  background-color: #000000;
  background-image: url('./../images/close.gif');
  cursor: pointer;
}
  div#contentPage {
    padding: 20px;
  }

div.menu, div.menuOff {
  width: 200px;
  height: 150px;
  position: absolute;
}
div.menu {
  cursor: pointer;
}
  div.menu div, div.menuOff div {
    z-index: 2;
    position: absolute;
  }
  div.menu img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
div#menuItem0 {
  background-color: #000000;
}
div#menuItem1 {
  background-color: #0134A7;
}
div#menuItem2 {
  background-color: #E29900;
}
div#menuItem3 {
  background-color: #000000;
}
div#menuItem4 {
  background-color: #90538A;
}
div#menuItem5 {
  background-color: #000000;
}
div#menuItem6 {
  background-color: #59E18F;
}
div#menuItem7 {
  background-color: #008BDB;
}
div#menuItem8 {
  background-color: #000000;
}
div#menuItem9 {
  background-color: #F43D1D;
}
div#menuItem10 {
  background-color: #000000;
}
div#menuItem11 {
  background-color: #DE175A;
}
div#menuItem12 {
  background-color: #FFAE04;
}
div#menuItem13 {
  background-color: #000000;
}
div#menuItem14 {
  background-color: #000000;
}
div#menuItem15 {
  background-color: #FFFE12;
}

div#menuDescription {
  width: 200px;
  height: 21px;
  padding-top: 4px;
  color: #FFFFFF;
  background-color: #000000;
  text-align: center;
  position: absolute;
  z-index: 20;
  font-weight: bold;
  font-size: 12px;
}

div#header {
  position: absolute;
  width: 200px;
  height: 72px;
  z-index: 5;
}

div#footer {
  width: 100%;
  height: 80px;
  position: absolute;
  z-index: 10;
}
  div#footer img {
    float: left;
    height: 100%;
    float: left;
  }
  div#BGfooter {
    background-image: url('./../images/bg_footer.gif');
    float: left;
    height: 100%;
    width: 400px;
  }
  div#BGfooter span {
    float: right;
    margin-right: 20px;
    color: #FFFFFF;
    margin-top: 60px;
  }
  div#BGfooter a {
    color: #FFFFFF;
    font-size: 120%;
  }
  div#logoFooter {
    height: 80px;
	width: 250px;
    float: left;
	padding: 0px;
	margin: 0px;
	background: url('./../images/logo.png');
	border: 0px;
  }

	h1 {
	  font-size: 20px;
	  font-variant: small-caps;
	}
   
    a { 
	  color: #000000;
    }

  /*/////////////////////////////////////////////////////////////////////////////////////////////////////////
  //                                        P H O T O   A L B U M S                                        //
  //                                                                                                       //
  // 28-08-2007                                                                                 GvR Studio //
  /////////////////////////////////////////////////////////////////////////////////////////////////////////*/

  div.album {
    margin: 10px 0px;
    border: 1px solid #000000;
	padding: 10px;
	background-color: #FFFFFF;
	min-height: 120px;
  }
  * html div.album {
    height: 120px; /* IE treats as min-height */
  }
     div.headline img, div.subheadline img, div.album img {
      float: left;
      margin-right: 20px;
    }
    div.headline p.picture, div.subheadline p.picture, div.album p.picture {
      margin-left: 120px;
    }
	div.album div.edit {
      float: right;
	  margin: 0px;
	}
	div.album div.edit img {
	  margin: 0px;
	}

div.left {
  float: left;
  width: 390px;
}
div.right {
  float: right;
  width: 390px;
}

div#contentPage img {
  border: 1px solid #000000;
  padding: 1px;
}

  /*/////////////////////////////////////////////////////////////////////////////////////////////////////////
  //                                                    P H O T O S                                        //
  //                                                                                                       //
  // 28-08-2007                                                                                 GvR Studio //
  /////////////////////////////////////////////////////////////////////////////////////////////////////////*/

  div.foto, div.fotoedit {
    width: 100px;
    margin: 3px;
    float: left;
  }
  div.foto {
    height: 75px;
  }

  div.clear {
    clear: both;
  }

  strong {
    color: #50514D;
  }
  

  /*/////////////////////////////////////////////////////////////////////////////////////////////////////////
  //                                                    P A G E S                                          //
  //                                                                                                       //
  // 28-08-2007                                                                                 GvR Studio //
  /////////////////////////////////////////////////////////////////////////////////////////////////////////*/

  div#icon_go_backActive {
    background: url('./../images/icon_go_back.gif');
	background-color: #000000;
  }

  div#icon_go_forwardActive {
    background: url('./../images/icon_go_forward.gif');
	background-color: #000000;
  }

  div#icon_go_back {
    background: url('./../images/icon_go_back.gif');
	background-color: #4D4D4D;
  }

  div#icon_go_forward {
    background: url('./../images/icon_go_forward.gif');
	background-color: #4D4D4D;
  }

  div.pages {
    color: #000000;
	height: 19px;
	width: 25px;
	color: #FFFFFF;
	background-color: #000000;
	float: left;
	font-size: 10px;
	font-weight: bold;
    margin-right: 5px;
	text-align: center;
	padding-top: 6px;
	cursor: pointer;
  }

  div#pagesActive {
    background-color: #CC0000;
  }


  /*/////////////////////////////////////////////////////////////////////////////////////////////////////////
  //                                        P H O T O   V I E W E R                                        //
  //                                                                                                       //
  // 28-08-2007                                                                                 GvR Studio //
  /////////////////////////////////////////////////////////////////////////////////////////////////////////*/
  div#toolbar {
    background: url('./../images/photo/bg.gif');
    padding: 2px 10px;
    width: 336px;
    height: 64px;
    overflow: hidden;
    position: absolute;
    z-index: 10;
  }
    div#toolbar img {
    border: 0px;
    }
    div#toolbar a {
    width: 48px;
    display: block;
    float: left;
    }
    div#toolbar div#toolbarLoader {
    width: 16px;
    float: left;
    margin: 16px;
    }
    div#toolbar div#toolbarInfo {
    width: 356px;
    color: #FFFFFF;
    height: 16px;
    text-align: center;
    }

  div#photoLayer {
    position: absolute;
    padding: 10px;
    background-color: #000000;
    z-index: 9;
  }
  div#showBox {
    position: absolute;
    width: 100%;
    background-color: #585858;
    top: 0px;
    left: 0px;
	z-index: 8;
  }

  /*/////////////////////////////////////////////////////////////////////////////////////////////////////////
  //                                        P H O T O   V I E W E R                                        //
  //                                                                                                       //
  // 28-08-2007                                                                                 GvR Studio //
  /////////////////////////////////////////////////////////////////////////////////////////////////////////*/
  div.kleurplaten {
    float: left;
	margin: 5px;
  }
    div.kleurplaten a {
	  margin-top: 3px;
      background: url('./../images/icon_download.gif') #000000;
      width: 179px;
	  display: block;
	  height: 25px;
    }

  /*/////////////////////////////////////////////////////////////////////////////////////////////////////////
  //                                                        C O N T A C T                                  //
  //                                                                                                       //
  // 28-08-2007                                                                                 GvR Studio //
  /////////////////////////////////////////////////////////////////////////////////////////////////////////*/

  label {
    width: 200px;
	display: block;
  }

  input.text {
	width: 400px;
    border: 1px solid #000000;
  }

  select {
    width: 400px;
    border: 1px solid #000000;
  }

  textarea {
    width: 400px;
	height: 175px;
    border: 1px solid #000000;
  }

  button.button {
    background-color: #000000;
    border: 1px solid #000000;
	color: #FFFFFF;
	cursor: pointer;
	width: 175px;
	height: 25px;
  }

    /*/////////////////////////////////////////////////////////////////////////////////////////////////////////
  //                                                    P R O G R A M                                    //
  //                                                                                                       //
  // 28-08-2007                                                                                 GvR Studio //
  /////////////////////////////////////////////////////////////////////////////////////////////////////////*/

 table#program {
   border: 1px solid #2D3A4A;
 }
 table#program th {
   font-size: 14px;
   padding: 2px 0px 2px 250px;
   color: #4F5068;
 }
  table#program td.time {
    width: 75px;
  }
  table#program td.date {
    width: 100%;
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px 0px;
  }
  table#program td.date, table#program td.predate { 
	background-color: #4F5068;
  }
  table#program td.prog {
    
	  padding: 2px;
  }
