/*
 *  CSS for main page (HTA, HTML)
 */


body {
  background: url('background.jpg') repeat-y;
  font-family: sans-serif;
}

#cast-top {
  position: absolute;
  top: 0px; left: -2px;
  width: 100%; max-width: 1597px; height: 140px;
  /*width: expression(
    document.body.clientWidth > 1597 ? "1597px" : document.body.clientWidth+"px"
  );*/
  background: url('background.top.jpg') no-repeat;
}

#cast-logo {
  position: absolute;
  top: 21px; left: 40px;
}

#cast-hlavicka {
  position: absolute;
  top: 17px; left: 224px;
  padding: 0px 10px 0px 10px;
  height: 107px; overflow: hidden;
}

#cast-hlavicka2 {
  position: absolute;
  top: 32px; left: 100%;
  margin-left: -130px;
  padding: 0px 10px 0px 10px;
  height: 120px; overflow: hidden;
}

#cast-horniMenu {
  position: absolute;
  top: 140px; left: 236px;
  padding: 10px; height: 40px;
}

#cast-indexy {
  position: absolute;
  top: 150px; left: 8px;
  width: 200px;
  /*overflow: no; ???*/
}
#searchBox {
  padding: 3px;
  background-color: #FAE19F;
}
#search, #search_text {
  width: 120px;
}

#searchBox-subbox {
  text-align: center;
  font-size: 70%;
}

#mainIndex1 {
}

#cast-gecko {
  position: absolute;
  top: 400px; left: 40px;
  /*top: expression(
    document.body.clientHeight - 153 + "px"
  );*/
}

#cast-hesla {
  background-color: white;
  /*min-height : 400px;*/
  position: absolute;
  top: 180px; left: 235px;
  padding: 10px;
  margin-right: 0px;
  margin-bottom: 20px;
}

#cast-spacer {
  position: absolute;
  width: 100px; height: 15px;
}

img.noBorder {
  border: none;
}

ul.mainIndex, ul.external {
  list-style: disc outside url('bullet.gif');
  margin-left: 0px;
  padding-left: 26px;
}
ul.external {
  list-style: disc outside url('bullet-external.gif');
}
li {
  margin-bottom: 8px;
}
li.firstSubIndex {
  margin-top: 8px;
}

ul.mainIndex li a, ul.mainIndex li b {
  padding-left: 5px;
}

a:link, a:visited {
    color: #00008b;
/*  color: black;*/ /* JJ */
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

/* JJ */
dt {margin-top: 5px}