@charset "utf-8";

/* positie buttons boven */

#pos_button_wie {
	position: absolute;
	left: 39px;
	top: 115px;
	background-image: url(images/buttonwie_inactief.gif);
	background-repeat:no-repeat;
}
#pos_button_waar {
	position: absolute;
	left: 116px;
	top: 58px;
	background-image: url(images/buttonwaar_inactief.gif);
	background-repeat:no-repeat;
}
#pos_button_tarieven {
	position: absolute;
	left: 214px;
	top: 22px;
	background-image: url(images/buttontarieven_inactief.gif);
	background-repeat:no-repeat;
}

/* positie buttons onder */

#pos_button_stoel {
	position: absolute;
	left: 140px;
	top: 455px;
	background-image: url(images/button_stoel_inactief.gif);
	background-repeat:no-repeat;
}
#pos_button_tafel {
	position: absolute;
	left: 310px;
	top: 455px;
	background-image: url(images/button_tafel_inactief.gif);
	background-repeat:no-repeat;
}
#pos_button_bowen {
	position: absolute;
	left: 475px;
	top: 455px;
	background-image: url(images/button_bowen_inactief.gif);
	background-repeat:no-repeat;
}
#pos_button_healing {
	position: absolute;
	left: 650px;
	top: 455px;
	background-image: url(images/button_healing_inactief.gif);
	background-repeat:no-repeat;
}

/* actie buttons boven */
a.button_wie {
     display: block;
     width: 85px;
     height: 80px;
     background-image: url(images/buttonwie_inactief.gif);
     background-repeat: no-repeat;
     }
a.button_wie:hover {
     background-image: url(images/buttonwie_over.gif);
     } 
	 
a.button_waar {
     display: block;
     width: 85px;
     height: 80px;
     background-image: url(images/buttonwaar_inactief.gif);
     background-repeat: no-repeat;
     }
a.button_waar:hover {
     background-image: url(images/buttonwaar_over.gif);
     } 
	 
a.button_tarieven {
     display: block;
     width: 85px;
     height: 80px;
     background-image: url(images/buttontarieven_inactief.gif);
     background-repeat: no-repeat;
}
a.button_tarieven:hover {
     background-image: url(images/buttontarieven_over.gif);
}

/* actie buttons onder */

a.button_stoel {
     display: block;
     width: 175px;
     height: 120px;
     background-image: url(images/button_stoel_inactief.gif);
     background-repeat: no-repeat;
}
a.button_stoel:hover {
     background-image: url(images/button_stoel_actief.gif);
}

a.button_tafel {
     display: block;
     width: 165px;
     height: 120px;
     background-image: url(images/button_tafel_inactief.gif);
     background-repeat: no-repeat;
}
a.button_tafel:hover {
     background-image: url(images/button_tafel_actief.gif);
}

a.button_bowen {
     display: block;
     width: 175px;
     height: 120px;
     background-image: url(images/button_bowen_inactief.gif);
     background-repeat: no-repeat;
}
a.button_bowen:hover {
     background-image: url(images/button_bowen_actief.gif);
}

a.button_healing {
     display: block;
     width: 150px;
     height: 120px;
     background-image: url(images/button_healing_inactief.gif);
     background-repeat: no-repeat;
}
a.button_healing:hover {
     background-image: url(images/button_healing_actief.gif);
}

