#left-col {
    width: 1000px;
}

#mid-col {
    float: left;
    width: 700px;
    margin: 0 10px 0 0;
}

#mid-col img {
    max-width: 440px;
}

#right-col {
    width: 290px;
}

#index-col {
    width: 940px;
    margin-left: 20px;
    display: inline-block;
    position: relative;
}

#top #top-parse-link {
}

#container {
}


.date_time {
    background-color: #155DA7;
    position: absolute;
    box-shadow: 2px 2px 11px black;
    padding: 2px;
    top: 7px;
    left: 7px;
    color: white;
}

.infoBox {
    border: none;
    padding: 20px;
    clear: none;
    width: 255px;
    float: left;
    border: 1px solid #383F47;
    background-color: #fff;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: #fff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #fff 0%, #D0D0D0 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#D0D0D0));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fff 0%,#D0D0D0 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fff 0%,#D0D0D0 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fff 0%,#D0D0D0 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #fff 0%,#D0D0D0 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#D0D0D0',GradientType=0 );
    /* IE6-9 */
}

.infoBox .nadpis {
    font-weight: normal;
    line-height: 1.3em;
    font-size: 1.5em;
    color: #4d4d4d;
}

.infoBox .data {
    color: #808080;
    font-size: 11px;
    line-height: 14px;
    height: 40px;
}

.infoBox a.odkazVice {
    background-color: rgb(0,153,0);
    padding: 6px 12px;
    font-weight: bold;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    margin: 10px 0 0 10px;
    clear: both;
}

.infoBox ul {
    list-style-type: none;
    margin: 15px 0 15px 0;
    padding: 0;
    clear: both;
}

.boxNadpis-levy {
}

.boxTelo-levy {
}

h1 {
    text-transform: none;
    font-size: 1.4em
}



.boxtoleft h2 {
    text-align: center;
    font-size: 1.1em;
    position: relative;
    top: -7px;
}

.boxtoleft img {
    position: relative;
    left: 79px;
    top: 0px;
    width: 75px;
    height: 75px ;
}


