* {
  font-size: 12px;
  font-family: Arial, Tahoma, Helvetica, sans-serif;
  margin: 0;
  padding: 0; 
  color: #000000; 
  text-indent: 0 !important;
}
body {
  background: #ffffff;
}
div#bg-repeat {
  background: transparent;
  margin: 10px auto 0px auto;
  width: 1015px; 
}
div#bg-top {
  background: transparent; 
  margin: 0 auto 0px auto;
  width: 1015px; 
  position: relative;
}

div#bg-bottom {
  background: transparent; 
  height: 39px;
  margin: 10px auto 0px auto;
  width: 1015px; 
  display: none;
}

div#bg-bottom p {
  padding: 7px 0 0 20px;
  color: #ffffff;
}
div#bg-bottom p a {
  color: #ffffff;
}

/**** levy panel ****/
div#levy-panel {
  position: relative;
  width: 766px;
  float: left;
  margin: 10px 1px 1px 8px;
  min-height: 400px;
}
* html div#levy-panel {
  margin-left: 4px;
  height: 400px;
}
div.levy-panel-box {
  padding: 0 10px;
}


/**** pravy panel ****/
div#pravy-panel {
  display: none;

}
/********* logo ***********/
a#logo {
  position: absolute;
  top: 15px;
  left: 20px;
  display: none;  
}
a#logo img{
  border: none;
}
div#horni-lista {
  line-height: 31px;
  width: 989px;
  background-color: #111111;
  position: absolute;
  top: 8px;
  left: 8px;
  text-align: right;
  color: #ffffff;
  padding-right: 10px;
  display: none;
}
div#horni-lista a {
  color: #ffffff;
  padding: 0 5px;
  font-size: 90%;
}
p#slogan {
  position: absolute;
  top: 12px;
  right: 8px;
  font-size: 16px;
  font-weight: normal;
  color: #000000;
  display: none;
}
p#slogan strong {
  font-weight: bold;
  color: #000000;
  font-size: 120%;
  position: absolute;
  top: 0px;
  left: 150px;
  display: none;
}

/* menu */
ul#menu {
  list-style: none url();
  margin-bottom: 30px;
  padding-top: 26px;
  background: transparent url(../img-layout/bg-menu-ul.jpg) no-repeat left top;  
  overflow: hidden;
}
ul#menu li {
  display: inline;
}
ul#menu li a {
  background: transparent url(../img-layout/bg-li.gif) no-repeat left top;
  line-height: 25px;
  text-align: left;
  color: #F7F7F7;
  width: 214px;
  text-decoration: none;
  display: block;
  font-size: 12px;
  padding: 0 10px 0 13px;
  margin-bottom: 1px;
}
* html ul#menu li a {
  width: 209px;
}
ul#menu li a:hover {
  background-position: 0 -25px;
  font-weight: bold;  
}
ul#menu li a.aktivni {
  background-position: 0 -50px;
  font-weight: bold;
  /*font-variant: small-caps;*/
  color: #ffffff;
}
/** 2 uroven ***/
ul#menu ul li a {
  background-position: 0 -75px;
  color: #000000;
  font-size: 90%; 
  padding-left: 17px; 
}
ul#menu ul li a.aktivni {
  background-position: 0 -100px;
  font-weight: bold;
  color: #000000;    
  font-size: 90%;  
}
ul#menu ul li a:hover {
  background-position: 0 -100px;
  font-weight: bold;  
}

/******** drobeckova navigace *******/
#drobeckova-navigace {
  display: none;
}
#drobeckova-navigace a {
  color: #f0ebeb;
  font-size: 90%;
}

/**********************
 *     OBSAH          *
 **********************/ 
div.obsah-text {
  padding: 20px 10px;
}
.obsah-text p {
  padding-bottom: 10px;
}
.obsah-text ul {
  margin: 0 0 10px 15px;
}
.obsah-text table {
  line-height: 150%;
}

/**** obecne ****/
a img {
  border: none;
}
.cleaner {
  clear: both;
}
.no-bg {
  border: none !important;
}
a {
  color: #50677E;
}
a:hover {
  text-decoration: none;
}

h1 {
  color: #000000; 
  font-size: 16px;
  font-weight: bold;
  margin: 0 10px;
  line-height: 32px; 
}
h2 {
  color: #000000; 
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 7px;
}
h3 {
  color: #222222; 
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 7px;
  padding: 0;
  line-height: 14px;
}
p {
  line-height: 150%;
  padding-bottom: 7px;
}

div.obsah-text img {
  padding: 4px;
  border: 1px solid #999999;
}

#pravy-panel h2 {
  font-size: 13px;
}
#pravy-panel h2.otazka {
  font-size: 12px;
}
.italic {
  font-style: italic;
}
.cerne {
  color: #000000;
}

/* ------------------- formulare -------------------------*/
input.text, textarea.text {
  border: solid 1px #000000;
  background: transparent ;
  padding: 2px;
  color: #000000;
}
select.text {
  border: solid 1px #000000;
  background: transparent;
  color: #000000;  
}
input.submit {
  border: solid 1px #000000;
  background: transparent;
  padding: 2px 5px;
  color: #000000;
  font-weight: bold;
}
.maly {
  width: 100px;
}
.stredni {
  width: 200px;
}
.velky {
  width: 400px;
}
.vetsi {
  width: 500px;
}

