/*утф-8*/
body {
  margin: 0px;
  padding: 0px;
  height: 100%;
  text-align: center;
}
#stranka {
  margin: auto;
  text-align: left; /* toto v kombinaci s body text-align:center nastavi centrovani stranky */
  width: 780px;
  height: 682px;
  position: relative;
}
#search-engine { /* h1 hlavni nadpis stranky */
  position: absolute;
  left: 520px;
  top: 15px;
  margin: 0;
  padding: 0;
}
#vyber-jazyka {
  position: absolute;
  left: 700px;
  top: 5px;
  width: 50px;
  text-align: center;
}

#fulltext-search { /* h3 u fulltextoveho vyhledavatka */
  position: absolute;
  left: 420px;
  top: 48px;
  margin: 0;
  padding: 0;
  width: 160px;
  text-align: right;
}
#fulltext_an {
  position: absolute;
  left: 590px;
  top: 45px;
  width: 150px;
}
#keyword-search { /* h3 u kyewordoveho listboxu */
  position: absolute;
  left: 420px;
  top: 72px;
  margin: 0;
  padding: 0;
  width: 160px;
  text-align: right;
}
#keyword_id {
  position: absolute;
  left: 590px;
  top: 69px;
  width: 155px;
}
#start_search {
  position: absolute;
  left: 590px;
  top: 95px;
  width: 155px;
}
#reset_search {
  position: absolute;
  left: 490px;
  top: 95px;
  width: 85px;
}
#found-object { /* h2 - pocet nalezenych vysledku */
  position: absolute;
  left: 480px;
  top: 120px;
  margin: 0;
  padding: 0;
}
#utopiaSelection {
  position: absolute;
  left: 480px;
  top: 140px;
  width: 258px;
}
#found-comment {
  position: absolute;
  left: 386px;
  top: 166px;
  width: 358px;
  margin: 0px;
}
.hea {
  position:absolute;
  width: 358px;
  left: 386px;
  background-color: transparent;
  text-align: center;
}
.hea span {
  display: block;
  position: absolute;
  text-align: right;
  left: 58%;
  font-size: 0.7em;
  line-height: 1.8em;
  width: 80px;
}
.hea span.ord {
  width: auto;
  left: 75px;
  text-align: left;
}

.par { /* oblast v niz se muze zvetsovat parametr */
  position:absolute;
  border-style: solid;
  border-color: #637178;
  background-color: #8A9BA1;
}
.par img { /* zluty ukazatel velikosti parametru */
  width: 0px;
}
.slider { /* posuvnik */
  position: absolute;
  cursor: col-resize; /*w-resize funguje i v mozzille */
}
.arrow-less, .arrow-more {
  position: absolute;
  text-decoration: none;
}
#img { /* ramecek k obrazku */
  position: absolute;
  overflow: hidden;
  left: 11px;
  top: 52px;
  width: 222px;
  height: 222px;
}
#img div { /* ramecek k obrazku */
  background-color: #BAC7CD;
  border: solid 1px #5B6D71;
}
#img div div { /* ramecek k obrazku */
  background-color: transparent;
  border: solid 0px;
  width: 220px;
  height: 220px;
}
#data .img { /* odkaz ktery vede z obrazku obrazeku objektu na stranku s detailem */
  position: absolute;
  display: none;
  left: 12px;
  top: 53px;
  overflow: hidden;
  text-decoration: none;
}
#data .img, #data .img img { /* obrazek objektu */
  width: 220px;
  height: 220px;
}


#txt-out { /* strucny popis objektu */
  position: absolute;
  overflow: hidden;
  left: 11px;
  top: 285px;
  width: 179px;
  height: 179px;
}
#txt-middle {
  background-color: #BAC7CD;
  border: solid 1px #5B6D71;
}
#txt-in {
  background-color: transparent;
  border: solid 0px;
  width: 177px;
  height: 177px;
  overflow: auto;
}
#txt-in div {
  display: none;
  padding: 5px 3px 5px 7px;
}

#culture-2000 { /* logo Culture 2000 */
  position: absolute;
  left: 11px;
  top: 570px;
  width: 179px;
}
#culture-2000 div {
  text-indent: 5px;
}
#culture-2000 img {
  border: solid 1px #5B6D71;
  margin-top: 2px;
}

#navrcholu { /* pocitadlo UniversUtopia, YS6KV */
  position: absolute;
  left: 763px;
  top: 665px;
}

/*******************************/
/******* detail objektu ********/
#note {
  margin: auto;
  text-align: left;
  width: 780px;
  position: relative;
}
#note-uvnitr {
  padding: 15px 20px 30px 20px;
}
#left {
  width: 233px;
  float: left;
}
#left-uvnitr {
  width: 220px;
}
#left img {
  width: 220px;
}
#note #vyber-jazyka {
  font-size: 0.8em;
  float: right;
  width: 50px;
  position: static;
}

.clear {
  clear: both;
  height: 1px;
  width: 0px;
  overflow: hidden;
  padding: 0px;
  margin: 0px;
  margin-top: -1px;
  font-size: 0px;
  line-height: 0px;
}
