@charset "utf-8";
/* CSS Document */

.menu ul{
display:block;
}

.menu ul li{
display:block;
float:left;
}

.menu ul li a{
display:block;
}

.menu ul li a span{
display:none;
}

/*knoppen*/
#overons{
background:url(../img/website/knoppen/overons.png);
float:left;
width:106px;
height:48px;
}

#overons:hover{
background:url(../img/website/knoppen/overonsa.png);
float:left;
width:106px;
height:48px;
}

#lessen{
background:url(../img/website/knoppen/lessen.png);
float:left;
width:91px;
height:48px;
}

#lessen:hover{
background:url(../img/website/knoppen/lessena.png);
width:91px;
height:48px;
}

#store{
background:url(../img/website/knoppen/store.png);
width:111px;
height:48px;
}

#store:hover{
background:url(../img/website/knoppen/storea.png);
width:111px;
height:48px;
}

#feest{
background:url(../img/website/knoppen/feest.png);
width:167px;
height:48px;
}

#feest:hover{
background:url(../img/website/knoppen/feesta.png);
width:167px;
height:48px;
}

#reizen{
background:url(../img/website/knoppen/reizen.png);
width:134px;
height:48px;
}

#reizen:hover{
background:url(../img/website/knoppen/reizena.png);
width:134px;
height:48px;
}

#nieuws{
background:url(../img/website/knoppen/nieuws.png);
width:89px;
height:48px;
}

#nieuws:hover{
background:url(../img/website/knoppen/nieuwsa.png);
width:89px;
height:48px;
}

#contact{
background:url(../img/website/knoppen/contact.png);
width:105px;
height:48px;
}

#contact:hover{
background:url(../img/website/knoppen/contacta.png);
width:105px;
height:48px;
}
/*einde knoppen*/