body {
  background : #fff ;
  text-align : center ;
  margin : 0px ;
  font-family : tahoma, verdana, sans-serif ;
  font-size : 10 px ;
  color : #00f ;
}

#holder {
  position : relative ;
  margin : 0 auto ;
  margin-top : 5px ;
  margin-bottom : 5px ;
  width : 780px ;
  border : solid 1px #DDD ;
  background : #F3F3F3 ;
  color : #00f ;
}

.hoofding_achtergrond {
  float : left ;
  width : 25%;
  background : url("afbeeldingen/achter_hoofding.jpg") no-repeat repeat-x 0 40px ;
}

#subhoofding {
  margin : 3px 5px ;
}

#subhoofding_tekst {
  text-align : left ;
  font-size : .8em ;
  color : #339 ;
}

#subhoofding_kleur {
  height : 5px ;
  background : url("afbeeldingen/kleur.gif") no-repeat ;
}

#main_kolom {
  position : relative ;
}

.hoofding {
  border : solid 1px #090 ;
  background : #393 ;
  color : #F3F3F3 ;
  font-size : 1.5em ;
  text-align : left ;
}

.tekst {
  margin-top : 2px ;
}

.sub_hoofding_links {
  position : relative ;
  float : left ;
  font-size: 1em ;
  width : 10px ;
  background : url("afbeeldingen/hoek.gif") no-repeat top left ;
}

.sub_hoofding_rechts {
  position : relative ;
  float : right ;
  width : 10px ;
  font-size : 1em ;
  background : url("afbeeldingen/hoek.gif") no-repeat top right ;
}

.sub_hoofding_tekst {
  position : relative ;
  background : #3c3 ;
  color : #f3f3f3 ;
  font-size : 1em ;
  font-weight : bold ;
  text-align : left ;
  margin : 0 10px ;
}

.sub_tekst {
  margin-bottom : 5px ;
  border : solid 1px #3c3 ;
  background : #eee ;
  color : #00f ;
}

.index {
  padding : 0 10px ;
  background : #dde ;
}
.index a,
.index a:visited,
.index a:active,
.index a:hoover {
  font-size : .9em ;
  text-decoration : none ;
  font-weight : bold ;
  color : #00f ;
}

