﻿#logo {
	position: absolute;
	width: 310px;
	height: 144px;
	background-image: url('img/logo_es.jpg');
	background-repeat: no-repeat;
	z-index: 0;
	display: block;
	top: -16px;
	/* bovenkant 215 pixels */
	left: 35px;
	/* links 125 pixels */
}

/* knoppen */
#home {
	position: absolute;
	width: 141px;
	height: 133px;
	background-image: url('img/buttons/es/home_up.jpg');
	background-repeat: no-repeat;
	z-index: 1;
	display: block;
	top: 215px;
	/* bovenkant 215 pixels */
	left: 125px;
	/* links 125 pixels */
}
#home:hover {
	background-image: url('img/buttons/es/home_down.jpg');
}

#info {
	position: absolute;
	width: 150px;
	height: 142px;
	background-image: url('img/buttons/es/info_up.jpg');
	background-repeat: no-repeat;
	z-index: 1;
	display: block;
	top: 80px;
	/* bovenkant 80 pixels */
	left: 243px;
	/* links 243 pixels */
}
#info:hover {
	background-image: url('img/buttons/es/info_down.jpg');
}

#wieofwat {
	position: absolute;
	width: 146px;
	height: 149px;
	background-image: url('img/buttons/es/wieofwat_up.jpg');
	background-repeat: no-repeat;
	z-index: 1;
	display: block;
	top: 70px;
	/* bovenkant 70 pixels */
	left: 445px;
	/* links 445 pixels */
}
#wieofwat:hover {
	background-image: url('img/buttons/es/wieofwat_down.jpg');
}

#winkel {
	position: absolute;
	width: 146px;
	height: 150px;
	background-image: url('img/buttons/es/winkel_up.jpg');
	background-repeat: no-repeat;
	z-index: 1;
	display: block;
	top: 109px;
	/* bovenkant 109 pixels */
	left: 640px;
	/* links 640 pixels */
}
#winkel:hover {
	background-image: url('img/buttons/es/winkel_down.jpg');
}

#contact {
	position: absolute;
	width: 146px;
	height: 134px;
	background-image: url('img/buttons/es/contact_up.jpg');
	background-repeat: no-repeat;
	z-index: 1;
	display: block;
	top: 238px;
	/* bovenkant 238 pixels */
	left: 758px;
	/* links 758 pixels */
}
#contact:hover {
	background-image: url('img/buttons/es/contact_down.jpg');
}

#links {
	position: absolute;
	width: 146px;
	height: 134px;
	background-image: url('img/buttons/es/links_up.jpg');
	background-repeat: no-repeat;
	z-index: 1;
	display: block;
	top: 44px;
	/* bovenkant 44 pixels */
	left: 811px;
	/* links 811 pixels */
}
#links:hover {
	background-image: url('img/buttons/es/links_down.jpg');
}




