body {
  margin: 1em;
  font-family: Arial, Tahoma, sans-serif;
  font-size: 1em;
  font-weight: normal;
}

#tresc {
  width: auto !important;
  width: 100%; /* dla IE */
  margin-left: 105px;
}

#batony {
  width: 90px;
  position: fixed !important;
  position: absolute; /* dla IE */
  top: 1em;
  left: 1em;
  border: 1px solid #6496C8;
  background: #84a6c8;
}

#batony p {
  font-size: 0.8em;
  color: #fff;
  text-align: center;
  margin: 5px 0;
}

p {
  text-align: justify;
  margin-top: 0px;
  margin-bottom: 10px;
}
.srodek {
  text-align: center;
}

h1 {
  margin-top: 0;
  font-weight: bold;
/*  font-size: 12pt;*/
}

img {
  border: 0px;
  vertical-align: bottom;
}

img.lewo {
  float: left;
}

table {
  width: 100%;
  border-spacing: 0px;
  border-collapse: collapse;
}

td.lista {
  padding-top: 1em;
  padding-bottom: 1em;
  padding-right: 1em;
  vertical-align: top;
  border-bottom: 2px solid #6496C8;
}

td.t1 {
  color: #FFF;
  font-weight: bold;
  background-color: #6496C8;
}

td.t2 {
  background-color: #E0EAF3;
}

td.t3 {
  background-color: #A2BFDD;
}

hr {
  color: #6496C8;
  background-color: #6496C8;
  border: 0px;
}

