@charset "utf-8";
html {
	background-color: black;
	color: white;
	margin: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-color: black;
	color: white;
	margin: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
img {
	border: none;
}
.logo {
	width: 800px;
	margin: auto;
	text-align: right;
	height: 80px;
}
.horline {
	border-bottom: 1px #404040 solid;
	height: 0px;
}
.center {
	margin: auto;
	width: 800px;
}
.page {
	width: 800px;
	margin: 30px auto 40px auto;	
}
.lam_lewy {
	float: left;
	width: 530px;
	margin-right: 20px;
}
.lam_prawy {
	float: left;
	width: 250px;
}
.lam_caly {
	float: left;
	width: 800px;
}

#stopka {
  width: 800px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 50px;
}
#stopka div {
	color: #606060;
	line-height: 160%;
	padding-bottom: 20px;
}
p {
	color: #c0c0c0;
	line-height: 160%;
	padding-bottom: 20px;
}
.lam_caly div {
	color: #c0c0c0;
	line-height: 160%;
	padding-bottom: 20px;
}

ul li {
	color: #c0c0c0;
	line-height: 160%;
}
ol li {
	color: #c0c0c0;
	line-height: 160%;
	padding-top: 25px;
}
.clearl {
	clear: left;
}
.clear {
	clear: both;
}
.clearr {
	clear: right;
}
#menu {
	width: 800px;
	margin: auto;
	height: 36px;
}
.menu {
  width: 100px;
  text-align: center;
	float: left;
	padding: 10px 0 10px 0;
	color: #c0c0c0;
	text-decoration: none;
	background-image: url('grafika/menuback.jpg');
	background-position: left -37px;
	background-repeat: repeat-x;
}
.menu_empty {
  width: 100px;
  text-align: center;
	float: left;
	padding: 10px 0 10px 0;
	color: #c0c0c0;
	text-decoration: none;
	background-image: url('grafika/menuback.jpg');
	background-position: left -37px;
	background-repeat: repeat-x;
}

.menu2line {
  width: 100px;
  text-align: center;
	float: left;
	padding: 3px 0 2px 0;
	color: #c0c0c0;
	text-decoration: none;
	background-image: url('grafika/menuback.jpg');
	background-position: left -37px;
	background-repeat: repeat-x;
}

a:active.menu2line {
	text-decoration: none;
	color: #c0c0c0;
	cursor: pointer;
}

a:active.menu {
	text-decoration: none;
	color: #c0c0c0;
	cursor: pointer;
}
a:visited.menu2line {
	text-decoration: none;
	color: #c0c0c0;
	cursor: pointer;
}
a:visited.menu {
	text-decoration: none;
	color: #c0c0c0;
	cursor: pointer;
}
a.menu2line  {
	text-decoration: none;
	color: #c0c0c0;
	cursor: pointer;
}
a.menu  {
	text-decoration: none;
	color: #c0c0c0;
	cursor: pointer;
}
.menu2line:hover {
	background-image: url('grafika/menuback.jpg');
	background-position: left top;
	background-repeat: repeat-x;
	color: #c0c0c0;
	cursor: pointer;
}
.menu:hover {
	background-image: url('grafika/menuback.jpg');
	background-position: left top;
	background-repeat: repeat-x;
	color: #c0c0c0;
	cursor: pointer;
}
.mback {
	background-image: url('grafika/mback.jpg');
	background-repeat: repeat-x;
	background-position: left top;
}
.header {
	font-size: 18px;
}
#spec th {
	color: #c0c0c0;
	padding: 10px 5px 5px 5px;
	border-bottom: 1px #303030 solid;
}
#spec td {
	color: #c0c0c0;
	padding: 10px 5px 5px 5px;
	border-bottom: 1px #303030 solid;
}
#spec th {
	background-color: #0d0d0e;
}
#spec td.cent {
	text-align: center;
}
a:visited {
	color: #808090;
	text-decoration: none;
}
a:active {
	color: #808090;
	text-decoration: none;
}
a {
	color: #808090;
	text-decoration: none;
}
a:hover {
	color: #a0a0b0;
	text-decoration: none;
}
.opis {
	color: #c0c0c0;
	font-style: italic;
	padding: 10px 0 5px 30px;
	width: 630px;
	float: left;
}
.produkt {
	font-weight: bold;
	color: #c0c0c0;
	float: left;
	width: 440px;
	background-color: #0d0d0e;
	padding: 10px;
}
.cena {
	font-weight: bold;
	color: #c0c0c0;
	float: left;
	text-align: right;
	width: 190px;
	background-color: #0d0d0e;
	padding: 10px;
	position: relative;
}
.cennik_image {
	background-color: #0d0d0e;
	float: left;
	width: 130px;
	text-align: center;
	height: 70px;
	position: relative;
}
.supercena {
	position: absolute;
	z-index: 40;
	left: 30px;
	bottom: 0px;
	width: 73px;
}
.odstep {
		border-bottom: 1px #404040 solid;
		clear: left;
		margin-bottom: 50px;
}
h6 {
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: normal;
  color: #c0c0c0;
  margin-bottom: 50px;
}