/* univerzalni */
* {
    margin: 0;
    padding: 0;
}
/* odkazy */
a {color: #222;}

a:hover {color: #0A419B;}
/* telo stranky */
body {
    background: url('img/bgg.gif');
    color: #333;
    margin: 3% 0; font-style:normal; font-variant:normal; font-weight:normal; font-size:62.5%; font-family: Verdana, sans-serif;
}
/* textove pole */
p, ul {
    padding-bottom: 0.2em;
}

ul {margin-left: 1.2em;}

li {list-style: none;}

.main li {list-style-image: url('img/kolecko.gif');}

h1 {font-size: 1.2em;}

h1, h2, h3, h4, h5, h6 {color: #0A419B;}

.clearer {clear: both;}
.main .padded {padding: 0px 15px 15px 15px ;}
.main .Code {border: #8b4513 1px solid;  padding-right: 5px; padding-left: 5px; color: #000066; font-family: 'Courier New'; background-color: #ff9933;}
.main .Title {font-weight: bold; font-size: 18px; color: #cc3300;}
.meta {font-size: 0.8em; color: #666;}
.left {float: left;}
.right {float: right;}
.main_right .padded {padding: 200px 40px 10px 0px;}

/* hlavička */
.header {
    float: left;
    width: 762px;
    background: url('img/header.gif') no-repeat;
    line-height: 254px;
    text-align: center; font-style:normal; font-variant:normal; font-weight:normal; font-size:2.4em; font-family:Verdana, sans-serif    
}

/* struktura stránky */
.top {
    background: #222;
    color: #DDD;
    float: left;
    font: normal 1.4em Verdana;
    height: 50px;
    text-align: center;
    width: 639px;
}

.container {
    font-size: 1.2em;
    background: url('img/bgcontainer.gif') repeat-y;
    margin: 0 auto;
    width: 1000px;
    border: 1px solid #0A419B;
}
.cont {
    font-size: 1.2em;
    margin: 0 auto;
    width: 1000px;
}
.subnav {
    float: left;
    width: 160px;
}
.main {
    float: left;
    width: 762px;
}

.main_right {
    background: url('img/header_right.gif') no-repeat;
    float: right;
    width: 238px;
    color: #222;
    padding-left: 0px;
}

/* menu */
.main_right h1 {
    background: #cccccc;
    color: #222;
    font: bold 1.1em Verdana,sans-serif;
    line-height: 24px;
    padding-left: 8px;
}
.main_right ul {margin: 0; padding: 0;}
.main_right li {
    border-bottom: 1px solid #0A419B;
    list-style: none;
}
.main_right li a {
    background: #cccccc;
    color: #111;
    display: block;
    padding: 2px 0 2px 12px;
    width: 186px;
    text-decoration: none;
}
.main_right li a:hover {
    background: #ffffff;
    color: #000;
}

/* spodek */
.footer {
    background: url('img/gf.gif') repeat-x;
    color: #222;
    font-size: 0.9em;
    line-height: 39px;
    width: 100%;
    text-align: center
}
.footer .left, .footer .right {padding: 0 16px;}
.footer a {color: #222;}
.footer a:hover {color: #0A419B;}

/* formulare */
.formular {
    background-color: #eeeeee;
    font-family: verdana;
    font-size: 10px; color: black;
    border-top: 1px solid #0A419B;
    border-right: 1px solid #0A419B;
    border-bottom: 1px solid #0A419B;
    border-left: 1px solid #0A419B;
}
/* obrazky */
.obr_10_10 {
    background-color: transparent;
    border:0px none;
    width:10px;
    height:10px;
}

.toplist{
    background-color: transparent;
    border:0px none;
    width:88px;
    height:60px;
}

.kolecko{
    background-color: transparent;
    border:0px none;
    width:9px;
    height:15px;
}

/* tabulky */

.tabulka_t_s_100p {
    background-color: transparent;
    border-top: 0px solid #FFFFFF;
    border-right: 0px solid #FFFFFF;
    border-bottom: 0px solid #FFFFFF;
    border-left: 0px solid #FFFFFF;
    width: 100%;
    text-align: center;
    padding: 0px;
 }

 .tabulka_t_l_100p {
    background-color: transparent;
    border-top: 0px solid #FFFFFF;
    border-right: 0px solid #FFFFFF;
    border-bottom: 0px solid #FFFFFF;
    border-left: 0px solid #FFFFFF;
    width: 100%;
    text-align: left;
    padding: 0px;
 }

 .bunka_t_33p {
    background-color: transparent;
    border-top: 0px solid #0A419B;
    border-right: 0px solid #0A419B;
    border-bottom: 1px solid #0A419B;
    border-left: 0px solid #0A419B;
    width: 33%;
}