/*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: 20px;
  font-family: sans-serif;
  font-size: 9pt;
}

a {
  text-decoration: none;
  /*color: #c57903;*/
  color: Navy;
}

a:Hover {
  text-decoration: underline;
}

p {
  text-align: justify;
}
h1 {
  margin: 0px;
  padding: 3px;
  background-color: #efefef;
  font-size: 19px;
  line-height: 23px;
  text-align: left;
  color: Black;
}

h2 {
  margin: 0px;
  padding: 3px;

  font-size: 10pt;
  line-height: 15px;
  text-align: center;
  color: black;
  text-decoration: underline;
}

h3 {
  margin: 0px;

  font-size: 9pt;
  line-height: 15px;
  color: black;
  font-style: italic;
  text-decoration: underline;
}

table.list {
  border: 1px solid #ccc;
  border-collapse: collapse;
}
.list td{
  border: 1px solid #ccc;
  padding: 4px;
}

#layout {
  position: absolute;
  left: 50%;
  margin-left: -385px;
  width: 770px;
  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: 718px;
  height: 24px;
  top: 0px;
  left: 26px;
  line-height: 24px;
}

#menu_vrch a {
  color: black;
}

#logo {
  background: url("images/logo.png") center no-repeat;

  width: 770px;
  height: 120px;
  top: 20px;
  left: 0px;
  position: absolute;
}

#menu {
  background-color: white;

  position: absolute;
  top: 145px;
  left: 35px;
  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: 145px;
  left: 188px;
  width: 542px;
  margin: 0px;
  
  background-color: white;
  text-align: justify;
}

.copy {
  text-align: center;
  color: #aaa;
  font-size: 8pt;
}

.posun1 {
  margin-left: 25px;
  margin-bottom: 5px;
}
.posun2 {
  margin-left: 25px;
}

/* Aktuality */
.aktualne {
  width: 522px;
  background: url('images/aktualni_obsah.png') #eee repeat-y center 50% ;
  margin-bottom: 15px;
}

.aktualne_text {
  margin: 12px 25px;
  text-align: justify;
}

.aktualne_text h2 {
  padding: 3px;
  background: #ffa010;
  color: black;
  margin-bottom: 10px;
}

.aktualne_text h4 {
  color: #ffa010;
  margin: 0px;
  border-bottom: 1px solid #ffa010;
  font-size: 12px;
}
.pridano {
  font-size: 8pt;
  text-align: right;
  color: #777;
}




