/*******************************************************************************
  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
*******************************************************************************/

div.zijbalk_content div.afbeelding {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
}

div.werkstuk img {
  display: none;
}

div.clip_image_width {
  width: 154px;
  float: left;
}

div.clip_image_content {
  margin-right: 10px;
}

div.cliptext {
  height: 40px;
  border-top: 1px solid #E0E0E0;
  text-align: right;
}

a.contentnavlink {
  font-size: 70%;
  font-weight: bold;
}

/* 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.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 {
  color: #666666;
}


