@import url("styly_zaklad.css");

html, body, div, form, img {
  margin: 0; padding: 0; border: 0;
}

html, body {
	height: 100%;
}

body {
  background: white url('img/pozadi.gif') center top repeat-y;
}

/*** Kontejner ***/
 
#kontejner {
	width: 878px; min-height: 100%; height: 100%; margin: auto;
}

html>body #kontejner {
	height: auto;
}
  
/*** Zahlavi ***/
   
#zahlavi {
  position: relative; height: 260px;
  background: transparent url('img/zahlavi_pozadi.jpg') left top no-repeat;
}
	
#logo {
  position: absolute; left: 32px; top: 14px; width: 285px; height: 95px;
}

#logo_tisk {
  display: none;
}

/*** Telo leve, menu leve ***/

#telo_leve {
  position: relative; float: left; width: 182px; padding: 11px 18px 60px 18px;
}

#menu_leve {
  position: relative; margin: 0 -18px 10px -18px; padding: 0 1px 1px 1px;
  background-color: #d7d7d7; border-top: 1px solid white;
}

#menu_leve li {
  position: relative; margin: 1px 0 0 0; padding: 0;
  background: #419e62 url('img/menu_leve/polozka.gif') left top repeat-x;
  color: white;
}

#menu_leve li.aktualni {
  font-weight: bold;
  background: #195aab url('img/menu_leve/polozka_aktualni.gif') left top repeat-x;
}

#menu_leve li a, #menu_leve li span {
  position: relative; display: block; padding: 0.231em 16px 0.385em 16px; zoom: 1;
  color: white; text-decoration: none;
  background: transparent url('img/menu_leve/odkaz.gif') 202px 0.692em no-repeat;
}

#menu_leve li a:hover {
  text-decoration: underline;
}

#menu_leve li.aktualni a, #menu_leve li.aktualni span {
  background-image: url('img/menu_leve/odkaz_aktualni.gif');
}

#menu_leve li.aktualni ul {
  position: relative; margin: 0; padding: 1px 0 0 0;
  background-color: #d7d7d7;
}

#menu_leve li.aktualni ul li {
  background: #7fa6d9 none; font-weight: normal;
}

#menu_leve li.aktualni ul li.aktualni {
  font-weight: bold;
}

#menu_leve li.aktualni ul li.prvni {
  margin-top: 0;
}

#menu_leve li.aktualni ul li a, #menu_leve li.aktualni ul li span {
  padding-left: 40px;
  background: transparent url('img/menu_leve/odkaz2.gif') 202px 0.692em no-repeat;
}
  
/*** Telo ***/

#kontejner #telo {
  position: relative; float: right; width: 648px; padding: 0 0 0 12px;
}

#cesta {
  margin: 0.692em 0 1.077em 0;
}

/*** Zapati ***/
     
#zapati_kontejner {
  clear: both; width: 858px; height: 32px; min-height: 32px; margin: -45px auto 0 auto; margin-top: -60px; padding: 8px 10px;
	color: white; background-color: #004a99;
}

html>body #zapati_kontejner {
	height: auto;
}

#zapati_menu {
	position: relative; float: left;
}

#zapati_copyright {
	padding-left: 5px; float: left;
}

#zapati_omega {
  float: right; position: relative;
}

#zapati_kontejner a {
  color: white;
}

/*** Clear ***/

div.clear {
	clear: both; height: 1px;  overflow: hidden;
	font-size: 1px; line-height: 1px; 
}

div#clear {
	clear: both; height: 77px; overflow: hidden;
	font-size: 1px; line-height: 1px; 
}


/*** Mapa webu ***/

.mapa_webu li {
  font-weight: bold;
}

.mapa_webu li li {
  font-weight: normal;
}

/*** Klikaci mapa ***/

#klikaci_mapa {
  position: relative; min-height: 292px; height: 292px;
}

html>body #klikaci_mapa {
  height: auto;
}

#klikaci_mapa #klikaci_mapa_normal {
  display: inline;
}

#klikaci_mapa #klikaci_mapa_hover {
  display: none;
}


/*** Ostatni ***/

.typo3-adminPanel {
  display: none;
}

form, br {
  display: none;
}

#kontejner form {
  display: block;
}

#kontejner br {
  display: inline;
} 
