HTML {
  background: url("../images/bg_vodorovna.png") white repeat-y center 50% ;
  height: 100%;
}

body {
  background: url("../images/bg_vodorovna.png") white repeat-y center 50% ;
  height: 100%;
}

body {
  background: url("../images/bg_svisla.png") white repeat-x;
  margin: 0px;
  font-family: sans-serif;
  font-size: 9pt;
}

a {
  text-decoration: none;
  color: #c57903;
}

a:Hover {
  text-decoration: underline;
}

h1 {
  margin: 0px;
  padding: 3px;
  background: url("../images/bg_h1.png")  right repeat-y;
  
  font-size: 17px;
  line-height: 23px;
  text-align: right;
  color: #ffa008;
}

h2 {
  margin: 0px;
  padding: 3px;

  font-size: 10pt;
  line-height: 15px;
  text-align: center;
  color: #c57903;
}

h3 {
  margin: 0px;

  font-size: 9pt;
  line-height: 15px;
  color: #c57903;
}

table.list {
  border: 1px solid #ccc;
  border-collapse: collapse;
}
.list td{
  border: 1px solid #ccc;
  padding: 4px;
}

#layout {
  position: absolute;
  left: 50%;
  margin-left: -440px;
  width: 880px;
  height: 100%;
  min-height: 100%;
  background: url("../images/bg_vodorovna.png")  center repeat-y;
}

BODY > #layout {
  background: url("../images/bg_vodorovna.png") center repeat-y;
  height: auto;
}

#menu_vrch {
  position: absolute;
  width: 798px;
  height: 24px;
  top: 0px;
  left: 41px;
  line-height: 24px;
  
  z-index: 3;
}

#menu_vrch a {
  color: black;
}

#logo {
  background: url("../images/logo_de.png") center no-repeat;

  width: 816px;
  height: 120px;
  top: 16px;
  left: 32px;
  position: absolute;
}

#menu {
  background-color: white;

  position: absolute;
  top: 140px;
  left: 48px;
  width: 140px;
  margin: 0px;
}

#odkazy_v_l {
  width: 300px;
  float: left;
  text-align: left;
  padding-left: 7px;
}

#odkazy_v_r {
  text-align: right;
  padding-right: 7px;
}

a.uroven1 {
  padding: 5px 0px 5px 8px;
  
  display: list-item;
  list-style-type: none;
  text-decoration: none;
  
  color: #6aa3ff;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}

a.uroven1:Hover {
  color: white;
  text-decoration: none;
  background-color: #FF9D04;
}

a.uroven2 {
  border-bottom: 1px solid #ccc;
  padding: 5px 0px 5px 18px;

  display: list-item;
  list-style-type: none;
  text-decoration: none;
}

a.uroven2:Hover {
  color: white;
  text-decoration: none;
  background-color: #6aa3ff;
}

#text {
  position: absolute;
  top: 140px;
  left: 202px;
  width: 623px;
  margin: 0px;
  
  background-color: white;
  text-align: justify;
}

.copy {
  text-align: center;
  color: #aaa;
  font-size: 8pt;
}
.tisk {
  text-align: right;
  font-size: 8pt;
  margin-bottom: 4px;
}

.tisk img {
  margin-bottom: -3px;

}

.posun1 {
  margin-left: 25px;
  margin-bottom: 5px;
}
.posun2 {
  margin-left: 25px;
}




