/*newsticker*/
ul.newsTicker {
  /*border: 1px solid #000;*/
  border:0;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  position: absolute;  
  width:350px;
  bottom:0px;
  background:transparent;
  height:1.8em;
  top:83px;
  left:320px;
  z-index:100;
}

ul.newsTicker li {
  padding: 0.6ex; /*centrovani v boxu*/
  margin: 0;
  position: absolute;
  white-space: nowrap;
  overflow: hidden;
  text-indent:1ex;
  visibility:hidden;
  font: 1em  Verdana, 'Trebuchet MS', Arial, Sans-serif;

}
.newsTickerLabel{
  position:absolute;
  top:84px;
  left:250px;
  font-weight: bold;
  background: #3791D7;
  padding:3px;
  color: white;
}
/*konec newsticker*/