/** tabulka formulare ***/
table.obyc_form th, table.obyc_form td {
  padding-right: 20px;
  padding-bottom: 4px;
  vertical-align: top;
  font-weight: normal;
  text-align: left;  
}
table.obyc_form th {
  padding: 2px 20px 4px 0;
  font-weight: bold;
}
table.obyc_form td {
  text-align: left;
}
table.obyc_form input.text {
  width: 200px;
}
table.obyc_form textarea.text {
  width: 500px;
  padding: 0;
  height: 130px;
}

/**** halseni ***/
div.hlaska {
  border: solid 1px #000000;
  padding: 5px;
  margin: 5px 0;
  color: #FF0000; 
  background-color: #fefcdf; 
}
div.ok {
  color: #27701e;
  font-weight: bold;
}
div.prehled_fotogalerii,
div.vzkazy-polozka {
  background: transparent;
  border: solid 1px #000000;
  padding: 0 15px;
  margin-right: 20px;
  margin-bottom: 15px;
  text-align: left;
  padding: 10px;
  position: relative;
}
div.prehled_fotogalerii:hover {
  background: #CCCCCC;
}
div.prehled_fotogalerii div.telo {
  width: 550px;
  float: right;
}
div.prehled_fotogalerii div.telo p {
  padding-bottom: 5px;
}

div.prehled_fotogalerii p.popis {
  padding-bottom: 0px;
  color: #999999; 
}
a.fotky {
  position: absolute;
  top: 0;
  right: 5px;
}
p.nadpis-galerie {
  padding-bottom: 5px;
}
p.nadpis-galerie strong {
  font-size: 13px;
}
div.prehled_fotogalerii a.fotogalerie img {
  margin-right: 10px;
  float: left;  
}



a.rok_aktivni {
  font-weight: bold;
  font-size: 14px;
}
/*------------------- vzkazy ------------------------*/
div.vzkazy-polozka p.jmeno strong {
  font-size: 11px;
  color: #000000;
}
div.vzkazy-polozka p.jmeno {
  padding-top: 7px;
  font-size: 11px;
  color: #7f7f7f;
  position: absolute;
  right: 10px;
  top: 0;
}
* html div.vzkazy-polozka p.jmeno {
  right: 40px;
}
div.vzkazy-polozka p.vzkaz {
  padding: 0;
  color: #000000;
}
div.vzkazy-polozka p.nadpis {
  padding-bottom: 10px;
  color: #000000;
}
div.vzkazy-polozka p.nadpis strong {
  color: #000000;
  font-size: 13px;  
}
div.vzkazy-polozka p.vzkaz img {
  border: none;
}
/******************************************************************/

/*------------------ ankety -----------------------*/
div.anketa {
  margin-bottom: 20px;
}
div.anketa p.otazka {
  font-weight: bold;
  font-size: 110%;
}
div.anketa label {
  color: #27711E;
  font-size: 0.9em;
}
div.anketa-novinka {
  width: 143px;
  float:left;
  margin-right:10px;
  margin-top:0px;
  margin-bottom: 0px;
}
div.hlasy_bg {
  width: 143px;
  border: solid 1px #000000;
  /*background-color: #1a0d04;*/
  height: 8px;
  font-size: 1px; 
  margin-bottom: 5px;
}
div.hlasy_pocet {
  background-color: #27701d;
  height: 10px;
  height: 8px;
  font-size: 1px; 
}
div.anketa input.submit {
  background: #27701d;
  color: #ffffff;
  padding: 1px 3px;
}

/* novinky */
div.oddelovac_tecka {
  border-top: #c4c4c4 1px dotted;
  margin:5px 0 15px 0;
}
div.novinky-polozka p {
  margin-top: 5px;
  padding: 0;
}
div.novinky-polozka p.nadpis {
  padding: 0 0 10px 0;
}
div.novinky-polozka p.nadpis strong {
  font-size: 110%;
}


/***** soubory *********/
.pdf {
  background: transparent url(../img-layout/soubory/icon_pdf.png) no-repeat left center;  
  padding-left: 20px;
}
.jpg {
  background: transparent url(../img-layout/soubory/icon_jpg.png) no-repeat left center;  
  padding-left: 20px;
}
.gif {
  background: transparent url(../img-layout/soubory/icon_gif.png) no-repeat left center;  
  padding-left: 20px;
}
.png {
  background: transparent url(../img-layout/soubory/icon_png.png) no-repeat left center;  
  padding-left: 20px;
}
.doc {
  background: transparent url(../img-layout/soubory/icon_doc.png) no-repeat left center;  
  padding-left: 20px;
}
.xls {
  background: transparent url(../img-layout/soubory/icon_xls.png) no-repeat left center;  
  padding-left: 20px;
}


/** mapa webu ***/
div#levy-panel div#mapa-webu * {
  background: transparent url() !important; 
  color: #000000 !important;
}
div#levy-panel div#mapa-webu ul {
  list-style: none !important;
  display: block !important;
  padding-top: 0px !important;
}
div#levy-panel div#mapa-webu li {
  display: block !important;
  background: transparent url(../img-layout/bg_ul_1.gif) 0px 10px no-repeat !important;
}
div#levy-panel div#mapa-webu li li {
  background: transparent url(../img-layout/bg_ul_2.gif) 0px 10px no-repeat !important;
}

ul.neprehlednete {
  margin: 0 0 20px 20px;
  line-height: 150%;
}

ul.neprehlednete a {
  color: #27711E; 
}

