body {
  margin: 0; 
  padding: 20px; 
  color: black;
  text-align: center;
  background: #E0AA88;
}
#page {
  width: 99%;
  border: 4px double gray; 
  text-align: left;
  background: white;
  color: black;
  overflow: hidden; 
}
hr.cleaner {
  clear: both; 
  display: none; 
}
#header {
  border-top: 5px solid #5C80AA;
  color: black;
  height: 133px;
  text-align: center;
}
#mainpanel { 
  margin: 0px; 
  padding: 20px 20px 20px 20px; 
  color: black;
  min-height: 300px;
} 
#mainpanel-inner { 
  text-align: justify;
  margin: 0; 
  padding: 20px;
}
#footer { 
  background: gray;
  color: white;
  padding: 10px 10px 10px 10px;
  text-align: right;
  border-top: 5px solid silver;
}
#footer a {
  color: white;
  background: transparent;
}
#footer-left {
  float: left;
}
#topmenu {
  border-top: 5px solid #5C80AA;
  border-bottom: 5px solid #5C80AA;
  width: 100%;
  background: #eee;
}
#topmenu td {
  text-align: center;
  width: 16%;
}
#topmenu a {
  font-weight: bold;
  border: 1px solid silver;
  border-bottom: 4px solid silver;
  display: block;
  padding: 10px;
  margin: 4px;
  background: url('images/poz_topmenu.png') repeat-x;

}
#topmenu a:hover {
  background: white;
  border-left: 4px solid gray;
  border-bottom: 4px solid gray;
}

h1 {
  text-align: center;
}

form {
  margin-bottom: 18px;
}

a {
  text-decoration: none;
  color: navy;
}
a:hover {
  color: red;
}
a img {
  border-color: black;
}

p {
  margin-top: 12px;
}


div.admFunkce {
  padding: 1px 4px 4px 4px;
  background: silver;
  text-align: right;
}
div.funkce {
  border-top: 1px solid gray;
  border-bottom: 1px solid gray;
  padding: 6px;
  text-align: center;
}
div.funkce form {
  margin: 0px;
}

