html, body {
  background: #f1f8f9;
  color: black;
  font-size: 10pt;
  font-family: verdana, tahoma, arial, geneva, helvetica, lucida, sans-serif;
  margin: 0;
  padding: 0;
}

/* linki na stronie */
#menu a:link, a:visited, a:active {
  margin: 10px;
  color: white;
  background: url(img/menu_a.jpg) repeat-x;
  height: 35px;
}
#menu a:hover {
  color: #66CCFF;
}

/* nag³ówek */
#naglowek {
    width: 100%;
	height: 210px;
	margin: 0 auto;
	padding: 0;
	background: url(img/naglowek_tlo.gif) repeat-x;
}

#logo {
  margin: 0 auto;
  width: 1024px;
  height: 156px;
  background: url(img/naglowek.jpg) no-repeat;
}

#menu {
    width: 1024px;
	margin: 0 auto;
	margin-bottom: 35px;
	height: 54px;
	font-size: 10pt;
	color: black;
	background: url(img/menu_tlo.gif) repeat-x;
}

#menu ul, ul li {
	display: block;
	list-style: none;
	margin: 0 2px;
	padding: 0;
	
}

#menu ul {
	float: left;

}

#menu ul li {
	float: left;
}

#menu ul a:link, ul a:visited {
	text-decoration: none;
	display: block;
	padding: 5px 10px;
}

#menu ul a:hover {
	background: url(img/menu_h.jpg) repeat-x;
	height: 34px;
}

/* ¶rodek strony */
#srodek {
    margin:0 auto;
    width: 1024px;
	height: auto;
}

#prawo_s {
	width: 200px;
	height: auto;
	float: right;
	margin: 1px;
	padding: 5px;
}

#prawo_navi {
	background: url(img/prawa_navigator.png) no-repeat;
	width: 180px;
	height: 36px;
	color: white;
	font-size: 14px;
	padding: 10px;
	text-align: center;
	font-style: inherit;
}

#lewo_s {
	width: 800px;
	height: auto;
	float: left;
	margin: 1px;
	padding: 5px;
}

#lewo_navi {
	border-bottom: 1px dashed #E1E1E1;
	color: #A0BCCB;
	padding: 10px;
	text-align: center;
	font-size: 19px;
	font-style: inherit;
}

#pod_tytul {
   margin: 0 auto;
   background: url(img/pod_tytul.gif) no-repeat;
   width:1024px;
   height: 137px;
}

.czyszczenie {
   clear: both;
}
