* {
  margin: 0;
  padding: 0;
}
body {
  background-color: #fff;
  color: #000;
  font: 1em 'times new roman', times, serif;
}
#header, #navigation, #navigation_right, #content form fieldset, #content img.zoom, #content .no_print, #footer, #w3c_icons {
  display: none;
}

#content {
  width: 100%;
}

#content a {
  background-color: inherit;
  color: #000;
  text-decoration: none;
}

#content address, #content p, #content table tr th, #content table td, #content ul, #content .opinion_content {
  line-height: 1.6em;
}

#content address {
  font-style: normal;
  text-align: center;
}

#content form {
  border: 1px solid #000;
  height: 1em;
}

#content h1, #content h2 {
  border-bottom: 2px solid #000;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}
#content h1 {
  font-size: 1.6em;
}
#content h2 {
  font-size: 1.3em;
  margin-top: 0.7em;
}
#content h2.space {
  margin-top: 1em;
}
#content h2.print_no_space {
  margin-top: 0;
}

#content img {
  border: 1px solid #000;
}

#content p {
  text-align: justify;
  text-indent: 1.2em;
}
/*#content p:first-letter {
  font-size: 1.3em;
  font-weight: bold;
}*/
#content p.center {
  text-align: center;
}
#content p.message_view {
  border: 1px solid #000;
  /*line-height: 1.6em;*/
  padding: 0 0.3em;
  text-indent: 0;
}

#content p.space {
  padding-bottom: 0.8em;
}

/*#content div.table {
  width: 100%;
}*/
#content table {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  margin: 0 auto;
  width: 100%;
}
#content table tr.text_small {
  font-size: 0.85em;
}
#content table tr th, #content table td {
  /*line-height: 1.6em;*/
  padding: 0.2em 0.4em;
}
#content table tr.text_small td { /* dodane */
  line-height: normal;
}
#content table th {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
}
#content table th.right {
  border-left: 1px solid #000;
}
#content table td {
  border-bottom: 1px solid #000;
  text-align: center;
}
#content table td.right, #content table td.right_error {
  border-left: 1px solid #000;
}
#content table td.text_left {
  text-align: left;
}
#content table td.text_top {
  vertical-align: top;
}

#content ul {
  /*line-height: 1.8em;*/
  margin-left: 2em;
}

#content .image_corner {
  /*line-height: normal;*/
  text-align: center;
}
#content .image {
  margin: 0 auto;
}
#content .image small {
  display: block;
  font-size: 0.75em;
  padding-bottom: 0.4em;
}

#content .error_color {
  background-color: inherit;
  color: #f00;
}

#content .opinion_container {
  margin-top: 0.8em;
}
#content .opinion_container.no_space {
  margin-top: 0;
}

#content .opinion_content {
  text-align: justify;
}
#content .opinion_content small {
  border-top: 1px solid #000;
  display: block;
  font-size: 0.8em;
  text-align: right;
}
