body {
	font-family: sans-serif;
	font-size: 12px;
	color: #666;
}
a {
  color: #3c3c99;
}
a:hover {
  color: #6c6cff;
}
a.external_link {
	padding-right: 13px;
	background: url("images/external_link.png") no-repeat center right;
}

hr {
    border: 0;
    height: 0;
    color: none;
    border-top: 1px solid #ccc;
    clear: both;
}
h1 {
    font-size: 18px;
}
h2 {
    font-size: 16px;
}
h3 {
    font-size: 14px;
}

div.alert {
  padding: 10px 10px 10px 55px;
  border: 1px solid #a00;
  color: #a00;
  background: #f9eeee url('images/ico_alert.gif') no-repeat 10px center;
}
div.info {
  padding: 10px 10px 10px 55px;
  border: 1px solid #bbc1db;
  color: #000;
  background: #f3f4f9 url('images/ico_info.gif') no-repeat 10px center;
}
div.pdf {
  background: #fff url('images/ico_pdf.gif') no-repeat 10px center;
  padding: 20px 20px 20px 80px;
  float: right;
}
div.vpravo {
  float: right;
}

table.tabulka {
  border: 0;
  border-collapse: collapse;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
table.tabulka td, table.tabulka th {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 3px 5px;
  vertical-align: top;
}
table.tabulka th {
  background-color: #ddd;
  text-align: left;
  font-size: 13px;
}
table.tabulka th.h2 {
  background-color: #f5f5f5;
}
