ul{
  list-style-type: none;
  margin-left: 0px;
}
div{

}
body{
  background-color: white;
}
a:link{
  text-decoration: none;
}
a:visited{
  text-decoration: none;
}
a:hover{
  text-decoration: underline;
}
div{
  font-family: georgia, verdana, serif;
  font-style: italic;
  font-size: 12px;
  color: #656565;
}
#description{
  font-size: 10pt;
}
div.opis{
  font-family: georgia, verdana, serif;
  font-style: italic;
  font-size: 8pt;
  color: white;
}
.kategoria{
  cursor: pointer;
}
hr{
  height: 0px;
  color: #333;
  background-color: #333;  
  margin: 4px;
  padding:0px;
  
}
.wrapper {
  position:relative;
  margin:0 auto;
  text-align:left;
  width:10px;
}

.content {
  position: absolute;
  left: 190px;
  top: -50px;
  width: 150px;
  z-index: 10;
}
#footer{
  height: 100px;
  background-image: url(../img/tloInfoDisplayer.png);
  color: white;
}
#main{
  height: 700px;
}
#moveLeftIcon{
  cursor: pointer;
}
#moveRightIcon{
  cursor: pointer;
}

