html, body {
	text-align: center;
	background-color: white; 
	font-size: 12px;
	font-family: Arial;
	color: #000;
	margin: 0;
	padding: 0;

	
}

div#przycisk {
	float: left;
	height:32px; 
	width:81px;
	background-image: url(img/button.jpg); 
	background-repeat: no-repeat; 
	background-position: top right; 
	text-align: right

}

a div {
	float: left;
	height:32px; 
	width:70px;
	background-image: url(img/button.jpg); 
	background-repeat: no-repeat; 
	background-position: top right; 
	text-align: right;
	text-decoration: none;
	font-weight : 400;
	color:#007cc2; 
	margin:0 auto;
}
ul.menu, ul.menu li {
	
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.menu {
	float: left;
	background-color: #fff;
	
	
}

ul.menu li {
	float: left;
}

ul.menu a:link, ul.menu a:visited {
	text-align: right;
	font-weight : 400;
	text-decoration: none;
	width:70px;
	height: 35px;
	display: block;
	background: url("img/button1.jpg") no-repeat top right;
	color: #007cc2;
	padding: 0px 5px;
	
}

ul.menu a:hover {
	color: #800;
	background-image: url("img/button1.jpg");
}

a:link, a:visited{
	text-decoration: none;
	color:#007cc2;
}

a:hover {
	color: #800;
}

a.szare:link, a.szare:visited{
	text-decoration: none;
	color:#c4c4c4;
}

a.szare:hover {
	color: #800;
}
