/* znaczniki */
html {
	min-height: 100%;
}

* {
	margin: 0;
	padding: 0;
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: underline;
}

body {
	background: #99b8cd url(../img/bg.jpg) repeat-x top left;
	color: #444;
	font: normal 62.5% Tahoma,sans-serif;
	padding: 3% 0;
}

p,code,ul {
	padding-bottom: 1.2em;
	text-align: justify;
	line-height: 1.4em;
}

li {
	list-style: none;
}

h1 {
	font: normal 1.8em Tahoma,sans-serif;
	margin-bottom: 4px;
}

h2 {
	font-size: 1.3em;
	font-family: sans-serif;
	font-weight: bold;
}

code {
	background: #fff;
  border-left: 6px solid #dedcc7;
	color: #e12726;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	text-align: center;
	padding: 0px;
	white-space: pre;
}

code a {
	color: #226a9a;
	padding: 0 10px;
}

code a:hover {
	color: #e12726;
}

blockquote {
	display: block;
	float: right;
	font-weight: bold;
	padding-left: 28px;
	text-align: justify;
}

img {
	padding: 0px 10px;
	border: none;
}

h1,h2,h3 {
	padding-top: 6px;
}

hr {
	margin: 5px 0;
}

table {
	width: 512px;
	background: #dedcc7;
	border: 2px solid #e12726;
}

td {
	padding: 6px;
	text-align: center;
	border: 1px solid #fff;
}

td.opis {
	text-align: left;
}

/* polozenie */
.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

/* struktura */
.container {
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 780px;
}

/* gora */
.top {
	padding: 50px 10px 0;
}

/* naglowek */
.header {
	background: #fff;
	font-size: 1.2em;
	height: 150px;
	margin: 0 auto;
	padding: 10px 10px 5px;
	width: 780px;
}

.header .left {
	background: #e12726;
	color: #fff;
	height: 150px;	
}

.header .left h1 {
	background: #e12726;
	font: bold 3.8em "Trebuchet MS",sans-serif;
	text-align: center;	
	width: 564px;
}

.header .right {
	background: #e12726;
	color: #FFF;
	height: 150px;
	width: 212px;
}

.header .right p {
	font: normal 1.2em "Trebuchet MS",sans-serif;
	padding-top: 0px;
	padding-left: 16px;
}

/* nawigacja */
.navigation {	
	height: 41px;
	background: #FFF;
	width: 780px;
}

.navigation .lewo {
	width: 564px;
	height: 41px;
	background: #555;
	float: left;
}

.navigation .lewo a {
	background: #555;
	border-right: 4px solid #FFF;
	color: #FFF;
	float: left;
	font: bold 1.1em sans-serif;
	line-height: 41px;
	padding: 0 18px;
	text-decoration: none;
}

.navigation .lewo a:hover, a.current {
	background: #E12726;
	color: #fff;
}

.navigation .prawo {
	width: 212px;
	height: 41px;
	background: #f0f;
	float: right;
}

.navigation .prawo a {
	width: 156px;
	background: #555;
	color: #fff;
	float: right;
	font: bold 1.1em sans-serif;
	line-height: 41px;
	padding: 0 28px;
	text-decoration: none;
}

.navigation .prawo a:hover, a.current {
	background: #E12726;
	color: #fff;
}

/* srodek */
.main {
	border-top: 4px solid #fff;
	background: url(img/bgmain.gif) repeat-y;
}

/* kontent */
.content {
	float: left;
	margin: 10px 0;
	padding: 0 16px;
	width: 531px;
	font-size: 1.4em;
}

.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}

.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}

.content p {
	font-family: sans-serif;
}

/* stopka */
.stopka {
	background: #e12726;
	color: #fff;
	font: bold 1em sans-serif;
	line-height: 39px;
	padding: 1px 12px;
	text-align: center;
}

.stopka a {
	padding: 0 4px;
	color: #fff;
}

.stopka a:hover {
	color: #FFF;
	text-decoration: underline;
}

/* stopka-opis */
.stopka-opis {
	
	border: 1px solid #eee;
	background: #fff;
	color: #808080;
	font: normal 1em sans-serif;
	padding: 1px 12px;
	text-align: center;
}

