/* CSS Document */

#left{
display: none;
}

#right{
display: none;
}

#datum{
display: none;
}


.andapis{
font-size: 1.5em;  
clear: both;
}

.obraktual{
float: left;
width: 200px;
}

td{
border: 1px black solid;
}
.info{
    font-size: 10px;
    font-weight: bold;
    margin-top: 2px;
    margin-bottom: 4px;
    border: 0;
    color: black;
  }
  
  .kontakty{
  display: block;
  }
