* {
	margin: 0; 
	padding: 0;
}

html {
	height: 100%;
	font-size: 100%;
}

body {
	background: #ffffff url(images/body_tlo.jpg) left top repeat-x;

	font: normal 0.78em arial, sans-serif;
	line-height: 1.3em;
	text-align: center;
	color: #4e4e4e;
}

img {
	border: 0px;
}

p {
	margin-top: 0.5em;
	margin-bottom: 1.5em;
}

a:link, a:visited, a:hover, a:active {
	color: #284fab;
}

h1, h2, h3, label, legend {
	cursor: default;
}

h1 {
	font: bold 1.6em georgia, serif;
	color: #183884;
	margin-bottom: 0.5em;
}

h2 {
	font: normal 1.4em tahoma, sans-serif;
	color: #183884;
	margin-top: 1.5em;
	margin-bottom: 0.8em;
	border-bottom: 1px dashed #5271bb;
	padding-bottom: 2px;
}

h3 {
	font: bold 1em tahoma, sans-serif;
	margin-top: 2.5em;
	margin-bottom: 0.8em;
	/*background: url(images/ico_myslnik.png) left 3px no-repeat;
	padding-left: 25px; */
}

div.container {
	margin: 0 auto;
	width: 1000px;
	background: #f7f7f7 url(images/container_dol.jpg) left bottom no-repeat;
	border: 1px solid #e2e2e2;
	
	margin-top: 132px;
	padding-bottom: 70px;
	
	position: relative;
	overflow: auto;
	text-align: left;
}

div#top {
	width: 1002px;
	height: 132px;
	background: url(images/top.png) left top no-repeat;
	
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -501px;
}

a#logo_link {
	display: block;
	width: 285px;
	height: 100px;
	position: absolute;
	top: 12px;
	left: 248px;
	text-decoration: none;
	color: #ffffff;
}

/*-----------------------------------------------------------------
	nav
  -----------------------------------------------------------------*/
	
div#nav {
	width: 219px;
	margin-left: 2px;
	margin-top: 35px;
	background: url(images/menu_tlo_bg.jpg) right top repeat-y;
	padding: 13px 0 8px 0;
	float: left;
	overflow-x: hidden;
	display: inline;
}	

div#nav ul {
	display: block;
	margin: 0 auto;
	width: 166px;
	background: url(images/menu_tlo_przezr.gif) left top repeat-y;
	
	list-style-type: none;
}	

div#nav ul li {
	margin-bottom: 8px;
}

div#nav ul a:link, div#nav ul a:visited, div#nav ul a:hover, div#nav ul a:active {
	display: block;
	width: 166px;
	padding-top: 7px;
	height: 21px;
	
	
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font: bold 0.9em tahoma, sans-serif;
	
	background: #b9c3da;
	border: 1px solid #ffffff;
	border-top: 1px solid #d2d6df;
	border-bottom: 1px dashed #d2d6df;
	
}

div#nav ul a:hover {
	background: #eb891b;
	border: 1px solid #ffffff;
	border-top: 1px solid #f2ca9c;
	border-bottom: 1px dashed #f2ca9c;
	
}

div.glowna div#nav ul a.glowna {
	background: #728ece url(images/ico_aktualna.jpg) 13px top no-repeat;
	border: 1px solid #ffffff;
	cursor: default;
}
div.o_firmie div#nav ul a.o_firmie {
	background: #728ece url(images/ico_aktualna.jpg) 13px top no-repeat;
	border: 1px solid #ffffff;
	cursor: default;
}
div.oferta div#nav ul a.oferta {
	background: #728ece url(images/ico_aktualna.jpg) 13px top no-repeat;
	border: 1px solid #ffffff;
	cursor: default;
}
div.promocje div#nav ul a.promocje {
	background: #728ece url(images/ico_aktualna.jpg) 13px top no-repeat;
	border: 1px solid #ffffff;
	cursor: default;
}
div.cennik div#nav ul a.cennik {
	background: #728ece url(images/ico_aktualna.jpg) 13px top no-repeat;
	border: 1px solid #ffffff;
	cursor: default;
}
div.kontakt div#nav ul a.kontakt {
	background: #728ece url(images/ico_aktualna.jpg) 13px top no-repeat;
	border: 1px solid #ffffff;
	cursor: default;
}

/*-----------------------------------------------------------------
	content
  -----------------------------------------------------------------*/
	
div#content {
	float: left;
	width: 690px;
	min-height: 380px;
  height: auto !important;
  height: 380px;

	margin: 35px 40px 0 35px;
	display: inline;
	overflow-x: hidden;
}

div#content p {
	text-align: justify;
}

div#content h1{
	font: bold 13px arial, sans-serif;
	color: #000;
	margin-bottom: 10px;
}

div#content .bold {
	font-weight: bold;
}

div#content img.right {
	float: right;
	margin-left: 30px;
	margin-bottom: 10px;
	border: 2px solid #d9dfeb;
}

div#content img.noborder {
	border: 0;
}

div#content ul.kwadraciki {
	list-style-type: none;
	margin: 1em 0 1.5em 0;
}
div#content ul.kwadraciki li {
	background: url(images/ico_kwadracik.gif) left 4px no-repeat;
	padding-left: 15px;
	margin-bottom: 0.7em;
}

label {
	float: left;
	width: 8em;
	margin-right: 0.5em;
}
label.krotki {
	width: 10em;
}
label.dlugi {
	width: 22em;
}

input {
	background: #ffffff;
	border: 1px solid #a7a7a7;
	margin-bottom: 0.5em;
	padding: 2px 1px;
}

input.radio, input.checkbox {
	margin-right: 0.3em;
	/*margin-top: 0.5em;*/
	padding: 0;
	background: none;
	border: 0;
}

input.krotki {
	width: 8em;
}
input.dlugi {
	width: 20em;
}
input.liczba {
	text-align: right;
}

ul.bez_niczego {
	list-style-type: none;
}

ul.bez_niczego li {
	display: block;
	overflow: auto;
	margin-bottom: 0.5em;
}

p.submit input {
	background: #eb891b;
	border: 2px solid #d26f00;
	padding: 0.2em 0.4em;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
}

p.blad {
	color: #d80000;
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: bold;
}

/*-----------------------------------------------------------------
	footer
  -----------------------------------------------------------------*/
	
div#footer {
	margin-top: 5px;
	padding-bottom: 50px;
	text-align: center;
	color: #b0b0b0;
	font: normal 0.8em tahoma, sans-serif;
	cursor: default;
}

div#footer a:link, div#footer a:visited, div#footer a:hover, div#footer a:active {
	color: #b0b0b0;
	text-decoration: none;
}
	