body {
  color: black;
  font-size: 11px;
  font-family: serif;
  margin: 0px;
}

a {
  text-decoration: none;
  color: black;
}

td.left {
  display: none;
}

td#header {
  display: none;
}

h1 {
  font-size: 16px;
  font-weight: bold;
  font-family: sans-serif;
  margin: 0px;
}

h1 span {
  font-size: 12px;
  font-weight: normal;
}

h2 {
  color: black;
  font-size: 14px;
  font-weight: normal;
  font-family: sans-serif;
  padding-left: 0px;
  padding-top: 5px;
  margin: 0px;
}

p {
  font-size: 12px;
  margin: 0px;
  padding-top: 5px;
  padding-left: 10px;
}

div.line {
  padding-bottom: 10px;
  border-bottom: 1px black solid;
  margin-top: 0px;
  margin-bottom: 10px;
}

div#tresc {
  padding-top: 10px;
  border-top: 1px black solid;
  margin-bottom: 0px;
  margin-top: 10px;
}

div#tresc p {
}

div#tresc li {
  /*width: 481px;*/
}

dl {
  /*width: 511px;*/
  padding-left: 10px;
  margin: 0px;
}

dt {
  padding-top: 5px;
  font-size: 12px;
  font-weight: bold;
}

dt.autorzy {
  font-weight: normal;
  font-style: oblique;
}

dt.autorzy span {
  font-style: normal;
}

dd {
  font-size: 12px;
  margin-left: 0px;
}

dd.first {
  padding-top: 5px;
  font-size: 12px;
}

dd.autorzy {
  font-style: oblique;
}

dd.pochodzenie {
  font-size: 10px;
}

dd.autorzy a:hover {
  text-decoration: underline;
}

ol {
  padding-left: 20px;
  margin: 0px;
}

ol li {
  padding-top: 5px;
  font-size: 12px;
}

ol li ul {
  padding-left: 20px;
  list-style-type: square;
}

ol li ul li {
  font-size: 12px;
}

ol li ol {
  list-style-type: lower-alpha;
}

/* obiekty w tek¶cie */

/*div.obiekt {
  width: 511px;
}*/

div.obiekt table {
  width: 380px;
}

div.obiekt table td {
  border: 1px black solid;
  padding: 4px;
  text-align: center;
}

div.obiekt table th {
  vertical-align: top;
  text-align: left;
  border-right: 1px black solid;
  font-weight: normal;
}

div.obiekt table th div {
  font-weight: bold;
  padding: 2px 4px;
  border-bottom: 1px black solid;
  border-left: 1px black solid;
}

div.obiekt table th.nazwa {
  padding: 2px 4px;
  border-bottom: 1px black solid;
}


