html, body
{
  font-family: Verdana, Arial;
  text-align:center;
  background:#E5F2FF;
  background-image: url(grafika/bg.gif);
  background-repeat: repeat-x;
  background-position: top;
  color:#000000;
  margin: 0;
  padding: 0;
}

a {
    color: #E1771E;
    text-decoration: underline;
  }

a:hover {
    color: #B56018;
    text-decoration: none;
  }

ul.lista_menu {
		list-style: disc;
		margin: 4px 4px 9px 20px;
		padding: 0px;

}

ul.lista_menu li  a:hover {
			list-style: circle;
}

hr.tytul {
	color: #174D95;
	background-color: #174D95;
	height: 1px;
}

.tresc {
	font-family: Arial, Verdana;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	word-spacing: normal;
}

.menu {
	font-family: Arial, Verdana;
	font-size: 14px;
	font-style: normal;
	text-decoration: none;
	text-transform: none;
	word-spacing: normal;
}

.stopka {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	text-decoration: none;
	text-transform: none;
	word-spacing: normal;
}

.data {
	font-family: Arial, Verdana;
	font-size: 15px;
	font-style: normal;
	text-decoration: none;
	text-transform: none;
	word-spacing: normal;
}

#tabela td {
   border: 1px solid black;
   background-color: #C6DAEF;
}
#tabela {
   border: 1px solid black;
   border-collapse: collapse;
}
td.naglowek {
   background-color: #ACBED0;
   font-weight: bold;
	 }

#mapa {
   border: 1px solid black;
   border-collapse: collapse;
}

#mapa td {
   border: 1px solid black;
  
}

.mapka{
	font-family: Arial, Verdana;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
	text-transform: none;
	word-spacing: normal;
}
   
}