body {
    margin: 0; padding: 0;
    font-family: "Arial CE", "Lucida Grande CE", "Helvetica CE", Verdana, Arial, lucida, sans-serif;
    font-size: 11px;
    color: #444;
    background-color: #eee;
}


/* -- zakladni layout -- */
#LAYOUT {
    margin: 0 auto;
    width: 766px;
    background-color: #fff;
}


/* --  homepage -- */
#LAYOUT-HOME-LCOL {
    float: left;
    width: 150px;
}

#LAYOUT-HOME-CCOL {
    margin: 0 0 0 10px;
    float: left;
    width: 440px;
}

#LAYOUT-HOME-RCOL {
    float: right;
    width: 150px;
}


#LAYOUT-LEFT-MENU {
    float: left;
    width: 150px;
}
#LAYOUT-LEFT-MENU-M {}


/* -- obsah -- */
#LAYOUT-CONTENT {
    float: left;
    width: 600px;
    margin: 0 0 0 10px;
}
#LAYOUT-CONTENT-M {
    padding: 0;
}
#LAYOUT-CONTENT .leftcol {
    width: 246px;
    float: left;
}
#LAYOUT-CONTENT .rightcol {
    width: 344px;
    float: right;
}
#LAYOUT-CONTENT .leftcol .ReSTRoot {
    padding: 6px;
}
#LAYOUT-CONTENT .rightcol .ReSTRoot {
    padding: 6px;
}


/* -- paticka -- */
#LAYOUT-FOOTER {
    margin: 1em 0 0 0;
    border-top: 1px solid #eee;
}
#LAYOUT-FOOTER-M {
    margin: 0; padding: 4px 0;
}
#LAYOUT-FOOTER-NAV {
    float: left;
    margin: 0; padding: 0;
    width:  170px;
}
#LAYOUT-FOOTER-KONTAKT {
    float: left;
    margin: 0; padding: 0;
    width: 135px;
}
#LAYOUT-FOOTER-LOGA {
    text-align: right;
    float: right;
    margin: 0; padding: 0;
    width: 430px;
    vertical-align: middle;
}
#LAYOUT-FOOTER-LOGA a {
    margin: 0; padding: 2px;
}
#LAYOUT-FOOTER p {
    margin: 0; padding: 0;
}


/* -- strom menu -- */
ul.menu-tree {
    margin: 3px 6px; padding: 0;
    list-style: none;
    overflow: hidden;
}
ul.menu-tree ul {
    margin: 0; padding: 0;
}
ul.menu-tree li {
    line-height: 1.4em;
    list-style: none;
}
ul.menu-tree li li {
    margin: 0; padding: 0 0 0 10px;
}


/* -- tab menu hlavicka -- */
.tab-header {
    float: left;
    width: 100%;
    margin: 0; padding: 0;
    background-image: url(/++res++/ic4.static/dot_ccc.png);
    background-repeat: repeat-x;
    background-position: left bottom;
}
.tab-header ul {
    margin: 0; padding: 0;
    list-style: none; 
}
.tab-header li {
    float: left;
    margin: 0 0 0 10px; padding: 0;
    background-image: url(/++res++/ic4.static/tab_right.png);
    background-position: right top;
    background-repeat: no-repeat;    
}
.tab-header li span {
    display: block;
    padding: 5px 15px 4px 15px;
    background-image: url(/++res++/ic4.static/dot_ccc.png);
    background-position: left top;
    background-repeat: repeat-y;
}
.tab-header li.Selected span {   
    padding-bottom: 5px; 
}
.tab-content {
    margin: 0; padding: 0;
    clear: both;
}
.tab-content-left {
    float: left;
    width: 200px;
}
.tab-content-right {
    margin: 0 0 0 210px;
}


/* -- odsazeni -- */
.pad3 {
    padding: 3px;
}
.pad8 {
    padding: 8px;
}


/* -- fotka v clanku -- */
.foto {
    float: left;
    width: 246px;
    background-image: url(/++res++/ic4.static/foto_background.gif);
    background-repeat: repeat-y;
}
.foto-t {
    height: 7px;
    overflow: hidden;
    background-image: url(/++res++/ic4.static/foto_t.gif);
    background-repeat: no-repeat;
}
.foto-b {
    height: 13px;
    overflow: hidden;
    background-image: url(/++res++/ic4.static/foto_b.gif);
    background-repeat: no-repeat;
}
.foto img {
    border: none;
    margin: 0 0 0 9px; padding: 0;
    vertical-align: text-bottom;
}
.foto span {
    display: block;
    border-top: 5px solid #fff;
    margin: 0 10px 0 9px; padding: 2px 4px;
    background-color: #636363;
    color: #fff;
    font-weight: bold;
}
.foto a {
    color: #fff;
    text-decoration: none;
}


