.lista {
  height: 30px;
  margin-bottom: 30px;
  padding-left: 15px;
}

.lista .tlacitko-link {
  display: inline-block;
  float: left;
  margin-left: 5px;
}

.tlacitko-link {
   display: inline-block;
   padding: 5px;
   background-color: #b8acc3;
}

.tlacitko-link:hover {
 background-color: gray;
}

.tlacitko-link:hover a{
 color: white;
}

.tlacitko-link {
 text-decoration: none;
 color: black;
}

.tlacitko-link:hover {
 color: white;
}

#bodylist {
  text-align: center;
  background-color: #ffffff;
  margin-bottom: 15px;
}

.list {
 width: 800px;
 height: 980px;
 margin:0 auto;
 text-align: center;
 padding-top: 40px;
}

.divram {
 width: 180px;
 height: 25px;
 padding: 10px;
 margin:0 auto;
 margin-top: 15px;
}

.vers {
 width: 250px;
 text-align: center;
}

.verse {
 width: 280px;
 float: right;
 text-align: center;
 font-family: Georgia;
 font-size: 14px;
 font-style: italic;
 margin-right: 30px;
}

.obrmotiv {
 float: left;
 text-align: center;
 min-height: 290px;
 margin-left: 50px;
}


.oznameni {
 position: relative;
 margin:0 auto;
 top: 60px;
 text-align: center;
 width: 500px;
 font-family: Georgia;
 font-size: 16px;
}

.jmeno {
 position: relative;
 top: 120px;
 font-size: 50px;
 font-family: Georgia;
 text-align: center;
 width: 800px;
}

.datum {
 position: relative;
 top: 180px;
 text-align: center;
 width: 500px;
 margin:0 auto;
 font-family: Georgia;
 font-size: 16px; 
}

.misto {
 position: relative;
 top: 240px;
 text-align: center;
 width: 500px;
 margin:0 auto;
 font-family: Georgia;
 font-size: 16px; 
}

.pozustali {
 position: relative;
 top: 300px;
 text-align: center;
 width: 500px;
 margin:0 auto;
 font-family: Georgia;
 font-size: 16px; 
}

.adresa {
 position: relative;
 top: 420px;
 text-align: center;
 width: 800px;
 margin:0 auto;
 font-family: Georgia;
 font-size: 16px; 
} 

.reklama {
 font-size: 9px;
 color: gray;
}

.clear {
 clear:both;
}

