html, body {
	background: #ffffff url('img/tlo.gif') repeat-x;
	color: #000000;
	font-family: verdana, tahoma, arial, geneva, helvetica, lucida, sans-serif;
	font-size: 8pt;
	margin: 0;
	padding: 0;
}

a:link, a:visited, a:active {
  color: #05326d;
	font-weight: bold;
  text-decoration: underline;
}
a:hover {
  color: #000000;
	font-weight: bold;
  text-decoration: none;
}

div#naglowek {
  background: #ffffff url('img/naglowek.jpg') no-repeat;
  width: 980px;
  height: 170px;
  margin: 0 auto;
	margin-top: -20px;
}
h1 {
	padding: 125px 0 20px 40px;
	font-size: 22pt;
	color: #5893bf;
	font-weight: lighter;
	letter-spacing: 5px;
}
h1 a:link, h1 a:visited, h1 a:active {
  text-decoration: none;
	color: #5893bf;
	font-weight: lighter;
	letter-spacing: 5px;
}
h1 a:hover {
  text-decoration: none;
	color: #006;
	font-weight: lighter;
	letter-spacing: 5px;
}


div#naglowekmenu {
  background-color: red;
	color: white;
	width: 980px;
  margin: 0 auto;
	margin-bottom: 30px;
}
div#naglowekmenu ul, div#naglowekmenu ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
div#naglowekmenu ul {
	position: absolute;
}
div#naglowekmenu ul li {
	float: left;
	border-width: 0 1px 2px 1px;
	border-style: solid;
	border-color: transparent #25b #25b #9ce;
	margin: 0 2px;
}
div#naglowekmenu ul a:link, ul a:visited {
	text-decoration: none;
	display: block;
	width: 157px;
	text-align: center;
	padding: 5px 0;
	font-weight: bold;
	background-color: #25b;
	color: #def;
	border-top: 5px solid #006;
}
div#naglowekmenu ul a:hover {
	background-color: #85b3d5;
	color: #006;
	border-top: 9px solid #3980b8;
	border-bottom: 1px dotted black;
}


div#czescglowna {
	background-color: #ffffff;
	width: 980px;
  margin: 0 auto;
  min-height: 400px;
}

div#menulewe {
	background-color: #ffffff;
	width: 200px;
	float: left;
	margin: 0;
	padding: 10px;
	overflow: hidden;
	text-align: left;
}

div#tresc {
  background-color: #ffffff;
	width: 720px;
	float: left;
	margin: 0;
	padding: 20px 20px 10px 20px;
	overflow: hidden;
	font-size: 10pt;
	text-align: justify;
  line-height: 22px;
}

div#stopka {
	clear: both;
  width: 970px;
  margin: 0 auto;
  padding: 5px;
	background-color: #b0cef8;
	border-top: 2px solid #05326d;
	text-align: center;
	line-height: 12pt;
}



h2 {
	margin-top: 22px;
	margin-bottom: 5px;
	font-size: 16pt;
	font-weight: lighter;
	border-bottom: double 6px #5893bf;
	text-align: center;
	color: #05326d;
}
h2 a:link, h2 a:visited, h2 a:active {
  font-weight: lighter;
  color: #05326d;
  text-decoration: none;
}
h2 a:hover {
  font-weight: lighter;
  color: #367ab7;
  text-decoration: none;
}


h3 {
	clear: both;
	margin-top: 12px;
	margin-bottom: 1px;
	font-size: 12pt;
	font-weight: lighter;
	border-bottom: solid 4px #ffc300;
}


.szpalta220 {
  background-color: #EAF2FD;
	float: left;
	width: 210px;
	border: 2px solid #b0cef8;
	padding: 3px;
	margin-top: 20px;
}
.szpalta220 p {
	font-size: 10pt;
	line-height: 12pt;
}
.szpalta220 li {
	list-style-type: circle;
	font-size: 8pt;
	line-height: 12pt;
	text-align: left;
	margin-top: 5px;
	margin-left: -18px;
}
.szpalta220 img {
	border: none;
}


.przerwa {
  clear: both;
  width: 980px;
  height: 10px;
  margin: 0 auto;
	background-color: white;
}


.nowalinia {
  clear: both;
	width: 100%;
	height: 10px
}


/* tabele */

table {
  width: 100%;
	border: 1px solid #05326d;
	margin: 0 auto;
	border-collapse: collapse;
}
th {
  font-size: 8pt;
	text-align: center;
	border-top: 1px solid white;
	line-height: 14px;
	padding: 10px 0 3px 0;
}
td {
  font-size: 8pt;
	text-align: center;
	border-top: 1px solid #ffc300;
	padding: 5px 0 5px 0;
}
tr.tab-naglowek {
  background-color: #ffc300;
}
tr.kolorowanie {
  background-color: #FFEDB3;
}
tr.pustalinia {
	height: 50px;
}
th.cenajedn {
  border-left: 1px solid white; 
}
td.cenajedn {
  border-left: 1px solid #ffc300; 
}
td em {
  color: red;
	font-size: 7pt;
}
td.srodtytul {
  padding: 20px 0 3px 70px;
	text-align: left;
	color: red;
	font-size: 12pt;
	font-weight: 300;
}