@charset "utf-8";
/* CSS Document */

#bigButtons  { margin: 0; float: left; }
#bigButtons li { float: left; display: block;}
#bigButtons li a { background-image: url(../img/buttons/bigButtons.gif); background-repeat: no-repeat; display: block; height: 40px; }
#bigButtons li a span { display: none; }

#home 				{ width: 80px; }
#product 			{ width: 77px; }
#services 			{ width: 77px; }
#nieuws 			{ width: 73px; }
#events 			{ width: 69px; }
#bedrijf			{ width: 82px; }

#home a 			{ background-position: -100px 0; }
#product a 			{ background-position: -100px -41px; }
#services a 		{ background-position: -100px -82px; }
#nieuws a 			{ background-position: -100px -123px; }
#events a 			{ background-position: -100px -164px; }
#bedrijf a 			{ background-position: -100px -205px; }

#home a:hover 		{ background-position: 0 0; }
#product a:hover 	{ background-position: 0 -41px; }
#services a:hover 	{ background-position: 0 -82px; }
#nieuws a:hover 	{ background-position: 0 -123px; }
#events a:hover 	{ background-position: 0 -164px; }
#bedrijf a:hover 	{ background-position: 0 -205px; }

#smallButtons { margin: 0; float: left; }
#smallButtons li { float: left; display: block; }
#smallButtons li a { background-image: url(../img/buttons/smallButtons.gif); background-repeat: no-repeat; display: block; height: 13px; }
#smallButtons li a span { display: none; }

#contact				{ width: 54px; }
#loginsupport			{ width: 90px; }
#faq					{ width: 29px; }

#contact a 				{ background-position: 0 0; }
#loginsupport a			{ background-position: -54px 0; }
#faq a					{ background-position: -144px 0; }

#contact a:hover		{ background-position: 0 -13px; }
#loginsupport a:hover	{ background-position: -54px -13px; }
#faq a:hover			{ background-position: -144px -13px; }
