/* CSS Document */

#noprint, .noprint, .invisible, a.skipmenu, #menu, #submenu, #sidebar, #content span, input {
  display : none;
}
#body {
  font-size : 80%;
  font-family : verdana, sans-serif;
}
#header h1, a {
  font-size : 125%;
  text-decoration : none;
  color : black;
}
h3 {
  font-size : 100%;
  margin-bottom : 0.5em;
  margin-top : 0.2em;
}
h6 {
  font-size : 120%;
}
p {
  margin-top : 0em;
}
.block {
  display : block;
  page-break-inside : avoid;
  orphans : 0;
  widows : 10;
}
#fotobox span {
  display : auto;
}
table {
  border : 1px solid black;
  width : 100%;
}
caption {
  text-align : left;
  font-size : 125%;
  font-weight : bold;
}
#informace th {
  text-align : left;
  vertical-align : top;
}
#terminy td {
  font-size : 80%;
  text-align : center
}
#footer {
  font-size : 75%;
}

