<!--
html, body {
	margin: 0px;
	padding: 0px;
	font-family: tahomna;
	font-weight: normal;
	text-decoration: none;
	font-size: 13px;
	color: #fff;
	background-color:#000;
	background-image: url(pl/images/podklad.gif);
  background-position: top;
	background-repeat: repeat-x;
}
#tlo {
  background-image: url(pl/images/tlo.gif);
  background-position: center top;
	background-repeat: no-repeat;
}
a, a:link, a:visited {
  font-family: tahoma;
  font-weight: bold;
  font-style: normal;
  font-size: 13px;
  color: #fff;
  text-decoration: NONE;
  letter-spacing: 1px;
}
a:hover {
  font-family: tahoma;
  font-weight: bold;
  font-style: normal;
  font-size: 13px;
  color: #a00;
  text-decoration: none;
  letter-spacing: 1px;
}
a.mini, a.mini:link, a.mini:visited {
  font-family: tahoma;
	font-weight: normal;
	text-decoration: none;
	font-size: 10px;
  color: #600;
  letter-spacing: 0px;
}
a.mini:hover {
  font-family: tahoma;
	font-weight: normal;
	text-decoration: none;
	font-size: 10px;
  color: #fff;
  letter-spacing: 0px;
}
/* style pozucjonujące index */
#logo {
	position: relative;
	width: 270px;
	height: 110px;
	display: block;
}
#linia {
  background-image: url(index/linia.gif);
	position: relative;
	width: 270px;
	height: 25px;
	display: block;
}
#nawigacja {
  position: relative;
	width: 270px;
	height: 25px;
	display: block;
	font-family: tahoma;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
	color: #3b3b3b;
	letter-spacing: 1px;
}
#uwaga {
	position: relative;
	width: 270px;
	display: block;
	font-family: tahoma;
	font-weight: normal;
	text-decoration: none;
	font-size: 10px;
	color: #3b3b3b;
  padding: 40px 0px 0px 0px;
}
/* koniec styli na potrzeby poszczególnych podstron */
-->