a {
  color: blue;
}
a:hover {
  color: red;
}
a img {
  border-width: 0px;
}

h1 {
  margin-top: 0px;
  border-bottom: 1px solid silver;
  padding-left: 20px;
  font-style: italic;
  font-size: 2.2em;
}

.text_left { text-align: left; }
.text_center { text-align: center; }
.text_right { text-align: right; }

strong.hlavicka_napis1 {
  display: block;
  margin: 0;
  padding: 0;
  border-width: 0;
  font-style: italic;
  font-weight: bold;
  font-size: 3.4em;
  color: navy;
}
strong.hlavicka_napis2 {
  display: block;
  margin: 0;
  padding: 0;
  font-style: italic;
  font-size: 2.2em;
}

table.adm_vypis {
  width: 100%;
  border-collapse: collapse;
}
table.adm_vypis td {
  border-top: 1px solid silver;
  border-bottom: 1px solid silver;
  padding: 4px;
}
form.adm_form {
  margin: 10px 0;
}
.adm_panel {
  display: block;
  text-align: right;
  background: yellow;
  padding: 6px;
  margin-top: 10px;  
}

.hlavni_menu {
  font-size: 1.2em;
}
