@charset "utf-8";
/* CSS Document */

a.b1:link, a.b1:visited
	{
		background:url(image/button/inter.jpg) no-repeat;
		height:54px;
		width:147px;
		float:left;
	}
a.b1:hover
	{
		background:url(image/button/inter.jpg) no-repeat;
	}
	
a.b2:link, a.b2:visited
	{
		background:url(image/button/portfolio.jpg) no-repeat;
		height:54px;
		width:147px;
		float:left;
	}
a.b2:hover
	{
		background:url(image/button/portfolio.jpg) no-repeat;
	}
	
a.b3:link, a.b3:visited
	{
		background:url(image/button/zamowienie.jpg) no-repeat;
		height:54px;
		width:146px;
		float:left;
	}
a.b3:hover
	{
		background:url(image/button/zamowienie.jpg) no-repeat;
	}
a.b4:link, a.b4:visited
	{
		background:url(image/button/promocje.jpg) no-repeat;
		height:54px;
		width:147px;
		float:left;
	}
a.b4:hover
	{
		background:url(image/button/promocje.jpg) no-repeat;
	}
a.b5:link, a.b5:visited
	{
		background:url(image/button/cennik.jpg) no-repeat;
		height:54px;
		width:146px;
		float:left;
	}
a.b5:hover
	{
		background:url(image/button/cennik.jpg) no-repeat;
	}
a.b6:link, a.b6:visited
	{
		background:url(image/button/kontakt.jpg) no-repeat;
		height:54px;
		width:147px;
		float:left;
	}
a.b6:hover
	{
		background:url(image/button/kontakt.jpg) no-repeat;
	}
