/* obecné definice *************************************************/
body {
    text-align: center;
    color: #2B3953;
    font-family: Verdana,"Geneva CE",lucida,sans-serif;
    font-size: 10px;
    background-color: #D2E3EE;
    margin: 0px;
    padding: 0px;
}
table {
    font-size: 10px;
}
table p {
    margin-top: 2px;
    margin-bottom: 2px;
}
/* layout **********************************************************/
#layout {
    margin: 0px auto;
    text-align: left;
    width: 900px;
    background-color: #eee;
    background-image: url(../images/bodycbg.png);
    background-repeat: repeat-y;
    position: relative;
}

/* hlavicka ********************************************************/
#hlavicka {
}
#top_panel {
    height: 30px;
}
#zahlavi {
    position: relative;
    clear: both;
}

/* menu ************************************************************/
#menu {
    float: left;
    width: 152px;
    margin-left: 14px;
    margin-right: 11px;
}
#menu ul {
    list-style: none;
    padding-left: 0px;
    margin-left: 0px;
}
#menu a {
    display: block;
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 2px;
    color: #000;
    text-decoration: none;
}
#menu span {
    display: block;
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 2px;
    color: #000;
    text-decoration: none;
}
.menu_1 {
    background-color: #B8D3E6;
}
.menu_2 {
    margin-left: 10px;
    background-color: #C8E3F6;
}
.menu_3 {
    margin-left: 20px;
    background-color: #DAEAFF;
}

/* telo ************************************************************/
#obsah {
    float: left;
    width: 460px;
}
.clanek {
    margin-top: 5px;
    margin-bottom: 15px;
    background-image: url(../images/cla-nadpis.gif);
    background-repeat: no-repeat;
    background-position: top right;
    border-top: 5px solid #5695BE;
    clear: both;
}
.pokracovani {
    text-align: right;
}
.clanek h1 {
    font-size: 17px;
    margin-top: 0px;
}
.clanek h2 {
   font-size: 15px;
}
.clanek h3 {
   font-size: 14px;
   color: #555;
}
.clanek img {
    border: 0px;
}

/* pravy ***********************************************************/
#pravy {
    float: left;
    width: 238px;
    margin-right: 14px;
    margin-left: 11px;
}
.blok_nadpis {
    font-weight: bold;
    font-size: 12px;
    background-color: #B8D3E6;
    padding: 2px;
}

/* news ************************************************************/
.tnewsblok {
    margin-bottom: 10px;
    clear: both;
}
.tnewsnazev {
    font-weight: bold;
    margin-top: 5px;
    background-color: #DAEAFF;
    padding: 2px;
}
.tnewsdatum {
    font-size: 8px;
    color: #888;
}
.tnewsikona {
    width: 26px;
    height: 26px;
    position: absolute;
    top: 0px;
    left: 0px;
    border: 0px;
}
.tnewspopis {
    position: relative;
    padding-left: 0px;
}
.tnewspopis div {
    padding-left: 30px;
}
.tnewsdalsi {
    text-align: right;
    font-size: 8px;
}
.tnewsvice {
    text-align: right;
    margin-bottom: 10px;
}
/* aktuality *******************************************************/
#novinky {
    
}
.taktblok {
    margin-bottom: 6px;
}
.taktdatum {
    font-weight: bold;
    background-color: #DAEAFF;
}
.taktpopis {

}
.taktpopis p {
    margin: 0px;
    padding: 0px;
}
.taktvice {
    text-align: right;
    font-size: 8px;
}
.taktvse {
    text-align: right;
    margin-bottom: 10px;
}
.aktblok {
    margin-bottom: 10px;
}
.aktblok p {
    padding: 0px;
    margin: 0px;
}
.aktdatum {
    font-weight: bold;
    background-color: #DAEAFF;
}
.aktpopis {
    margin-bottom: 3px;
}
/* upozornění ******************************************************/
.upozorneni_blok {
    border-bottom: 1px solid #000;
    margin-bottom: 6px;
}
/* paticka *********************************************************/
#paticka {
    clear: both;
    height: 64px;
    background-image: url(../images/footbg.jpg);
}
#paticka div {
    padding-top: 40px;
    margin-left: 20px;
}
/* reklama ***********************************************************/
#reklama {
    width: 170px;
    position: absolute;
    top: 0px;
    left: 905px;
}
.reklama_blok {
    margin-top: 5px;
    background-color: #fff;
    padding: 5px;
}
.reklama_blok p {
    padding: 0px;
    margin: 0px;
}


