html,
body {
  background : url("afbeeldingen/bgpic.jpg") #666 ;
  text-align : center ;
  margin : 0 ;
  padding : 0 ;
  height : 100% ;
  font-family : tahoma ;
}

#holder {
  width : 1040px ;
  height : 100% ;
  background : url("afbeeldingen/bg_holder.jpg") #666 ;
  margin : 0 auto ;
  padding : 0 20px ;
}

#header {
  position : relative ;
  height : 150 px ;
  background : url("afbeeldingen/bg_header.jpg") ;
  font-family : gulim ;
}

#navigation {
  border-bottom : solid 2px #500 ;
  height : 30px ;
  font-size : 20px ;
  text-align : left ;
  color : #ccc ;
  background : url("afbeeldingen/bg_nav_1.jpg") ;
}

#navigation a {
  text-decoration : none ;
  color : #ccc ;
  width : 185px ;
  height : 40px ;
  text-align : center ;
  margin : 0 ;
}

#navigation a:hover {
  color : #933 ;
}

#rightkolom {
  position : relative ;
  float : right ;
  width : 250px ;
  background : #999 ;
}

#rightkolom_top {
  font-size : 1.5em ;
  margin : 5px 0px 15px 0px;
  color : #666 ;
}

.header_text {
  font-size : 1.5em ;
  margin-right : 260px ;
  border-bottom : solid 2px #500 ;
  padding : 10px ;
  text-align : left ;
  color : #999 ;
  font-weight : bold ;
}

.text {
  position : relative ;
  float : left ;
  width : 700px ;
  margin-top : 10px ;
  margin-bottom : 15px ;
  padding-left : 10px ;
  text-align : left ;
  color : #ccc ;
}

.text_left {
  position : relative ;
  float : left ;
  width : 200px;
  text-align : right ;
  color : #333 ;
  font-size : .9em ;
}

.text_right {
  position : relative ;
  float : left ;
  text-align : left ;
  width : 300px;
  margin-left : 10px ;
  }

.link {
  text-decoration : none ;
  font-size : .8em ;
  color : #ccc ;
  font-style : italic ;
}

.link:hover {
  font-weight : bold ;
  color : #333 ;
}

