

body {
  font: 400 10pt verdana, arial, sans-serif;
  color: #000;
  background: #FFF;
}

h1 {
  margin-top: 30px;
  font-size: 18pt;
  border-bottom: 1px solid #999;
}

h2 {
  font-size: 16pt;
}

h3 {
  font-size: 14pt;
}

h4, h5, h6 {
  font-size: 12pt;
}

a {
  color: #00F;
  border-bottom: 0;
  text-decoration: underline;
}

/* Tabulky */
table {
  width: 100%;
  margin-bottom: 10px;  
  font-size: 1em;
  border-collapse: collapse;
}

table caption {
  margin-top: 10px;
  padding: 0 0 0.5em 3px;
  text-align: left;  
}

table th,
table td {
  text-align: left;
  vertical-align: top;
  padding: 4px 7px !important;
  padding: 6px 10px;
}


thead th {
  background-color: #ddd;
  border-bottom: 1px solid #999;
}

tbody tr.dark {
  background-color: #eee;
}

tbody td {
  border-bottom: 1px solid #ddd;
}

table a:link:after, 
table a:visited:after {
   content: "";
}


/* Prints the URL after a link in CSS2 supporting browsers */
a:link:after, 
a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}


/* Don't display these elements since they're not useful on paper */
#skip,
#header,
#menu,
#formular,
.footer,
.noPrint,
form {
  display: none;
}

#content {
  width: auto;
  margin: 0 8%;
  padding: 0;
}