.stopka-opis a {
	padding: 0 4px;
	color: #fff;
}

.stopka-opis a:hover {
	color: #FFF;
	text-decoration: underline;
}

/* pakiety */
.pakiety {
	float: right;
	width: 212px;
	margin-top: 20px;
}

.pakiety p {
	text-align: left;
}

.pakiety h2 {
	background: url(../img/pakiety_tytul.gif) 0 -42px no-repeat;
	height: 24px;
	border: none;
	padding: 7px 0 0 7px;
	margin: 0px;
}

.pakiety span.gora {
	background: url(../img/pakiety_okno_gora.gif) center top no-repeat;
	height: 13px;
	border: none;
	padding: 0px;
	margin: 0px;
	display: block;
}

.pakiety span.dol {
	background: url(../img/pakiety_okno_dol.gif) center bottom no-repeat;
	height: 13px;
	border: none;
	padding: 0px;
	margin: 0px;
	display: block;
	margin-bottom: 20px;
}

.pakiety ul {
	background: #dedcc7;
	border-left: 2px solid #928d87;
	border-right: 2px solid #928d87;
	margin: 0px;
	padding: 0 10px;
}

.pakiety ul a {
	background: url(../img/przycisk.gif) 0 0 no-repeat;
	width: 105px;
	height: 38px;
	display: inline-block;
	margin-left: 20px;
}

.pakiety ul a:hover {
	background-position: 0 -38px;
}

.pakiety span.zabezpieczenie {
	background: url(../img/zabezpieczenie.gif) center top no-repeat;
	width: 60px;
	height: 60px;
	display: inline-block;
}

.pakiety span.oprogramowanie {
	background: url(../img/oprogramowanie.gif) center top no-repeat;
	width: 60px;
	height: 60px;
	display: inline-block;
}

.pakiety span.internet {
	background: url(../img/internet.gif) center top no-repeat;
	width: 60px;
	height: 60px;
	display: inline-block;
}

.pakiety span.cena {
	background: url(../img/cena.gif) center top no-repeat;
	width: 67px;
	height: 42px;
	display: inline-block;
	margin-left: 40px;
}

span.kolo-ratunkowe {
	background: url(../img/kolo_ratunkowe.gif) center top no-repeat;
	width: 100px;
	height: 100px;
	float: right;
}

span.komputer {
	background: url(../img/komputer.gif) center top no-repeat;
	width: 100px;
	height: 100px;
	float: left;
}


/* cennik */
.cennik {
	float: left;
	width: 512px;
	margin-top: 20px;
}

.cennik h2 {
	background: #e12726;
	color: #fff;
	margin: 0px;
	padding: 0 0 10px 10px;
}

.cennik p {
	padding: 0 0 0 10px;
	text-align: left;
	font-size: 0.9em;
}

.cennik div.opis {
	text-align: justify;
	font-size: 0.8em;
}

.cennik span.gora {
	background: url(../img/cennik_gora.gif) center top no-repeat;
	height: 10px;
	border: none;
	padding: 0px;
	margin: 0px;
	display: block;
}

.cennik span.dol {
	background: url(../img/cennik_dol.gif) center bottom no-repeat;
	height: 10px;
	border: none;
	padding: 0px;
	margin: 0px;
	display: block;

}

.cennik span.tytul {
	background: url(../img/cennik_tytul.gif) center top no-repeat;
	height: 21px;
	border: none;
	padding: 0 0 0 10px;
	margin: 0px;
	display: block;
	font-size: 0.8em;
}

/* formularz */
.formularz {
	font-size: 1.2em;
}

.formularz label {
	display: block;
	width: 150px;
	text-align: left;
	font-weight: bold;
	font-size: 0.9em;
	margin-bottom: 6px;
}

/*.formularz input#imie, input#mail, input#telefon, input#numer, textarea#opis {
	background: #fff;
	border: 2px solid #928d87;
	font-size: 1.2em;
	width: 350px;
	margin-top: -2px;
	display: block;
}*/

.formularz textarea#opis {
	width: 512px;
	height: 200px;
}

.formularz input#przycisk {
	margin-top: 10px;
}

span.gwiazdka {
	color: #e12726;
	vertical-align: super;
	font-size: 0.7em;
	font-weight: bold;
}
