
/* elementy podstawowe */

body
{
  background-color: #ffffcc;
  padding-top: 1em;
  padding-left: 2em;
  padding-right: 2em;
  color: #000000;
}

div
{
 border: 1px;
 color: #000000;
 font-size: 0.8em;
 font-weight: normal;
 font-family: arial, helvetica, sans-serif;
 text-decoration: none;
 text-align: left;
 line-height: 130%;
}

h1
{
 color: #009999;
 font-family: verdana, helvetica, sans-serif;
 font-weight: normal;
 font-size: 144%;
 line-height: 130%;
}

ul
{
 list-style-type: square;
 line-height: 180%;
}

hr
{
 color: #999966;
 border-top-style: solid;
}

img
{
 border-style: none;
}

a
{
 font-weight: bold;
 color: #0000ff;
}
a:link
{
 text-decoration: none;
}

a:visited
{
 text-decoration: none;
}

a:hover
{
 text-decoration: underline;
}

a:active
{
 text-decoration: underline;
}

table
{
 width: 100%;
 height: auto;
 border: 1px solid #000000;
 border-collapse: collapse;
 empty-cells: show;
 table-layout: fixed;
}
 
th
{
 background-color: #66ccff;
 border: 1px solid #000000;
}

td
{
 background-color: #66ff00;
 border: 1px solid #000000;
}



/* klasy i identyfikatory */

input
{
 vertical-align: middle;
}

input.szukaj
{
 background-color: #ccffff;
 border: 1px solid #00ffff;
 width: 14em;
 height: 1.3em;
}

div.wojewodztwa
{
 float: left;
 width: 18em;
}

div.mapa
{
 float: left;
 padding: 1em;
}

ul.kwadrat
{
 list-style-type: none;
 line-height: 180%;
 padding-left: 0px;
 margin-left: 0px;
}

ul.kwadrat li
{ 
 background: url('grafika/dot1.gif') no-repeat left center;
 padding-left: 20px;
 width: 22em;
 float: left;
}

dl.kwadrat dt
{
 background: url('grafika/dot1.gif') no-repeat left center;
 padding-left: 20px;
 margin-top: 1em;
}

dl.kwadrat dd
{
 padding-left: 20px;
 line-height: 200%;
}

.odnosnik-menu dd
{ 
 padding-left: 0px;
 margin-left: 0px;
}
 
.kolumna1
{ 
 width: 5%;
 text-align: left;
 padding: 0.4em;
 padding-left: 1em;
}

.kolumna2
{ 
 width: 65%;
 text-align: left;
 padding: 0.4em;
 padding-left: 1em;
}

.kolumna3
{
 width: 15%; 
 text-align: right; 
 padding: 0.4em; 
 padding-right: 1em; 
}

.nawigacja
{
 font-size: 80%;
 font-weight: bold;
}

.zakonczenie
{ 
 clear: both;
}

dl.bankomat-lista
{
 line-height: 160%;
} 

dl.bankomat-lista dt
{
 width: 8em;
 float: left;
}

dl.bankomat-lista a
{
 color: #000000; 
 font-weight: normal; 
}

dl.bankomat-opis
{
 line-height: 180%;
}

dl.bankomat-opis dd
{
 font-weight: bold;
}

dl.bankomat-opis dt
{
 width: 16em;
 float: left;
}

