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

a.button 
{
	display:block;
	width:191px;
	height:21px;
#	background-image:url(../images/buttons/normal3.jpg);
	text-indent:28px;
	text-decoration:none;
	color:#000;
	border-bottom:1px dotted #999;
}
a.buttonWSub
{
	background-image:url(../images/buttons/normalWSub.jpg);
	text-indent:28px;
}

a.buttonWSubSprzedazBiletow
{
	background-image:url(../images/buttons/subWDownArrow.jpg);
	text-indent:30px;
}

a.button:hover {
	color:#333333;
	background:url(../images/buttons/over.jpg); 
}
a.subButton
{
	background-image:url(../images/buttons/sub.jpg);
	text-indent:40px;
}
a.active
{
	font-weight:bold;
}

a.subButtonSprzedazMain
{
	text-indent:40px;
}
a.subButtonSprzedazSub
{
	text-indent:60px;	
}

a.subButton:hover
{
	background-image:url(../images/buttons/over.jpg);
}
a.subActive
{
	background-image:url(../images/buttons/subActive.jpg);	
	text-indent:28px;
	font-weight:bold;
}


#navTop
{
	background-image:url(../images/buttons/navTop.jpg);
}
a.youAreHere
{
	font-weight:bold;
}

