html {
  height : 100% ;
  width : 100% ;
  min-height : 100% ;
  margin : 0 ;
  overflow : hidden ;
  font-family : verdana, tahoma, sans_serif ;
  font-size : 14px ;
}

body {
  height : 100% ;
  min-height : 100% ;
  width : 100% ;
  overflow : hidden ;
  margin : 0 ;
  background : #ddF ;
}

#header {
  position : absolute ;
  height : 100px ;
  text-align : right ;
  font-size : 3em ;
  width : 1025px ;
  z-index : 5 ;
  background : url("afbeeldingen/achtergrond_hoofding.jpg") no-repeat #DDF ;
}

#footer {
  position : absolute ;
  bottom : -1px ;
  left : -18px ;
  background : #66c ;
  color : #fff ;
  width : 100% ;
  z-index : 6 ;
  font-weight : bold ;
  text-align : center ;
  font-size : 1.2em ;
}

#footer a, #footer a:visited, #footer a:active {
  color : #fff ;
  text-decoration : none ;
}

#footer a:hover {
  color : #99f ;
}

#left {
  position : absolute ;
  width : 200px ;
  margin-top : 100px ;
  text-align : right ;
  z-index : 7 ;
}

.nav {
  background : url("afbeeldingen/test.jpg") no-repeat #eef ;
  margin-bottom : 3px ;
  padding-right : 5px ;
}

.nav a,
.nav a:visited,
.nav a:active {
  display : block ;
  text-decoration : none ;
  color : #000 ;
  font-weight : bold ;
}

.nav a:hover {
  color : #666 ;
}

.nav_1, .nav_2 {
  display : none ;
  background : url("afbeeldingen/test.jpg") right no-repeat ;
  margin-bottom : 2px ;
  margin-right : 10px ;
  padding-right : 10px ;
  font-size : .8em ;
  font-weight : bold ;
}

.nav_1 a, .nav_2 a,
.nav_1 a:visited, .nav_2 a:visited,
.nav_1 a:active, .nav_2:active {
  text-decoration : none ;
  color : #000 ;
  display : block ;
}

#holder {
  position : relative ;
  height : 100% ;
  min-height : 100% ;
  overflow : auto ;
  padding-left : 250px ;
}

.item {
  border : solid 1px #999 ;
  background : #ccf ;
  width : 750px ;
  margin-bottom : 20px ;
  color : #009 ;
}



