#pasek {
	border-top-color: Gray;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: Gray;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	background-color: #F0F8FF;
	text-align: center;
}
#dolnalinia {
	border-bottom-color: Gray;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.fotoprawy {
	padding-right: 8px;
	float: right;
}
/* ----------------------------- przycisk1 ------------------------------- */
.przycisk1 {
	font-family: Arial;
	font-size: 12pt;
	vertical-align: bottom;
	background: #0066CC;
	list-style: none;
	padding: 0;
	margin: 0;
	border-right: 1px solid #afcaee;
	border-left: 1px solid #afcaee;
}
.przycisk1:link {
   color: white;  
}
.przycisk1:active {
   color: white;  
}
.przycisk1:visited {
   color: white;  
}
.przycisk1:hover {
   background: #ddd;
   color: black;
}
