@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
body {
	background: url(img/bg.png) #000 no-repeat top;
	color: #e8dcbf;
	font-family: "Segoe Print";
/*	font-family: "Times New Roman", Times, serif; */
}
a {
	color: #fff;
}
a:hover {
	color: #9f8b5c;
}
.page {
	width: 900px;
	margin: auto;
	text-align: center;
	padding: 0 5px;
}
.header {
	background: url(img/logo.png) no-repeat left; 
	min-height: 200px;
}
.whead {
	float: right;
}
.menu {
	width: 236px;
	float: left;
}
ul {
	list-style: none;
	padding-left: 0px;
}
.menu div {
	height: 38px;
	margin-bottom: 5px;
}
.m1 {
	background: url(img/m1.png);
}
.m1:hover {
	background: url(img/m1a.png);
}	
.m2 {
	background: url(img/m2.png);
}
.m2:hover {
	background: url(img/m2a.png);
}	
.m3 {
	background: url(img/m3.png);
}
.m3:hover {
	background: url(img/m3a.png);
}	
.m4 {
	background: url(img/m4.png);
}
.m4:hover {
	background: url(img/m4a.png);
}
.tresc {
	float: right;
	width: 650px;
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 20px 0 20px;
	color: #9f8b5c;
	text-shadow: 0px 0px 5px #32270d;
}
p {
	text-shadow: 1px 1px 0px #32270d;
	font-style: italic;
}
.stopka {
	clear: both;
	text-align: right;
	text-transform:uppercase;
	padding-top: 200px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.stopka a {
	text-decoration: none;
	color: #e8dcbf;
}


div#katalog
{
height:400px;
width:610px;
//border:1px;
//border:solid;
}
div#jakiekatalogi
{
width: 110px;
float:left;
height:400px;
}

div#dwaprodukty
{
width: 610px;
//float:left;
//float:right;
height:450px;
//border-style:solid;
//border-width:1px;
}
div#produkt
{
font-size: 11px; // 3
font-family: tahoma,sans-serif; // 7
width: 360px;
height: 140px;
float:left;
}

div#zdjecia
{
//border-style:solid;
//border-width:1px;
height:90px;
width:86px;
float:left;
margin-top:0px;
margin-left: 0px;
}
div#opis
{
font-size:10px;
float:left;
margin-top:5px;
margin-left: 5px;
width: 160px;
//border:1px;
//border:solid;
}

h3#cena
{
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	text-indent: 2px;

}

