html, body
{
        height: 100%;
}

body
{
        margin: 0px; padding: 0px;
        background-color: #997A00;
        font-family: "Trebuchet MS", Helvetica, sans-serif;
        font-size: 12px;
        color: black;
        text-align: center;
}

#container
{
        width: 900px !important; /* toto je pro mozillu ubrat vsechny bordery, a paddingy*/
        width /**/: 930px;       /* toto je sirka pro explorer, pricist i BORDER A PADDING */
        margin: 5px auto;
        background-color: #ffcc00;
        padding: 15px;
}

#top
{
        padding: 5px;
        background: #FFE680 url("img/top.jpg");
        margin-bottom: 1px;
        height: 160px !important;
        height /**/: 170px;
}

#leftnav
{
        float: left;
        width: 150px!important;
        border-radius: 10px;
        -moz-border-radius: 10px;
        width /**/: 170px;
        height: auto;
        margin-right: 1px;
        margin-bottom: 1px;
        padding: 10px;
        background-color: #FFE680;
        font-family: "Tahoma";


}

#leftlink     /*to samy jako leftnav*/
{
        float: left;
        clear: left;
        width: 150px!important;
        border-radius: 10px;
        -moz-border-radius: 10px;
        width /**/: 170px;
        height: auto;
        margin-right: 1px;
        margin-bottom: 1px;
        padding: 10px;
        background-color: #FFE680;

}

#rightnav
{
        float: right;
        border-radius: 10px;
        -moz-border-radius: 10px;
        width: 150px !important;
        width /**/: 170px;
        margin-left: 1px;
        margin-bottom: 1px;
        padding: 10px;
        background-color: #FFE680;
}

#content
{
        float: right;
        border-radius: 10px;
        -moz-border-radius: 10px;
        margin-bottom: 1px;
        padding: 10px;
        width: 538px !important;
        width /**/: 555px;          /*pricist 2x padding*/
        background-color: #FFF2BF;
}


#footer
{
        clear: both;
        border-radius: 10px;
        -moz-border-radius: 10px;
        float: none;
        padding: 5px;
        font-size: 8pt;
        background-color: #FFE680;
}

IMG
{
        border: 0px solid #ccc;
}


h1
{
        font-size: 16px;
        font-weight: bold;
        text-decoration: none;
        text-align: left;
}

h2
{
        text-align: center;
        font-size: 14pt;
        font-family: "Trebuchet MS",Tahoma;
        font-weight: bold;
        text-decoration: none;
        text-align: left;
        text-indent: 0px;
}

h3
{
        font-size: 12pt;
        font-weight: bold;
        text-decoration: none;
        text-align: left;
        text-indent: 0px;
}

a,a:visited,a:active
{
        font-weight: bold;
        color: red;
        text-decoration: underline;
}

a:hover
{
        font-weight: bold;
        color: #800000;
        background: none;
        text-decoration: underline;
}

#content p
{
        text-indent: 10px;
        text-align : justify;
        line-height: 150%;
        font-family: "Trebuchet MS", "Tahoma";
        font-size: 10pt;
        padding: 5px 2em;
}

#content UL
{
        text-align:left;
        margin-left: -25px !important;
        margin-left /**/: 10px;
        list-style: none;
}

#content LI
{
        padding: 3px 11px;
        background: 0 7px no-repeat url(img/arrow.gif);
        font-size: 10pt;
}

.topczf
{
        float:right;
        padding-top: 1.4em;
        padding-right: 1.2em;
        font-family: Verdana, Helvetica, sans-serif;
        font-size: 30pt;
        font-weight: bold;
}

.topwnc
{
        float: left;
        padding-top: 5px;
        padding-left: 10px;
        font-size: 30pt;
        font-family: Verdana, Helvetica, sans-serif;
        font-weight: bold;
        text-align: left;

}
.banner
{
        padding: 5px 0px;
        }
.link               /* odkazy v MENU */
{
        padding: 5px 0px;
        width: 150px;
        border: 1px solid #FFE680;
        cursor: hand;
}

DIV.link A, .link A:visited, .link A:active
{
        font-size: 10pt;
        color: red;
        text-decoration: none;
}


DIV.link A:hover
{
        color: black;
        text-decoration: none;
}

.menu               /* nadpisy bocnich sloupcu */
{
        text-align: center;
        font-weight: bolder;
        color:red;
        padding:2px;
        margin-bottom: 5px;
        border-bottom:0px dashed #997A00;
        background: no-repeat center center url("img/menu.gif");
}

.newsa            /* novinky - box */
{
        margin: 10px 0px;
}

.newsa .top
{
        background: left bottom no-repeat url("img/newsa.gif");
        text-align: left;
        font-weight: bold;
        padding-left: 20px;
}

.newsa .body
{
        text-align: left;
        border-bottom: 1px dotted #997A00;
        padding: 3px;
        font-size: 9pt;
        margin-bottom: 5px;
}

.g-one            /* galerie - zobrazovani obrazku */
{

        margin: 0 5px 20px 0;
        padding: 10px;
        text-align: center;
        background: #FFE680;
        border: 1px solid #997A00;

}
DIV.g-one:hover
{
        border: 1px solid #7C7C7C;
}

.g-pic
{

}

.g-desc
{
        font-size: 10pt;
        padding-top: 5px;
        font-weight: bold;
        color: black;
}

TABLE               /* fancy formatovani tabulek */
{
        border-collapse:collapse;
        font-size: 8pt;
        text-align:center;
        padding: 2px;
}

.download TD {
        border-width: 0px;
        padding: 2px 5px;
        background: none;
        font-size: 10pt;
        }

TH, TD
{
        border-color: black;
        border-style: solid;
        border-width: 1px 0px;
        border-left: 1px dotted #ccc;
        border-right: 1px dotted #ccc;
        padding: 3px;
        background: #F8F9EE;
}

TH
{
        border-bottom: 3px double black;
        border-top: 0px;
}

TABLE.cenik TH, TABLE.cenik TD {
        padding: 4px;
}


.vizit /*kontakty - karta*/
{
        float:left;
        width:248px;
        padding: 0px;
        margin: 7px;
        border: 1px solid #FFF2BF;
}


.vizit .name
{
        background: #FDCA03;
        text-align: center;
        font-weight: bold;
        padding: 1px;
        font-size: 12pt;
}

.vizit .l-row
{
        clear: left;
        float:left;
        text-align: left;
        width: 45px;
        padding: 1px;
        font-size: 10pt;
}

.vizit .r-row
{
        clear: right;
        float:right;
        text-align: right;
        width: 190px;
        padding: 1px;
        font-size: 10pt;
}

.chatd {
        width: 100%;
        }
