/* CSS Document */
#bHomeLink{
float:left;
clear:none;
width:42px;
height:40px;
}

#bLestijdenLink{
float:left;
clear:none;
width:42px;
height:61px;
}

#bNieuwsLink{
float:left;
clear:none;
width:42px;
height:50px;
}

#bVoorwaardenLink{
float:left;
clear:none;
width:42px;
height:158px;
}

#bPrijzenLink{
float:left;
clear:none;
width:42px;
height:49px;
}

#bContactLink{
float:left;
clear:none;
width:42px;
height:55px;
}

/* links hovers */

#bHome a:hover{
float:left;
clear:none;
width:42px;
height:40px;
background:url(images/bHome_h.jpg);
}

#bLestijden a:hover{
float:left;
clear:none;
width:42px;
height:61px;
background:url(images/bLestijden_h.jpg);
}

#bNieuws a:hover{
float:left;
clear:none;
width:42px;
height:50px;
background:url(images/nNieuws_h.jpg);
}

#bVoorwaarden a:hover{ 
float:left;
clear:none;
width:42px;
height:158px;
background:url(images/bVoorwaarden_h.jpg);
}

#bPrijzen a:hover{
float:left;
clear:none;
width:42px;
height:49px;
background:url(images/bPrijzen_h.jpg);
}

#bContact a:hover{
float:left;
clear:none;
width:42px;
height:55px;
background:url(images/cContact_h.jpg);
}
