@charset "utf-8";
#menu {list-style:none; position:absolute;}
#menu a {
	display: block;
	height: 32px;
	width: 324px;
	text-indent:-5000px;
}

a#actueel {	background-image: url(../images/buttons/actueelKnopUIT.jpg);}
a#actueel:hover, body.actueel a#actueel {background-image:url(../images/buttons/actueelKnopAAN.jpg);}

a#bladfold {
	position: absolute;
	top: 557px;
	left: 2px;
	width:350px;
	height:27px;
	background-image:url(images/knoppen/Knop-bladfold.png);
	background-repeat: no-repeat;
}

a#boeken {
	position: absolute;
	top: 371px;
	left: 103px;
	width:203px;
	height:27px;
	background-image:url(images/knoppen/Knop-boeken.png);
	background-repeat: no-repeat;
}


a#huisstijlen {
	position: absolute;
	top: 556px;
	left: 675px;
	width:200px;
	height:27px;
	background-image:url(images/knoppen/Knop-huisstijlen.png);
	background-repeat: no-repeat;
}
a#illustraties {
	position: absolute;
	top: 406px;
	left: 471px;
	width:200px;
	height:27px;
	background-image:url(images/knoppen/Knop-illustraties.png);
	background-repeat: no-repeat;
}
a#infopanelen {
	position: absolute;
	top: 450px;
	left: 175px;
	width:200px;
	height:27px;
	background-image:url(images/knoppen/Knop-infopanelen.png);
	background-repeat: no-repeat;
}
a#links {
	position: absolute;
	top: 456px;
	left: 844px;
	width:200px;
	height:27px;
	background-image:url(images/knoppen/Knop-links.png);
	background-repeat: no-repeat;
}
a#multidisc {
	position: absolute;
	top: 513px;
	left: 393px;
	width:300px;
	height:27px;
	background-image:url(images/knoppen/Knop-multidisc.png);
	background-repeat: no-repeat;
}
a#websites {
	position: absolute;
	top: 623px;
	left: 470px;
	width:200px;
	height:27px;
	background-image:url(images/knoppen/Knop-websites.png);
	background-repeat: no-repeat;
}
a#wieenwaar {
	position: absolute;
	top: 350px;
	left: 695px;
	width:200px;
	height:27px;
	background-image:url(images/knoppen/Knop-wie-waar.png);
	background-repeat: no-repeat;
}

a#bladfold:hover, body.bladfold a#bladfold {background-image:url(images/knoppen/Knop-bladfold-aan.png);}
a#boeken:hover, body.boeken a#boeken {
	background-image:url(images/knoppen/Knop-boeken-aan.png);
}
a#huisstijlen:hover, body.huisstijlen a#huisstijlen {
	background-image:url(images/knoppen/Knop-huisstijlen-aan.png);
}
a#illustraties:hover, body.illustraties a#illustraties {
	background-image:url(images/knoppen/Knop-illustraties-aan.png);
}
a#infopanelen:hover, body.infopanelen a#infopanelen {
	background-image:url(images/knoppen/Knop-infopanelen-aan.png);
}
a#links:hover, body.links a#links {
	background-image:url(images/knoppen/Knop-links-aan.png);
}
a#multidisc:hover, body.multidisc a#lmultidisc {
	background-image:url(images/knoppen/Knop-multidisc-aan.png);
}
a#websites:hover, body.websites a#websites {
	background-image:url(images/knoppen/Knop-websites-aan.png);
}
a#wieenwaar:hover, body.wieenwaar a#wieenwaar {
	background-image:url(images/knoppen/Knop-wie-waar-aan.png);
}

