 body {
  font-family: Arial;
  margin:0;padding:0;
  text-align: center;
  font-size: 80%;
  height: 100%;
 }
 
 td
 {
 font-size: 80%;
 font-family: Arial;
 }
 
 h1,h2,h3 {
  margin: 0 0 5px 0;
 }
 h1 {
  font-size: 150%;
  color: #000040;
 }
 h2 {
  font-size: 130%;
  color: #000040;
 }
 h3 {
  font-size: 110%;
  color: #000040;
 }
 #holder {
  text-align: left;
  margin: 0 auto;
  position: relative;
  min-height: 100%;
  height: auto;
  _height: 100%;
  background-color: #ffffff;
 }
 #holder_main {
  text-align: left;
  margin: 0 auto;
  position: relative;
  min-height: 100%;
  height: auto;
  _height: 100%;
  background-color: #c4c4c4;
 }
 #menu {
  height: 30px;
  background-color: #000080;
  border-bottom: 1px solid black;
 }
 #menu a {
  color: white;
  display: block;
  float: left;
  padding: 7px 10px 0 10px;
  background: none;
  height: 23px;
  _height: 30px;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
 }
 #menu a:hover {
  background-color: #ffcc00;
  color: black;
  text-decoration: none;
 }
 #submenu {
  padding: 7px 10px 0 10px;
  height: 23px;
  _height: 30px;
  background-color: #c4c4c4;
  font-size: 12px;
  border-bottom: 1px solid #3c3424;
 }
 #submenu {
  color: #808080;
 }
 #submenu a {
  color: black;
  text-decoration: none;
 }
 #submenu a:hover {
  text-decoration: underline;
 }
 #page {
  background-color: #ffffff;
 }
 #page_main {
  background-color: #c4c4c4;
 }
 #page_in {
  padding: 10px 20px 20px 20px;
 }
 #footer {
  background: url(bgfoot.jpg) repeat-x ;
  height: 33px;
  position: absolute;
  left: 0; bottom: 0;
width:100%;
 }
 #footer_in {
  padding: 9px 0 0 0;
  color: white;
  text-align: center;
 }
 
 #top
  {
  background: url("/_template_dk/top.jpg") no-repeat left top;
  }
 a {
  color: #000080;
 }
 .struktura_nadpis
 {
 background:#3365FC;
 text-align:center;
 color:#ffffff;
 border:1px solid #000000; 
 }
 .struktura_data
 {
 background:#F0F0F0;
 text-align:center;
 border:1px solid #000000;
 }
 .struktura_hlavni_blok
 {
 background:#CAD7FF;
 text-align:center;
 border:1px solid #000000;
 }
 .struktura_subskupiny_title
 {
 background:#3365FC;
 color:#ffffff;
 text-align:center;
 border:1px solid #000000;
 }