@charset "UTF-8";
/* CSS Document */

/* KEUZE BLOKKEN */
#producten, #merken {
	display: block;
	float: left;
	width: 500px;
}

.row {
	display: block;
	float: left;
	width: 500px;
	margin-bottom: 24px;
}

.row-large {
	display: block;
	float: left;
	width: 500px;
	margin-bottom: 50px;
}

#industrie-small, #defensie-small, #rotterdam-small, #projecten-small {
	display: block;
	float: left;
	width: 88px;
	height: 58px;
	background-image: url(../images/images_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-right: 15px;
	padding-bottom: 6px;
}

#vaneldik-small {
	display: block;
	float: left;
	width: 88px;
	height: 58px;
	background-image: url(../images/images_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 6px;
}

#industrie-small a {
	display: block;
	width: 88px;
	height: 58px;
	background-image: url(../images/keuzeblok/industrie-small.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

#industrie-small a:hover {
	width: 88px;
	height: 58px;
	background-image: url(../images/keuzeblok/industrie-small.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -58px;
}

#rotterdam-small a {
	display: block;
	width: 88px;
	height: 58px;
	background-image: url(../images/keuzeblok/rotterdam-small.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

#rotterdam-small a:hover {
	width: 88px;
	height: 58px;
	background-image: url(../images/keuzeblok/rotterdam-small.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -58px;
}

#defensie-small a {
	display: block;
	width: 88px;
	height: 58px;
	background-image: url(../images/keuzeblok/defensie-small.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

#defensie-small a:hover {
	width: 88px;
	height: 58px;
	background-image: url(../images/keuzeblok/defensie-small.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -58px;
}

#projecten-small a {
	display: block;
	width: 88px;
	height: 58px;
	background-image: url(../images/keuzeblok/projecten-small.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

#projecten-small a:hover {
	width: 88px;
	height: 58px;
	background-image: url(../images/keuzeblok/projecten-small.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -58px;
}

#vaneldik-small a {
	display: block;
	width: 88px;
	height: 58px;
	background-image: url(../images/keuzeblok/eldik-small.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

#vaneldik-small a:hover {
	width: 88px;
	height: 58px;
	background-image: url(../images/keuzeblok/eldik-small.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -58px;
}


#industrie, #defensie, #vaneldik {
	display: block;
	float: left;
	width: 200px;
	height: 132px;
	background-image: url(../images/images_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-right: 50px;
	padding-bottom: 6px;
}

#rotterdam, #projecten {
	display: block;
	float: left;
	width: 200px;
	height: 132px;
	background-image: url(../images/images_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 6px;
}

#industrie a {
	display: block;
	width: 200px;
	height: 132px;
	background-image: url(../images/keuzeblok/industrie.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

#industrie a:hover {
	width: 200px;
	height: 132px;
	background-image: url(../images/keuzeblok/industrie.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -132px;
}

#rotterdam a {
	display: block;
	width: 200px;
	height: 132px;
	background-image: url(../images/keuzeblok/rotterdam.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

#rotterdam a:hover {
	width: 200px;
	height: 132px;
	background-image: url(../images/keuzeblok/rotterdam.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -132px;
}

#defensie a {
	display: block;
	width: 200px;
	height: 132px;
	background-image: url(../images/keuzeblok/defensie.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

#defensie a:hover {
	width: 200px;
	height: 132px;
	background-image: url(../images/keuzeblok/defensie.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -132px;
}

#projecten a {
	display: block;
	width: 200px;
	height: 132px;
	background-image: url(../images/keuzeblok/projecten.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

#projecten a:hover {
	width: 200px;
	height: 132px;
	background-image: url(../images/keuzeblok/projecten.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -132px;
}

#vaneldik a {
	display: block;
	width: 200px;
	height: 132px;
	background-image: url(../images/keuzeblok/eldik.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

#vaneldik a:hover {
	width: 200px;
	height: 132px;
	background-image: url(../images/keuzeblok/eldik.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -132px;
}

.machine, .gereedschap, .pbm, .onderhoud, .draaibank, .freesbank, .slijpmachine, .zaagmachine, .hand, .elektrisch, .span, .meet, .slijp, .lamp, .statisch, .dynamisch, .arm-hand, .bedrijf, .adem, .been-voet, .oog-gelaat, .schuif, .legbord, .entresol, .pallet, .werkbank, .paternoster, .lift, .reiniging,
.kwast, .lista, .bosch, .festoo, .gedore, .hm, .maglite, .stahlwille {
	display: block;
	float: left;
	width: 150px;
	height: 150px;
	background-image: url(../images/images_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-right: 24px;
	padding-bottom: 6px;
}

.machine-en, .gereedschap-en, .pbm-en, .onderhoud-en, .draaibank-en, .freesbank-en, .slijpmachine-en, .zaagmachine-en, .hand-en, .elektrisch-en, .span-en, .meet-en, .slijp-en, .lamp-en, .statisch-en, .dynamisch-en, .arm-hand-en, .bedrijf-en, .adem-en, .been-voet-en, .oog-gelaat-en, .schuif-en, .legbord-en, .entresol-en, .pallet-en, .werkbank-en, .paternoster-en, .lift-en, .reiniging-en,
.kwast-en {
	display: block;
	float: left;
	width: 150px;
	height: 150px;
	background-image: url(../images/images_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-right: 24px;
	padding-bottom: 6px;
}

.machine-fr, .gereedschap-fr, .pbm-fr, .onderhoud-fr, .draaibank-fr, .freesbank-fr, .slijpmachine-fr, .zaagmachine-fr, .hand-fr, .elektrisch-fr, .span-fr, .meet-fr, .slijp-fr, .lamp-fr, .statisch-fr, .dynamisch-fr, .arm-hand-fr, .bedrijf-fr, .adem-fr, .been-voet-fr, .oog-gelaat-fr, .schuif-fr, .legbord-fr, .entresol-fr, .pallet-fr, .werkbank-fr, .paternoster-fr, .lift-fr, .reiniging-fr,
.kwast-fr {
	display: block;
	float: left;
	width: 150px;
	height: 150px;
	background-image: url(../images/images_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-right: 24px;
	padding-bottom: 6px;
}

.machine-de, .gereedschap-de, .pbm-de, .onderhoud-de, .draaibank-de, .freesbank-de, .slijpmachine-de, .zaagmachine-de, .hand-de, .elektrisch-de, .span-de, .meet-de, .slijp-de, .lamp-de, .statisch-de, .dynamisch-de, .arm-hand-de, .bedrijf-de, .adem-de, .been-voet-de, .oog-gelaat-de, .schuif-de, .legbord-de, .entresol-de, .pallet-de, .werkbank-de, .paternoster-de, .lift-de, .reiniging-de,
.kwast-de {
	display: block;
	float: left;
	width: 150px;
	height: 150px;
	background-image: url(../images/images_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-right: 24px;
	padding-bottom: 6px;
}

.magazijn, .boormachine, .plaatbewerking, .control, .pneumatisch, .slot, .indeling, .gehoor, .hoofd, .draagarm, .combi, .nc, .software, .felo, .heyco, .metabo  {
	display: block;
	float: left;
	width: 150px;
	height: 150px;
	background-image: url(../images/images_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 6px;
}

.magazijn-en,  .boormachine-en, .plaatbewerking-en, .control-en, .pneumatisch-en, .slot-en, .indeling-en, .gehoor-en, .hoofd-en, .draagarm-en, .combi-en, .nc-en, .software-en {
	isplay: block;
	float: left;
	width: 150px;
	height: 150px;
	background-image: url(../images/images_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 6px;
}

.magazijn-fr, .boormachine-fr, .plaatbewerking-fr, .control-en, .pneumatisch-fr, .slot-fr, .indeling-fr, .gehoor-fr, .hoofd-fr, .draagarm-fr, .combi-fr, .nc-fr, .software-fr {
	isplay: block;
	float: left;
	width: 150px;
	height: 150px;
	background-image: url(../images/images_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 6px;
}

.magazijn-de, .boormachine-de, .plaatbewerking-de, .control-de, .pneumatisch-de, .slot-de, .indeling-de, .gehoor-de, .hoofd-de, .draagarm-de, .combi-de, .nc-de, .software-de {
	isplay: block;
	float: left;
	width: 150px;
	height: 150px;
	background-image: url(../images/images_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 6px;
}

/* Producten */
.machine a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/machine.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.machine-en a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/machine-en.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.machine-de a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/machine-de.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.machine-fr a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/machine-fr.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.machine a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/machine.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.machine-en a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/machine-en.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.machine-de a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/machine-de.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.machine-fr a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/machine-fr.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.gereedschap a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/gereedschap.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.gereedschap-en a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/gereedschap-en.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.gereedschap-de a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/gereedschap-de.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.gereedschap-fr a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/gereedschap-fr.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.gereedschap a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/gereedschap.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.gereedschap-en a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/gereedschap-en.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.gereedschap-de a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/gereedschap-de.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.gereedschap-fr a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/gereedschap-fr.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.magazijn a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/magazijn.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.magazijn-en a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/magazijn-en.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.magazijn-de a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/magazijn-de.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.magazijn-fr a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/magazijn-fr.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.magazijn a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/magazijn.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.magazijn-en a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/magazijn-en.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.magazijn-de a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/magazijn-de.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.magazijn-fr a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/magazijn-fr.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.pbm a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/pbm.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.pbm-en a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/pbm-en.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.pbm-de a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/pbm-de.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.pbm-fr a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/pbm-fr.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.pbm a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/pbm.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.pbm-en a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/pbm-en.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.pbm-de a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/pbm-de.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.pbm-fr a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/pbm-fr.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.onderhoud a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/onderhoud.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.onderhoud-en a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/onderhoud-en.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.onderhoud-de a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/onderhoud-de.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.onderhoud-fr a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/onderhoud-fr.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.onderhoud a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/onderhoud.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.onderhoud-en a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/onderhoud-en.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.onderhoud-de a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/onderhoud-de.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

/* Machines */
.draaibank a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/draaibank.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.draaibank-en a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/draaibank-en.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.draaibank-de a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/draaibank-de.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.draaibank-fr a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/draaibank-fr.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.draaibank a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/draaibank.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.draaibank-en a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/draaibank-en.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.draaibank-de a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/draaibank-de.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.draaibank-fr a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/draaibank-fr.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.freesbank a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/freesbank.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.freesbank-en a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/freesbank-en.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.freesbank-de a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/freesbank-de.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.freesbank-fr a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/freesbank-fr.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.freesbank a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/freesbank.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.freesbank-en a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/freesbank-en.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.freesbank-de a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/freesbank-de.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.freesbank-fr a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/freesbank-fr.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.boormachine a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/boormachine.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.boormachine-en a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/boormachine-en.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.boormachine-de a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/boormachine-de.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.boormachine-fr a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/boormachine-fr.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.boormachine a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/boormachine.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.boormachine-en a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/boormachine-en.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.boormachine-de a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/boormachine-de.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.boormachine-fr a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/boormachine-fr.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.slijpmachine a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/slijpmachine.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.slijpmachine-en a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/slijpmachine-en.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.slijpmachine-de a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/slijpmachine-de.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.slijpmachine-fr a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/slijpmachine-fr.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.slijpmachine a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/slijpmachine.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.slijpmachine-en a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/slijpmachine-en.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.slijpmachine-de a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/slijpmachine-de.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.slijpmachine-fr a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/slijpmachine-fr.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.zaagmachine a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/zaagmachine.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.zaagmachine-en a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/zaagmachine-en.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.zaagmachine-de a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/zaagmachine-de.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.zaagmachine-fr a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/zaagmachine-fr.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.zaagmachine a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/zaagmachine.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.zaagmachine-en a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/zaagmachine-en.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.zaagmachine-de a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/zaagmachine-de.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.zaagmachine-fr a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/zaagmachine-fr.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.plaatbewerking a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/plaat.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.plaatbewerking-en a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/plaat-en.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.plaatbewerking-de a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/plaat-de.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.plaatbewerking-fr a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/plaat-fr.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.plaatbewerking a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/plaat.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.plaatbewerking-en a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/plaat-en.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.plaatbewerking-de a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/plaat-de.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.plaatbewerking-fr a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/plaat-fr.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

/* Gereedschappen */
.hand a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/hand.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.hand-en a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/hand-en.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.hand-de a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/hand-de.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.hand-fr a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/hand-fr.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.hand a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/hand.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.hand-en a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/hand-en.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.hand-de a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/hand-de.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.hand-fr a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/hand-fr.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.elektrisch a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/elektrisch.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.elektrisch-en a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/elektrisch-en.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.elektrisch-de a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/elektrisch-de.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.elektrisch-fr a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/elektrisch-fr.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.elektrisch a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/elektrisch.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.elektrisch-en a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/elektrisch-en.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.elektrisch-de a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/elektrisch-de.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.elektrisch-fr a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/elektrisch-fr.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.control a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/control.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.control-en a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/control.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.control-de a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/control.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.control-fr a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/control.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.control a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/control.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.control-en a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/control.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.control-de a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/control.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.control-fr a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/control.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.span a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/span.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.span-en a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/span-en.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.span-fr a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/span-fr.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.span-de a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/span-de.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.span a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/span.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.span-en a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/span-en.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.span-de a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/span-de.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.span-fr a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/span-fr.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.meet a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/meet.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.meet-en a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/meet-en.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.meet-de a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/meet-de.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.meet-fr a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/meet-fr.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.meet a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/meet.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.meet-en a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/meet-en.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.meet-de a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/meet-de.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.meet-fr a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/meet-fr.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.pneumatisch a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/pneumatisch.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.pneumatisch-en a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/pneumatisch-en.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.pneumatisch-de a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/pneumatisch-de.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.pneumatisch-fr a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/pneumatisch-fr.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.pneumatisch a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/pneumatisch.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.pneumatisch-en a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/pneumatisch-en.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.pneumatisch-de a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/pneumatisch-de.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.pneumatisch-fr a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/pneumatisch-fr.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.slijp a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/slijp.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.slijp-en a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/slijp-en.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.slijp-de a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/slijp-de.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.slijp-fr a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/slijp-fr.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.slijp a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/slijp.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.slijp-en a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/slijp-en.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.slijp-de a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/slijp-de.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.slijp-fr a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/slijp-fr.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.lamp a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/lamp.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.lamp-en a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/lamp-en.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.lamp-de a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/lamp-de.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.lamp-fr a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/lamp-fr.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.lamp a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/lamp.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.lamp-en a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/lamp-en.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.lamp-de a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/lamp-de.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.lamp-fr a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/lamp-fr.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.slot a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/slot.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.slot-en a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/slot-en.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.slot-de a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/slot-de.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.slot-fr a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/slot-fr.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.slot a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/slot.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.slot-en a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/slot-en.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.slot-de a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/slot-de.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.slot-fr a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/slot-fr.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

/* Magazijninrichtingen */
.statisch a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/statisch.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.statisch-en a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/statisch-en.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.statisch-de a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/statisch-de.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.statisch-fr a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/statisch-fr.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.statisch a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/statisch.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.statisch-en a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/statisch-en.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.statisch-de a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/statisch-de.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.statisch-fr a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/statisch-fr.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.schuif a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/schuifladen.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.schuif-en a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/schuifladen-en.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.schuif-de a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/schuifladen-de.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.schuif-fr a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/schuifladen-fr.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.schuif a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/schuifladen.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.schuif-en a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/schuifladen-en.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.schuif-de a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/schuifladen-de.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.schuif-fr a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/schuifladen-fr.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.legbord a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/legbord.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.legbord-en a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/legbord-en.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.legbord-de a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/legbord-de.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.legbord-fr a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/legbord-fr.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.legbord a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/legbord.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.legbord-en a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/legbord-en.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.legbord-de a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/legbord-de.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.legbord-fr a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/legbord-fr.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.draagarm a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/draagarm.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.draagarm-en a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/draagarm-en.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.draagarm-de a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/draagarm-de.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.draagarm-fr a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/draagarm-fr.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.draagarm a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/draagarm.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.draagarm-en a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/draagarm-en.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.draagarm-de a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/draagarm-de.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.draagarm-fr a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/draagarm-fr.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.entresol a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/vloer.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.entresol-en a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/vloer-en.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.entresol-de a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/vloer-de.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.entresol-fr a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/vloer-fr.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.entresol a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/vloer.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.entresol-en a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/vloer-en.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.entresol-de a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/vloer-de.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.entresol-fr a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/vloer-fr.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.pallet a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/pallet.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.pallet-en a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/pallet-en.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.pallet-de a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/pallet-de.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.pallet-fr a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/pallet-fr.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.pallet a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/pallet.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.pallet-en a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/pallet-en.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.pallet-de a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/pallet-de.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.pallet-fr a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/pallet-fr.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.combi a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/combi.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.combi-en a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/combi-en.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.combi-de a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/combi-de.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.combi-fr a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/combi-fr.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.combi a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/combi.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.combi-en a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/combi-en.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.combi-de a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/combi-de.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.combi-fr a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/combi-fr.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.werkbank a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/werkbank.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.werkbank-en a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/werkbank-en.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.werkbank-de a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/werkbank-de.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.werkbank-fr a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/werkbank-fr.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.werkbank a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/werkbank.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.werkbank-en a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/werkbank-en.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.werkbank-de a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/werkbank-de.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.werkbank-fr a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/werkbank-fr.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.nc a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/nc.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.nc-en a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/nc-en.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.nc-de a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/nc-de.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.nc-fr a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/nc-fr.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.nc a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/nc.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.nc-en a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/nc-en.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.nc-de a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/nc-de.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.nc-fr a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/nc-fr.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.dynamisch a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/dynamisch.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.dynamisch-en a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/dynamisch-en.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.dynamisch-de a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/dynamisch-de.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.dynamisch-fr a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/dynamisch-fr.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.dynamisch a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/dynamisch.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.dynamisch-en a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/dynamisch-en.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.dynamisch-de a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/dynamisch-de.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.dynamisch-fr a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/dynamisch-fr.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.paternoster a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/pater.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.paternoster-en a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/pater-en.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.paternoster-de a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/pater-de.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.paternoster-fr a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/pater-fr.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.paternoster a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/pater.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.paternoster-en a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/pater-en.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.paternoster-de a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/pater-de.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.paternoster-fr a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/pater-fr.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.lift a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/lift.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.lift-en a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/lift-en.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.lift-de a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/lift-de.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.lift-fr a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/lift-fr.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.lift a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/lift.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.lift-en a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/lift-en.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.lift-de a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/lift-de.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.lift-fr a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/lift-fr.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.software a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/software.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.software-en a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/software.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.software-de a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/software.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.software-fr a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/software-fr.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.software a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/software.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.software-en a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/software.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.software-de a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/software.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.software-fr a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/software-fr.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.indeling a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/indeling.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.indeling-en a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/indeling-en.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.indeling-de a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/indeling-de.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.indeling-fr a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/indeling-fr.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.indeling a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/indeling.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.indeling-en a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/indeling-en.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.indeling-de a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/indeling-de.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.indeling-fr a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/indeling-fr.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

/* PBM's */
.arm-hand a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/handschoen.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.arm-hand-en a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/handschoen-en.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.arm-hand-de a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/handschoen-de.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.arm-hand-fr a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/handschoen-fr.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.arm-hand a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/handschoen.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.arm-hand-en a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/handschoen-en.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.arm-hand-de a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/handschoen-de.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.arm-hand-fr a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/handschoen-fr.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.bedrijf a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/kleding.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.bedrijf-en a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/kleding-en.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.bedrijf-de a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/kleding-de.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.bedrijf-fr a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/kleding-fr.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.bedrijf a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/kleding.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.bedrijf-en a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/kleding-en.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.bedrijf-de a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/kleding-de.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.bedrijf-fr a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/kleding-fr.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.gehoor a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/gehoor.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.gehoor-en a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/gehoor-en.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.gehoor-de a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/gehoor-de.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.gehoor-fr a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/gehoor-fr.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.gehoor a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/gehoor.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.gehoor-en a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/gehoor-en.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.gehoor-de a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/gehoor-de.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.gehoor-fr a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/gehoor-fr.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.adem a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/adem.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.adem-en a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/adem-en.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.adem-de a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/adem-de.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.adem-fr a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/adem-fr.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.adem a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/adem.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.adem-en a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/adem-en.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.adem-de a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/adem-de.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.adem-fr a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/adem-fr.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.been-voet a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/schoen.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.been-voet-en a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/schoen-en.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.been-voet-de a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/schoen-de.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.been-voet-fr a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/schoen-fr.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.been-voet a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/schoen.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.been-voet-en a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/schoen-en.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.been-voet-de a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/schoen-de.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.been-voet-fr a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/schoen-fr.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.hoofd a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/hoofd.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.hoofd-en a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/hoofd-en.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.hoofd-de a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/hoofd-de.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.hoofd-fr a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/hoofd-fr.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.hoofd a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/hoofd.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.hoofd-en a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/hoofd-en.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.hoofd-de a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/hoofd-de.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.hoofd-fr a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/hoofd-fr.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.oog-gelaat a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/oog.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.oog-gelaat-en a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/oog-en.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.oog-gelaat-de a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/oog-de.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.oog-gelaat-fr a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/oog-fr.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.oog-gelaat a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/oog.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.oog-gelaat-en a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/oog-en.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.oog-gelaat-de a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/oog-de.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.oog-gelaat-fr a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/oog-fr.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

/* Onderhoudsproducten */
.reiniging a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/fles.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.reiniging-en a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/fles-en.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.reiniging-de a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/fles-de.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.reiniging-fr a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/fles-fr.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.reiniging a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/fles.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.reiniging-en a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/fles-en.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.reiniging-de a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/fles-de.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.reiniging-fr a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/fles-fr.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.kwast a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/kwast.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.kwast-en a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/kwast-en.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.kwast-de a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/kwast-de.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.kwast-fr a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/kwast-fr.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.kwast a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/kwast.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.kwast-en a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/kwast-en.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.kwast-de a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/kwast-de.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.kwast-fr a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/kwast-fr.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

/* Merken */
.lista a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/lista.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.lista a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/lista.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.bosch a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/bosch.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.bosch a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/bosch.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}


.felo a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/felo.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.felo a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/felo.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}


.festool a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/festool.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.festool a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/festool.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}


.gedore a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/gedore.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.gedore a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/gedore.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}


.hm a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/hm.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.hm a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/hm.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}


.maglite a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/maglite.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.maglite a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/maglite.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}


.metabo a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/metabo.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.metabo a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/metabo.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}

.stahlwille a {
	display: block;
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/stahlwille.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0px;
}

.stahlwille a:hover {
	width: 150px;
	height: 150px;
	background-image: url(../images/keuzeblok/stahlwille.jpg);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: -150px;
}