/* Algemeen (vaste waarden)
------------------------------------------------------------*/
.nav {
  background: url(../images/basis/nav_nl.gif) no-repeat;
  width: 735px;
  height: 30px;
  margin: 0;
  padding: 0;
}
.nav li, .nav a {
  height: 30px;
  display: block;
}
.nav li {
  float: left;
  list-style: none;
  display: inline;
}
.nav span { 
  display: none; 
}

/* Specifieke afmetingen en posities per taalversie
------------------------------------------------------------*/
.nav01 { width:  71px; }
.nav02 { width:  157px; }
.nav03 { width: 123px; } 
.nav04 { width:  79px; }
.nav05 { width:  97px; }
.nav06 { width:  79px; }
.nav07 { width:  97px; }

.nav01 a:hover { background:url(../images/basis/nav_nl.gif) 0px -30px no-repeat; }
.nav02 a:hover { background:url(../images/basis/nav_nl.gif) -71px -30px no-repeat; }
.nav03 a:hover { background:url(../images/basis/nav_nl.gif) -228px -30px no-repeat; }
.nav04 a:hover { background:url(../images/basis/nav_nl.gif) -351px -30px no-repeat; }
.nav05 a:hover { background:url(../images/basis/nav_nl.gif) -430px -30px no-repeat; }
.nav06 a:hover { background:url(../images/basis/nav_nl.gif) -527px -30px no-repeat; }
.nav07 a:hover { background:url(../images/basis/nav_nl.gif) -606px -30px no-repeat; }


/* Footer
------------------------------------------------------------*/
.foot {
  background: url(../images/basis/footer_nl.gif) no-repeat;
  width: 880px;
  height: 20px;
  margin: 0;
  padding: 0;
}
.foot li, .foot a {
  height: 20px;
  display: block;
}
.foot li {
  float: left;
  list-style: none;
  display: inline;
}
.foot span { 
  display: none; 
}

.foot01 { width: 123px; }
.foot02 { width: 146px; }

.foot01 a:hover { background:url(../images/basis/footer_nl.gif) 0px -20px no-repeat; }
.foot02 a:hover { background:url(../images/basis/footer_nl.gif) -123px -20px no-repeat; }