.tabulka {
        border-spacing: 0px;
        border-collapse: collapse;
        margin: 15px auto auto auto;
        width:99%;
}
.tabulka td, .tabulka th{
        border-width: 1px 1px 1px 1px;
        padding: 5px 15px 5px 15px;
        border-style: dotted dotted dotted dotted;
        border-color: gray gray gray gray;
}
.tabulka th {
        text-align: left;
}
.tabulka a {
        text-decoration:none;
}
.tabulka a:hover {
        text-decoration:underline;
}
#one{
        width:180px;
}
#thre{
        width:50px;
        text-align: center;
}


table.galerie td a {
background-color: transparent;
display: block;
text-decoration: none;
border: 1px #eee  dotted;
}
table.galerie td a:hover {
background-color: #eee;
display: block;
border: 1px black solid;
}
table.galerie td a img {
margin: 10px 10px 10px 10px;
padding: 1px;
background-color: #fff;
}
table.galerie td{
margin: 0px;
padding: 0px;
}
table.galerie td a span{
  display: block;
}
tr.radek:hover{
background-color: #ccc;
}
