body {
	background: url('2022.jpg') #3a7400 top center no-repeat;
	font: normal 13px Arial;
}
  .przycisk {display:block;float:center;padding:7px;font-weight:normal;font-size:18px;background:linear-gradient(90deg, #ed62a8, #ed62a8);color:white;margin:6px;text-decoration:none;border-radius: 5px;box-shadow: inset 0 0 1em white;}
  .przycisk:hover {background:#f63;color:white;}
.facebook {
	position: fixed;
	left: 0px;
	top: 350px;
	width: 52px;
	height: 139px;
	background: transparent url('face.png') no-repeat top center;
	z-index: 1000;
}
.paypo {
	position: fixed;
	left: 0px;
	top: 150px;
	width: 110px;
	height: 48px;
	background: transparent url('paypo-pozniej.png') no-repeat top center;
	z-index: 1000;
}
#menu {
	text-align: center;
	margin-top: 20px;
	font-size: 24px;
}
#menu a {
	font-family: 'Oranienbaum', serif;
	font-size: 16px;
	color: #f6ec57;
	padding: 10px;
	text-shadow: black 1px 1px 1px;
  text-decoration:none;
}
#menu a:hover {
	background: #f6ec57;
  color:#64471f;
  text-shadow:none;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
#home {
	margin-top: 320px;
	padding: 50px 50px 0 50px;
}
#stopka {
	padding: 20px;
	background: #f6ec57;
	color: #000;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-align: center;
	margin: 20px 50px 20px 50px;
}
#stopka p {
	color: black;
	text-shadow: none;
}
#stopka a {
	color: black;
}
h1 {
	font-family: 'Oranienbaum', serif;
	color: #f6ec57;
	font-size: 26px;
	text-shadow: 1px 1px black;
}
h2 {
	font-family: 'Oranienbaum', serif;
	color: #f6ec57;
	font-size: 22px;
	text-shadow: 1px 1px black;
}
h3 {
	font-family: 'Oranienbaum', serif;
	color: #f6ec57;
	font-size: 16px;
	text-shadow: 1px 1px black;
}
h3 a:hover {
	color: #f6ec57;
}
.produkt {
	float: left;
	padding: 10px;
	background: white;
	width: 142px;
	height: 310px !important;
	display: block;
	margin: 3px;
  background: white url('dowoz.png') bottom right no-repeat;
}
.produkt img {
	width: 100%;
}
img {
	border: none;
}
.nazwa {
	color: black;
}
li {
	list-style: square;
}
label {
	text-align: center;
	font-weight: normal;
  font-size:12px;
}
fieldset {
	border: 2px solid #f6ec57;
	padding: 20px;
	margin: 5px;
}
legend {
	margin: 5px;
	padding: 15px;
	background: #f6ec57;
}
input {
	padding: 5px;
	margin: 5px;
	width: 300px;
	font-size: 16px;
}
input.zam {
	width: 80px;
	padding: 5px;
	font: normal 13px Arial;
}
input.zamowienie {
	padding: 5px;
	width: 150px;
	margin: 3px;
}
textarea {
	padding: 5px;
	height: 100px;
	width: 450px;
	font: normal 16px Arial;
	margin: 3px;
}
input.cena {
	width: auto;
	background: none;
	border: none;
}
input.zam {
	background: #749900;
	font: bold 13px Arial;
	text-shadow: #4c6400 1px 1px;
	color: white;
 padding:10px;
	border-bottom: 1px solid #4c6400;
	border-right: 1px solid #4c6400;
	border-top: none;
	border-left: none;
}
.opisy {
	color: #b70000;
	font: normal 22px Trebuchet MS;
	letter-spacing: -0.05em;
	text-shadow: white 1px 1px;
	text-decoration: none;
}
p {
	padding: 5px;
	margin: 0;
	color: white;
	font-weight: bold;
	text-shadow: black 1px 1px;
  font-size:13px;
}
a {
	font-weight: normal;
	color: white;
}
a:hover {
	color: #f6ec57;
}
li {
color:#f6ec57;
	text-shadow: black 1px 1px;
}