/* -- mapy -- */
.mapa {
    width: 551px;
    background-image: url(/++res++/ic4.static/mapa/mapa_background.gif);
    background-repeat: repeat-y;
}
.mapa-t {
    height: 7px;
    overflow: hidden;
    background-image: url(/++res++/ic4.static/mapa/mapa_t.gif);
    background-repeat: no-repeat;
}
.mapa-b {
    height: 13px;
    overflow: hidden;
    background-image: url(/++res++/ic4.static/mapa/mapa_b.gif);
    background-repeat: no-repeat;
}
.mapa img {
    border: none;
    margin: 0 0 0 9px; padding: 0;
    vertical-align: text-bottom;
}

/* -- kalendar -- */
table.calendar {
    text-align: center;
    vertical-align: middle;
    width: 100%;
    border-collapse: collapse;
    margin: 0 0 1em 0;
}
table.calendar th {
    color: #fff;
    background-color: #369;
    border: none;
}
table.calendar th, td {
    border: 1px solid #e9e9e9;
}
table.calendar tr.months {
    font-weight: bold;
    background-color: #eee;
}
table.calendar td.event {
    background-color: #fffcdf;
    font-weight: bold;
}



/* -- tabulky -- */
table.sluzby-list {
    width: 99%;
    text-align: left;
    border-collapse: collapse;
}
table.sluzby-list th {
    padding: 2px 6px;
    background-color: #eee;
}
table.sluzby-list td {
    padding: 2px 6px;
    border-bottom: 1px solid #eee;
}


/* -- detail sluzby -- */
table.sluzby-view { 
    width: 99%;
    text-align: left;
    border-collapse: collapse;
}
table.sluzby-view th {
    padding: 2px 6px;
    width: 60px;
}
table.sluzby-view td {
    padding: 2px 6px;
}
p.sluzba-popis {
    margin: 6px 0 0 6px;
}


/* -- strankovani -- */
.pager {
    text-align: right;
    margin: 1em 0 0 0;
}


/* -- administrace -- */
div.admin {
    margin: 0 0 3px 0;
    font-size: 0.9em;
}
a.admin {
    color: rgb(255,255,255) !important;
    padding: 0 6px !important;
    background-color: #b32400 !important;
    text-decoration: none !important;
}
a:hover.admin {
    background-color: #fa0 !important;
}


/* -- nadpisy -- */
h1 {
    font-size: 2em;
    margin: 0 0 0.25em 0; padding: 0;
}
h2 {
    font-size: 1.5em;
    margin: 0; padding: 0;
}
h3 {
    font-size: 1em;
    margin: 0; padding: 0;
}
h3.menu { 
    margin: 0; padding: 2px 6px;
    background-color: #eee;
}
h3.box-header {
    margin: 0; padding: 8px 8px 8px 18px;
    background-color: #aaa;
    color: #fff;
    text-transform: lowercase;
    background-image: url(/++res++/ic4.static/boxheader.png);
    background-repeat: no-repeat;
}
h3.box-header a {
    color: #fff;
}
h4 {
    font-size: 1em;
    margin: 1em 0 0.5em 0; padding: 0;
}


/* -- odstavce -- */
p {
    margin: 0 0 1em 0;
}


/* -- odkazy --*/
a {
    color: #008000;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

a img {
    border: none;
}


/* -- box s cilem --*/
div.cil-item {
    float: left;
    width: 286px;
    margin: 0 10px 10px 0; padding: 0;
    border-top: 1px solid #888;
}
div.cil-item img {
    margin: 6px 0 6px 0;
    float: left;
    width: 70px;
}
div.cil-item-box {
    margin: 0 0 0 80px;
}


/* -- anketa --*/
#ANKETA {}
#ANKETA div.moznost {
    margin-bottom: 2px;
}
#ANKETA div.teplomer {
    font-size : 1px; /*IE na tom trva...*/
    height : 3px;
    width : 100%;
    background-color: #eee;
    margin-bottom: 10px;
    clear: both;
}
#ANKETA div.teplomer div.aktivni {
    background-color: black;
    height: 3px;
}


/* -- ostatni tridy -- */
.Selected {
    font-weight: bold;
}
.none {
    display: none;
}
.cistic {
    clear: both;
    height: 1px;
    margin: -1px 0 0 0; padding: 0;
    overflow: hidden;
    visibility: hidden;
}
.mezera {
    margin-bottom: 1em;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
.center {
    text-align: center;
}

form {
    margin: 0; padding: 0;
}

img {
    vertical-align: bottom; 
} 

tr.even td {
    background-color: rgb(240,240,240);
}

