@charset "utf-8";
/* CSS Document */


#left{
	height: 45px;
	float: left;
	text-align: center;
	color: #000000;
	font-family: "MS Serif", "New York", serif;
	font-size: 18px;
	position: relative;
	background-color: #FFF;
	line-height: 45px;
	background-image: url(images/przycisk.png);
	font-weight: normal;
	padding-right: 7px;
	padding-left: 7px;
	margin-right: 15px;
	margin-left: 15px;
}

#left:hover{
	height: 45px;
	float: left;
	text-align: center;
	color: #000000;
	font-family: "MS Serif", "New York", serif;
	font-size: 18px;
	position: relative;
	background-color: #FFF;
	line-height: 45px;
	background-image: url(images/przycisk_a.png);
	font-weight: normal;
	padding-right: 7px;
	padding-left: 7px;
	margin-right: 15px;
	margin-left: 15px;

}
	

#left_a{
height: 45px;
	float: left;
	text-align: center;
	color: #000000;
	font-family: "MS Serif", "New York", serif;
	font-size: 18px;
	position: relative;
	background-color: #FFF;
	line-height: 45px;
	background-image: url(images/przycisk_a.png);
	font-weight: normal;
	padding-right: 7px;
	padding-left: 7px;
	margin-right: 15px;
	margin-left: 15px;
}
	

a {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
}



body {
	
	background-color: transparent;
}
