body {
  margin-top: 0; /* Sorry Jip, moet toch weer ff op 0 anders begint de pagina niet bovenaan */
}
#content {
  margin: 0; /* Anders heeft de grote afbeelding die soms links staat een wit vlak aan de zijkant en begint ie niet bovenaan  */
  width: 915px;
}
.content_block_high {
  margin-top: 20px 0 20px 0; /*margin top en bottom voor tekstvlakken*/
  /* 20081001  `white' i.p.v. `transparent' om grijze vlakken te voorkomen op IE6 */
  border-left: 30px solid white; /* Border is voor afstand tussen floatende blokken */
}
.content_block {
  margin-top: 20px 0 20px 0;
}

/* Nieuwe blokken */
.content_block_foto_small { 
  float: left;
  width: 285px;
  overflow: hidden;/* anti te grote foto */
}
.content_block_right { /*dit blok komt voor het content blok */
  float: right;
  width: 180px;
  font-size: 11px;
  text-align: justify;
  /* 20081001  `white' i.p.v. `transparent' om grijze vlakken te voorkomen op IE6 */
  border-left: 20px solid white;
}
.content_block_right  h4{
  border-bottom: 0;
  padding: 4px;
  color: #fff;
  font-weight: normal;
  font-size: 12px;
  margin: 10px 0 0 0;
}
.content_block_smaller {
  margin:     20px 0 20px 0;
  width:      405px;
  float:      right;
  font-size:  11px;
  text-align: justify;
}
