/* Algemeen (vaste waarden)
------------------------------------------------------------*/
.nav {
  background: url(../images/basis/nav_en.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:  53px; }
.nav02 { width:  123px; }
.nav03 { width: 106px; }
.nav04 { width:  71px; }
.nav05 { width:  54px; }
.nav06 { width:  79px; }
.nav07 { width:  97px; }

.nav01 a:hover { background:url(../images/basis/nav_en.gif)    0px -30px no-repeat; }
.nav02 a:hover { background:url(../images/basis/nav_en.gif)  -53px -30px no-repeat; }
.nav03 a:hover { background:url(../images/basis/nav_en.gif) -176px -30px no-repeat; }
.nav04 a:hover { background:url(../images/basis/nav_en.gif) -282px -30px no-repeat; }
.nav05 a:hover { background:url(../images/basis/nav_en.gif) -353px -30px no-repeat; }
.nav06 a:hover { background:url(../images/basis/nav_en.gif) -407px -30px no-repeat; }
.nav07 a:hover { background:url(../images/basis/nav_en.gif) -486px -30px no-repeat; }


/* Footer
------------------------------------------------------------*/
.foot {
  background: url(../images/basis/footer_en.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: 136px; }

.foot01 a:hover { background:url(../images/basis/footer_en.gif) 0px -20px no-repeat; }
.foot02 a:hover { background:url(../images/basis/footer_en.gif) -123px -20px no-repeat; }
