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

/* button home */
a.hoofdmenu_01 {
	width:199px;
	background-image:url(../img/hoofdmenubalk/hoofdmenu_01.png);
}

/* button mijn trainingspagina */
a.hoofdmenu_02 {
	width:152px;
	background-image:url(../img/hoofdmenubalk/hoofdmenu_02.png);
}

/* button sportmaatje zoeken */
a.hoofdmenu_03 {
	width:150px;
	background-image:url(../img/hoofdmenubalk/hoofdmenu_03.png);
}

/* button circuit */
a.hoofdmenu_04 {
	width:161px;
}

/* button groepen */
a.hoofdmenu_05 {
	width:79px;
	background-image:url(../img/hoofdmenubalk/hoofdmenu_05.png);
}

/* button leden */
a.hoofdmenu_06 {
	width:69px;
	background-image:url(../img/hoofdmenubalk/hoofdmenu_06.png);
}

/* button trainingsadvies */
a.hoofdmenu_07 {
	width:134px;
	background-image:url(../img/hoofdmenubalk/hoofdmenu_07.png);
}

#hoofdnavigatie a {
	height:46px;	
	background-repeat:no-repeat;
	float:left;	
	cursor:pointer;
}

#hoofdnavigatie a:hover {

	background-position:0 -67px;
}

#hoofdnavigatie #active a {
	background-position:0 -134px;
}



