body {
  position : relative ;
  margin : 0 ;
  text-align : center ;
  background : url("../afbeeldingen/logo.gif") no-repeat center top #9A9 fixed;
  font-family : tahoma, verdana, sans-serif ;
}

#holder {
  position : relative ;
  width : 950px ;
  border : solid 1px #696 ;
  background : #363 ;
  margin : 5px auto ;
}

#hoofding {
  position : relative ;
  margin : 0 auto ;
}

#hoofding_links {
  position : relative ;
  float : left ;
  width : 330px ;
  height : 200px ;
  background : url("../afbeeldingen/hoofding_foto.jpg") no-repeat ;
}

#hoofding_rechts {
  position : relative ;
  float : left ;
  width : 400px ;
  height : 200px ;
  background : url("../afbeeldingen/hoofding_papyrus.gif") no-repeat ;
}
#hoofding_rechts_extra {
  position : relative ;
  float : left ;
  width : 200px ;
  height : 200px ;
  background : url("../afbeeldingen/hoofding_foto_2.jpg") no-repeat right ;
}
#navigatie {
  position : relative ;
  clear : both ;
  background : url("../afbeeldingen/achtergrond_breed.gif") ;
  height : 35px ;
  font-size : .9em ;
  font-weight : bold ;
  color : #696 ;
  padding-top : 10px ;
}
#navigatie a {
  color : #696 ;
  text-decoration : none ;
}
#navigatie a:hover {
  color : #9c9 ;
  text-decoration : none ;
}
#main {
  position : relative ;
  width : 80% ;
  margin : 0 auto ;
  margin-top : 5px ;
  border-left : solid 1px #030 ;
  border-bottom : solid 1px #030 ;
  border-right : solid 1px #030 ;
  text-align : left ;
  font-size : .9em ;
  color : #696 ;
}

#main a,
#main a:active,
#main a:visited {
  text-decoration : none ;
  color : #696 ;
}

#main a:hover {
  font-weight : bold ;
}

.hengst_hoofding {
  height : 35px ;
  background : url("../afbeeldingen/achtergrond_breed.gif");
  font-size : 1.4em ;
  color : #696 ;
  font-weight : bold ;
  padding-top : 6px ;
  text-align : center ;
}

.item_links {
  position : relative ;
  float : left ;
  width : 49% ;
  text-align : center ;
}


.item_rechts {
  position : relative ;
  float : right ;
  width : 49% ;
  text-align : center ;
}

hr {
  width : 50% ;
  color : #696 ;
}

.item_hoofd {
  border-bottom : solid 1px #030 ;
  background : #696 ;
  color : #030 ;
  text-align : center ;
}

.item {
  margin : 2px ;
  border : solid 1px #030 ;
  font-size : .9em ;
  text-align : left ;
}

.hoofding_blog {
  font-weight : bold ;
}

.hoofding_fotoalbum {
  background : url("../afbeeldingen/achtergrond_breed.gif") ;
  height = 35px ;
  font-size : 20px ;
  color : #9c9 ;
  padding-top : 10px ;
  font-weight : bold ;
}

#fotoband {
  position : relative ;
  overflow : hidden ;
  width : 100% ;
  background : #cfc ;
  scrolling : auto ;
  border-bottom : solid 1px #030 ;
  padding-bottom : 3px ;
}

#foto {
  margin-top : 10px ;
}

#foto img {
  border-top : solid 5px #cfc ;
  border-left : solid 5px #9c9 ;
  border-bottom : solid 5px #363 ;
  border-right : solid 5px #696 ;
}
#footer {
  text-align : left ;
  text-decoration : none ;
  font-size : .9em ;
  font-weight : bold ;
  color  : #696 ;
  margin-top : 10px ;
}

#id_groot {
  background : #363 ;
  z-index : 1000 ;
  position : relative ;
  top : -400px ;
  display : none ;
  cursor : pointer ;
  height : 400px ;
}


