/* elementy */
html {
  font: 1em/1.4 Times New Roman, serif;
  color: black !important;
  background: white !important;
}
* html { font-size: 100%; }

h2, h3, h4, h5 { font: normal bold 165%/1.4 Times New Roman, serif; }
h3 { font-size: 140%; }
h4 { font-size: 120%; }
h5 { font-size: 100%; }

p, dd { text-indent: 1em; }

ul { list-style-type: disc; }
ul ul { list-style-type: circle; }
ol { list-style-type: decimal; }
ol ol { list-style-type: lower-alpha; }

address { font-style: normal; }
address span, span.width {
  display: block;
  width: 6em;
  float: left;
}

hr {
  height: 1px;
  color: black;
  background-color: black;
  border: 0px solid black;
}
hr.no-show { display: block !important;}

/* . class */
.no-indent { text-indent: 0; }

img.left {
  margin: .5em 10px .5em 0;
  float: left;
}
img.right {
  margin: .5em 0 .5em 10px;
  float: right;
}

p.right, td.right { text-align: right; text-indent: 0; }
.center { text-align: center !important; text-indent: 0; }

/* skryté */
#menu, #footer, .no-show, .cleaner {
  display: none;
}

/* odkazy */
a:after { content: " (" attr(href) ")"; }
h1 a:after, address a:after { content: ""; }
