html, body {
    margin: 0;
    padding: 0;
}

body {
    line-height: 130%;
    text-align: center;
    font-size: 62.5%;
    padding: 0 auto;
}

hr {
    visibility: hidden;
    height: 0;
    padding: 0;
    margin: 0;
    border: none;
    clear: both;
}

p {
    padding: 0;
    margin: 0;
}

a img {
    border: none;
    background: transparent;
}

body, input, textarea, select {
    font-family: "Arial CE", arial, sans-serif;
    color: #222;
}

input, textarea, select {
    font-size: 120%;
}

div#obal {
    width: 970px;
    margin: 18px auto 4em;
    text-align: left;
}

div#hlavicka {
    position: relative;
    background: url('grafika/hlavicka.gif') top center no-repeat #ddd;
    width: 970px;
    height: 115px;
    margin-bottom: 15px;
}
    
div#hlavicka a, div#hlavicka b {
    background: url('grafika/logo.gif') 12px 8px no-repeat;
    display:block;
    width: 500px;
    height: 110px;
    _height: 100px;
}

div#hlavicka a span, div#hlavicka b span {display:none}

div#hlavicka form {
    position: absolute;
    right: 20px;
    top: 18px;
}

div#hlavicka form input {
    height: 24px;
    padding: 0;
    margin: 0;
    display: block;
    float: left;
}
    
div#hlavicka .tlacitko {
    height: 22px;
    border: none;
    text-transform: uppercase;
    color: white;
    background: url('grafika/tlacitko.gif') right center no-repeat #D21F1F;
    padding-bottom: 3px;
}

div#hlavicka .policko {
    height: 18px;
    border: none;
    color: #222;
    background: url('grafika/hledani.gif') left center no-repeat white;
    width: 16em;
    padding: 4px 5px 0;
}

div#telo {
    position: relative;
    }
    
div#levy, div#obsah, div#pravy {
    position: absolute;
}
    
div#levy {
    width:250px;
    left: 0;
    top: 1px;
}

div#pravy {
    width:120px;
    right: 0;
    top: 1px;
}

div#obsah {
    position: relative;
    width:580px;
    left: 265px;
    top: 0;
    min-height: 80em;
    _height: 80em;
}

#levy ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    }
    
#levy li {
    }
    
#levy li a, #levy li span, #levy h2 {
    display: block;
    width: 100%;
    background: url('grafika/gradient.gif') center repeat-x #D90707;
    border-top: 1px solid #f43535;
    border-bottom: 1px solid #bb0909;
    color: white;
    text-decoration: none;
    font-size: 160%;
    font-weight: bold;
    font-style: italic;
    line-height: 200%;
    text-indent: .7em;
}

#levy li a:hover {
    background: url('grafika/hover.gif') center repeat-x #D90707;
    border-top: 1px solid #dc3030;
    border-bottom: 1px solid #a90808;
}
    
#levy li.in a, #levy li.in span {
    text-indent: 2.2em;
}

.sloupec p {
    margin-top: 15px;
    font-size:  110%;
    border: 1px solid #eee;
    padding: 11px 10px 14px;
    line-height: 140%;
}

.sloupec p.second {
    margin-top: 0;
    margin-bottom: 15px;
    border-top: none;
}

.sloupec p strong {
    font-size:  105%;
    display:block;
    color: #D40505;
}

.sloupec p a, small a:hover, .box a, span.vyrobce {
    color: #EF7F00;
}

small {
    font-size: 100%;
    display: block;
    padding-top: 2em;
}

small, small a {
    color: gray;
}

div.box, div.koment {
    background: url('grafika/box.gif') top center no-repeat white;
    width: 570px;
    margin-bottom: 15px;
    padding-bottom: 5px;
}

div.koment img {
    float:left;
    margin: 0 7px 10px 0;
}

.koment strong {
    display: block;
    float: left;
    margin-right: .6em;
}

.koment em {
    display: block;
    color: silver;
}

div.box p, div.koment p, p.banner {
    margin: 5px 13px 10px;
    font-size: 120%;
    line-height: 130%;
}

p.banner {
    background: url('grafika/hlavicka.gif') center no-repeat #ddd;
}

p.banner iframe {margin: 0;}

div.koment p {
    clear: both;
}

h1, div.koment h2, div.box h2 {
    font-size: 160%;
    color: #D40505;
    padding: 15px 15px 0;
}

div.boxik, div.box {
    position: relative;
}

span.vyrobce {
    position: absolute;
    right: 17px;
    top: 15px;
}

div.boxik {
    background: url('grafika/boxik.gif') top center no-repeat white;
    width: 280px;
    height: 15em;
    margin: 0 10px 15px 0;
    float: left;
}

div.boxik p {
    width: 145px;
    position: absolute;
    left: 124px;
    top: 3.25em;
    font-size: 120%;
    line-height: 130%;
    height: 6.5em;
    overflow: hidden;
}

div.boxik p.datum {
    color: silver;
    top: 10.1em;
}

div.boxik img {
    position: absolute;
    left: 12px;
    top: 3.7em;
    max-height: 10em;
    width: 100px;
}

div.boxik img, div#serie img {
    border: 1px solid #aaa;
}

div.boxik h2 {
    font-size: 160%;
    position: absolute;
    margin: 0;
    left: 14px;
    top: 13px;
    padding: 0 0 4px;
}

div.boxik span {
    font-size: 160%;
    display: block;
    font-weight: bold;
    color: #EF7F00;
    position: absolute;
    right: 10px;
    top: 13px;
}

div.boxik a {
    text-decoration: none;
}

div.boxik a:hover {
    text-decoration: underline;
}

h2 a {
    color: #D40505;
}

.box iframe, .box object {
    margin: 10px 0;
}

div#strankovani {
    font-size: 120%;
    margin:auto;
    position: relative;
    z-index: 8;
}

div#strankovani a, div#strankovani span {
    padding: .2em .5em;
    color: #555;
}

div#strankovani a.next, div#strankovani span.next {
    padding: .2em 1em;
}

div#strankovani span#actual {
    background: url('grafika/gradient.gif') center repeat-x #D90707;
    color: white;
}

div#strankovani a:hover {
    background: #ddd;
}

img#badge {
    behavior: url('iepngfix.htc');
    position: absolute;
    top: -10px;
    left: 53%;
    cursor: move;
    z-index: 99;
    }
    
div#serie p {
    float: left;
    text-align: center;
}
div#serie p a {
    color: #D40505;
}

small img {
    position: relative;
    top: 2px;
    height: 10px;
    opacity:.5;
    filter:alpha(opacity=50);
}
    

