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;
}

.hlavicka {
 background: #dce7fb;
 font-weight: bold;
}

/* Dnesni den v ohlaskach */
table.listD {
  border: 1px solid #ccc;
  border-collapse: collapse;
}
.listD td{
  border: 1px solid black;
  padding: 4px;
}

.hlavickaD {
 background: #ffa008;
 font-weight: bold;
}

/* Akce mimo BK v ohlaskach*/
.neni_bk {
   background-color: #ddd;
}


#layout {
  position: absolute;
  left: 50%;
  margin-left: -440px;
  width: 880px;
  height: 100%;
  min-height: 100%;
  background: url("../images/bg_vodorovna.png")  center repeat-y;
}

#layout2 {
	position: absolute;
	left: 50%;
	margin-left: 410px;
	top: 135px;
}

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.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;
  float: right;
}

.tisk img {
  margin-bottom: -3px;

}

.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;
}

  #regmail {
	border: 1px solid gray;
	width: 200px;
  }

  #regok {
	border: 1px solid gray;
	margin-top: 4px;
	width: 60px;
  }
  
  #novinky_desc {
	text-align: justify;
	color: gray;
	font-size: 11px;
}




