/*******************************************************************************
  Deze website draait op het IPROX-platform van InfoProjects bv., IPROX is een
  state-of-the-art Content Management Systeem voor omvangrijke webomgevingen.
  Voor meer informatie, zie: http://www.infoprojects.nl en http://www.iprox.nl.
  
  @author : Jacob Stellingwerf
            InfoProjects B.V.
            jacob@infoprojects.nl
*******************************************************************************/

/* contentvlak regulier */
div.middenvlak_content {
  border-right-width: 0px;
}

div.middenvlak_width {
  border-right: 1px solid #E0E0E0;
}

div.fotos {
  clear: both;
}

div.foto_width {
  width: 115px;
  float: left;
}

div.foto_content {
  margin-right: 20px;
  margin-left: 0px;
  margin-bottom: 15px;
}

div.foto {
  width: 91px;
  height: 62px;
}

div.foto_content div.foto img {
  width: 90px;
  height: 62px;
  border: 0px solid #FFFFFF;
}

div.foto_content div.details{
  margin-top: 2px;
  text-align: right;
}

div.foto_content div.details .borderless {
  border: 0px solid #FFFFFF;
}

div.border {
  padding: 3px;
  border: 1px solid #9B958E;
}

div.foto_nav {
  width: 450px;
  margin-top: 20px;
  clear: both;
}

div.foto_nav div.volgende {
  float: right;
}

div.spacer {
  margin-bottom: 20px;
}

/* contentvlak popup */
div.popupcontent {
  margin-left: 80px;
}

div.popupcontent div.titel {
  font-weight: bold;
  margin-top: 55px;
  margin-bottom: 10px;
}

div.popupcontent div.foto {
  float: none;
  clear: both;
}

div.popupcontent div.border {
  border: 1px solid black;
  padding: 3px;
}

div.popupcontent div.foto_nav {
  width: 100%;
}

div.volgendefoto {
  float: right;
}

div.ibutton a {
  color: #D63F7D;
}

div.plakboek {
  margin-top: 10px;
  margin-bottom: 10px;
}

div.plakboek div.image {
  float: left;
}

div.plakboek div.image img {
  margin-right: 3px;
  border: 0px solid #FFFFFF;
}

div.copyright {
  margin-top: 10px;
  color: #666666;
}



