.bodys
{
    margin: 0px;
    background-color: #79d2eb;
}

.main
{
    border-left: solid 2px #000000;
    border-right: solid 2px #000000;
    border-bottom: solid 2px #000000;
    border-top: solid 2px #000000;
    width: 900px;
    background-color: #fffff8;
}

.top_left
{
    background-image: url('img/trava_leva.png');
    background-repeat: no-repeat;
    background-position: 0px 200px;
    margin: 0px;
    background-color: #c1eeff;
}

.top_left img
{
    padding-bottom: 20px;
    padding-right: 10px;
}

.top_right
{
    background-image: url('img/trava_prava.png');
    background-repeat: no-repeat;
    background-position: 0px 200px;
    margin: 0px;
    background-color: #c1eeff;
}

.top_right img
{
    padding-left: 20px;
}

.menu img
{
    padding-left: 30px;
}
.datum
{
    color: Gray;
    margin-bottom: 1px;
}
.text_box
{
    padding-top: 30px;
    padding-right: 5px;
    font-family: "Comic Sans MS","Arial CE" ,Arial, helvetica;
    font-size: 13px;
    color: #000000;
}
.text_box hr
{
    border: 0;
    height: 1px;
    margin: 0px 20px 10px 0;
    position: relative;
    background: none;
    border-bottom: 1px dotted #64646a;
}

.text_box p
{
    margin-top: 2px;
    margin-bottom: 5px;
    padding-right: 20px;
}

.ukazky
{
  border: solid 1px #000000;
}

a, a:active, a:visited, a:hover
{
  color:blue;
}