body {
  /*background-image: url(img/layout/bg_body.gif);*/
  background-color: #B1BBB2;
  background-repeat: repeat-y;
  background-position: top;
  text-align: left;
  margin: 0px;
  color: black !important;
  font-family: arial, tahoma, verdana;
  padding: 0px;
}

div#body { width: 100%; margin: 0px; padding: 0px;}
div#hlavni { position: relative; margin-left: auto; margin-right: auto; margin-top: 0px;  width: 917px;}

div#lista {  height: 64px;  background: url(img/layout/bg_lista.jpg);  background-repeat: no-repeat; font-size: 12px;}
div#lista ul {list-style: none; margin: 0px; padding: 0px; padding-top: 35px;}
div#lista ul li { float: right; height: 29px;}
div#lista ul li.vybrano { background-image: url(img/layout/bg_lista_vybrano.jpg); background-repeat: no-repeat; background-position: center bottom;}
div#lista ul li.vybrano a {  }
div#lista ul li a { font-weight: bold; color: #fff; text-decoration: none; border-left: 1px solid #B0DA53; padding-right: 15px; padding-left: 15px; }
div#lista ul li a:hover {  }

div#jazyky {  height: 23px;  background: url(img/layout/bg_jazyky.jpg);  background-repeat: no-repeat;  text-align: right; }
div#jazyky img {	border: 0 none;	margin-right: 15px;	margin-left: -10px;}

div#tlacitkova_lista {  height: 34px;  background: url(img/layout/bg_top_menu.jpg);  background-repeat: no-repeat; font-size: 12px;}
div#tlacitkova_lista img { border: 0 none; }
div#tlacitkova_lista ul {list-style: none; margin: 0px; padding: 0px; padding-left: 300px;	padding-top: 9px; }
div#tlacitkova_lista ul li { list-style: none; display: inline; height: 23px;  margin-left: 10px; }
div#tlacitkova_lista ul li a {font-weight: bold; color: #000; text-decoration: none; padding-left: 5px; padding-right: 5px;}
div#tlacitkova_lista ul li a:hover { color: #B8E24E; }

div#tlacitkova_lista_2 {  visible: none; height: 0px;  margin: 0px;  padding: 0px;  position: relative;  clear: both;  }
div#tlacitkova_lista_2 ul {list-style: none; margin: 0px; margin-left: 320px; padding: 0px; padding-top: 140px; }
div#tlacitkova_lista_2 ul li { display: inline; }
div#tlacitkova_lista_2 ul li a { font-weight: bold; color: #577BB2; text-decoration: none; padding-left: 15px; padding-right: 15px; }
div#tlacitkova_lista_2 ul li a:hover { text-decoration: underline; }

div#horni {  margin: 0px;  padding: 0px;  background-image: url(img/layout/bg_horni.gif);  background-repeat: no-repeat;  /*width: 760px;*/  height: 172px !important;  border: none;}

div.paticka {
  margin: 0px;
  padding: 0px;
  padding-top: 20px;
  position: relative;
  clear: both;
  text-align: center;
  font-size: 11px;
  color: #000;
  background: url(img/layout/bg_paticka.gif);
  background-position: top;
  background-repeat: no-repeat;
  height: 55px;
}

.paticka a {  color: #7B0002;  text-decoration: none;  font-weight: bold;}
.paticka a:hover {  text-decoration: underline;}

.paticka_konktakt {
	color: #fff;
  text-align: left;
  margin-left: 50px;
  margin-bottom: 25px;
}

.paticka_konktakt a {
	color: #fff;
  font-weight: normal;
  text-decoration: underline;
}

div#menu_1{
  text-align: right !important;
  background-image: url(./img/layout/bg_menu1.gif);
  background-repeat: no-repeat;
  height: 34px;
  margin: 0px;
  padding: 0px;
  font-weight: bold;
}

#nadpis{
  position: relative;
  top: 3px;
  width: auto;
  text-align: center;
  /*font-weight: bold;
  font-size: 13px;*/
	font-size: 16px;
}

#nadpis strong {
  margin-top: 0px;
	margin-left: 10px;
	margin-right: 11px;
  background: transparent;
  padding: 0px;
}

div#obsah{  position: relative;  width: 850px;  float: left;  margin-left: 20px; padding-top: 30px; padding-bottom: 30px; font-size: 12px;  }
div#obsah a { color: gray; }
div#obsah a:hover { color: #7B0002; text-decoration: none; }

div#stred { clear: both;  background-image: url(img/layout/bg_stred.gif);  background-position: left top;  background-repeat: repeat-y;}

div#stred ul li {  list-style-image: url(img/li.gif);}

div#text_text_pod_nadpis {
	border: 0 none;
  background-color: #CBD9EA;
  margin-top: 10px;
	margin-left: 30px;
	margin-right: 10px;
	margin-bottom: 10px;
  color: #000;
  font: 11px Verdana, Arial, Tahoma, Helvetica, sans-serif;
  padding: 8px;
}

div#text {
  position: relative; 
	margin: 0px;
	padding: 0px;
	height: auto !important;
}

div#text_text {
  color: black;
  margin: 10px 10px 0px 30px;
  padding: 0px;
  font-size: 12px;
}

img.menu_img {
  border: 0px black solid;
}

img.nadpis_img {
  border: 0px black solid;
  margin-left: 10px;
  margin-top: 17px;
}

table.fotogalerie {
  width: 98%;
}

tr.fotogalerie_nadpis td {
  font-weight: bold;
  border-bottom: 1px #358c04 solid;
  border-top: 1px #358c04 solid;
}

.hidden {
  display: none;
  visibility: hidden;
}

.visible {
  display: table-row;
  visibility: visible;
}

.visible_block {
  display: block;
  visibility: visible;
}

.right { text-align: right; }
