/* CSS Document */
.druhy-tabulka{
  width:100%;
  text-align:center;
  
}

.druhy-tabulka td{
  text-align:center;
  background:#f2eded;
  height:155px;
  
}
.odkazy_druhy{
  text-decoration:none;
}
.odkazy_druhy img{
  border:1px solid white;
  text-decoration:none; 
}
.odkazy_druhy:hover img{
  border:1px solid black;
}

.odkazy_druhy span{
  text-decoration:underline;
}

.odkazy_druhy:hover span{
  text-decoration:none;
}
.velikosti_images{
  width:136px;
  float:left;
  margin: 0px 20px 10px 20px;
  text-align:center;
}
.velikosti_images img{
  border: 1px solid white;
}
