/**
 * @author Tomasz Skręt
 */

* {
	padding: 0;
	margin: 0;
}

body {
	color: white;
	padding: 0;
	margin: 0;
	font-size: 10px;
	background-color: #e8e8e5;
	font-family: Arial, Verdana, sans-serif;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
}

#naglowek {
	position: relative;
	width: 960px;
	height: 225px;
	background: url('../img/naglowek.jpg');
	float: left;
}

#tresc {
	width: 960px;
	background-image: url('../img/tlo_tresc.jpg');
	float: left;
}

#tresc2 {
	width: 800px;
	margin: 0 auto;
}

#stopka {
	position: relative;
	width: 960px;
	height: 103px;
	background-image: url('../img/loga.jpg');
	float: left;
}

#logotypy {
	position: absolute;
	top: 40px;
	width: 960px;
	text-align: center;
}

#stopka p {
	text-align: center;
	color: #000000;
	margin-top: 17px;
	font-size: 12px;
}

#stopka a {
	color: #000000;
}

h2 {
	font-size: 16px;
	text-transform: uppercase;
}

.przycisk, .cena-przycisk {
	border: 1px solid transparent;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-image: url('../img/przycisk_tlo.png');
	background-position: center center;
	padding: 4px 6px;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}

.cena-przycisk {
	display: block;
	width: 120px;
	margin: 0 auto;
}

.przycisk:hover, .cena-przycisk:hover {
	background-image: url('../img/przycisk_tlo_hover.png');
	background-position: center center;
}

a {
	color: #ffffff;
}

.okladka-main {
	position: relative;
	float: left;
	margin: 0px;
	padding: 7px;
}


.okladka-main .cien-3 {
	background-image: url('../img/okladka-main-cien.png');
	width: 367px;
	height: 490px;
}

.okladka-main .cien-1 {
	background-image: url('../img/okladka-main-cien2.png');
	width: 367px;
	height: 490px;
}

.okladka-main img.cien-2 {
	margin-top: 4px;
	margin-left: 6px;
}

.nowosc {
	position: absolute;
	bottom: 50px;
	left: 5px;
	width: 140px;
	height: 48px;
	background-image: url('../img/nowosc.png');
}

#logo {
	position: absolute;
	top: 40px;
	right: 40px;
	width: 303px;
	height: 40px;
}

.numer-opis {
	position: relative;
	float: left;
	margin-top: 40px;
	width: 400px;
}

.numer-opis p {
	font-size: 12px;
	margin: 5px 0;
}

.spis-tresci {
	margin: 0;
	padding: 0;
}

.spis-tresci li {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 30px;
	padding-left: 0;
	font-size: 12px;
}

span.red {
	color: #ff0000;
}

.numer-opis .zamow-wysylka {
	font-size: 9px;
}

.sciezka a {
	text-decoration: none;
	font-size: 12px;
}

#foty-gora {
	position: absolute;
	top: 85px;
	left: 17px;
}

.foty-gora {
	background-image: url('../img/cien-gora-2.png');
	height: 120px;
	width: 185px;
	display: block;
	float: left;
}

.foty-gora img {
	margin-top: 4px;
	margin-left: 5px;
}

.clear {
	clear: both;
}

.promocja-bar {
	background-image: url('../img/promocja.png');
	width: 900px;
	height: 7px;
	margin: 5px auto;
	clear: both;
}

.pakiety-dol {
	background-image: url('../img/pakiet_wnetrza.png');
	position: relative;
	width: 900px;
	height: 180px;
	margin: 0 auto;
	clear: both;
}

.pakiety-dol .tresc {
	position: absolute;
	top: 20px;
	left: 250px;
	width: 600px;
	text-align: center;
}

.formOpis {
	clear: both;
	width: 175px;
	text-align: right;
	margin-right:10px;
	float: left;
	padding-top: 9px;
	font-weight:bold;
	font-size: 12px;
}
.formPole {
	width:160px;
	float:left;
	padding-top:6px;
}

.formPole input {
	border: 1px solid #c6c6c6;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 0 3px;
}

.red {
	color:#d00;
}
.blad {
	background-color:#FFC;
}
.zle {
	float: left;
	color:#d00;
	font-size:11px;
	padding-top: 4px;
	margin-left: 190px;
}

