/* Hlavni styly */
body, p, li, td {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10pt;
}
body {
        margin: 0px;
        padding: 0px;
        color: #000;
        background-repeat: no-repeat;
        background-image: url(../img/bg_foots2.gif);
}
h1 {
        margin: 0px;
        padding: 12px;
        font-size: 270%;
        font-weight: normal;
}
h2 {
        margin: 0px;
        color: #000;
        font-size: 130%;
        font-weight: bold;
}

/* Styly odkazu */

a {
        text-decoration: underline;
}
a:link, a:active, a:visited {
        color: #366;
}
a:hover {
        color: #f00;
}

/* Styly boxu */
#hlavicka {
        padding: 10px 0px;
        color: #000;
        height: 210px;
        width: 950px;
        background-image: url(../img/title3.png);
        background-repeat: no-repeat;
        background-position: 5px 10px;
        /* padding-left: 750px; */
}
#levypanel {
        margin: 0px;
        padding: 10px 0px;
        line-height: 1.5em;
        margin: 0px;
        width: 795px; /*775*/
        float: left;
        position: absolute;
        left: 0px;
        top: 210px;
}
#pravypanel {
        position: absolute;
        background-image: url(../img/figures.png);
        background-repeat: no-repeat;
        left: 795px;
        top: 210px;
      	width: 220px;
        height: 765px;
}
#paticka {
        clear: both;
        margin: 0px;
        padding: 0px 0px 0px 10px;
}

#obsah {
        clear: both;
        padding: 10px;
        text-align: justify;
}
.titulek {
        /* border-bottom: 1px solid #366; */
        margin-bottom: 10px;
}
.nosupport {
        display: none;
}
input, textarea, select {
        border: 1px solid #fc9;
        background-color: #ffc;
        margin-right: 5px;
}
.wrn {
        color: #e00;
        font-weight: bold;
}
img {
        border: 0px;
}
.center {
        text-align: center;
}
#menu a {
        float:left;
}

div.cesta, img.cesta {
        width: 150px;
        height: 150px;
        float: left;
        text-align: left;
        display: block;
        padding: 0px;
        margin: 0px;
        border: 0px;
}

a.cestaln {
        width: 150px;
        height: 150px;
        padding: 0px;
        margin: 0px;
        border: 0px;
}

a.cestaln:link div, a.cestaln:visited div {
        color: #fff;
        background-color: #999;
        text-decoration: none;
}

a.cestaln:hover div, a.cestaln:active div {
        color: #fff;
        background-color: #CCCCCC;
        text-decoration: underline;
}

table.cesta {
        border-collapse: collapse;
}

table.cesta td {
        padding: 0px;
        border: 0px solid black;
        text-align: center;
}

table.cesta img {
        width:150px;
        height:150px;
}

table.cesta td a {
        display: block;
        width: 150px;
        height: 150px;
        padding: 0px;
        text-decoration: none;
}

table.cesta td img {
        padding: 0px;
        display: block;
}

table.cesta td a:link, table.cesta td a:visited {
        color: #fff;
        background-color: #999;
}

table.cesta td a:hover, table.cesta td a:active {
        color: #fff;
        background-color: #CCCCCC;
}

table.sprava {
        padding: 0px;
        border: 0px;
        margin: 0px;
        text-align: left;
        border-collapse: collapse;
}

table.sprava tr td {
        padding: 4px;
        background-color: #cee;
        font-size: 8pt;
}

table.sprava tr td input {
        font-size: 8pt;
}

table.sprava tr.odd td {
        background-color: #eee;
}

table.sprava th {
        font-weight: bold;
        font-size: 8pt;
}

table.pratele {
        padding: 0px;
        border: 0px;
        margin: 0px;
        text-align: left;
        border-collapse: collapse;
}

table.pratele tr td {
        padding: 4px;
        background-color: #cee;
}

table.pratele tr.odd td {
        background-color: #eee;
}

table.pratele th {
        font-weight: bold;
}

/* Clipboard button */
.my_clip_button {
        width: 270px;
        text-align: center;
        border: 1px solid black;
        background-color: #ccc;
        margin: 4px 0px;
        cursor: default;
}
.my_clip_button.hover { background-color:#eee; }
.my_clip_button.active { background-color:#aaa; }

