/* CSS Document */
html, body
{
    height: 100%;
    padding: 0;
    margin: 0;
    font-family: Arial, verdana, helvetica, sans-serif;
}

body
{
    _text-align: center; /* IE */
    background-image: url(img/layout_01.jpg);
    background-position: left -20px;
    background-repeat: repeat-x;
}

h1
{
    margin: 0;
    text-align: center;
    visibility: hidden;
}

#stranka
{
    text-align: left;
    width: 840px;
    height: auto;
    min-height: 100%;
    _height: 100%; /* IE */
    margin: 0 auto;
    position: relative;
    border-right: solid #666 1px;
    border-left: solid #666 1px;
    /* background-image: url(img/layout-20.jpg); */
    background-position: left bottom;
    background-repeat: no-repeat;
}

#hlavicka
{
    /* border-bottom: solid #666 1px; */
    /*background: #BF9960;*/
    padding: 10px;
    height: 110px;
    background-image: url(img/layout_04.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
}

#paticka_matrjoska
{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 55px;
    background: #FFD136;
    /*
    background-image: url(img/layout_12.jpg);
    background-position: right bottom;
    background-repeat: no-repeat;
    */
}

#paticka
{
    /* border-top: solid #666 1px; */
    text-align: right;
    padding: 20px 5px 5px 5px;

}

#hlavni
{
    padding: 10px;
    padding-bottom: 30px; /* vyska paticky */
}

#hlavni img
{
    float: left;
    border: solid #666 1px;
    margin: 0 1em .5em 0;
}

#levapulka {
    width: 380px;
    float: left;
    padding-right: 1em;
    /*  border: 1px solid black ; */

}

#pravapulka {
    width: 410px;
    margin-left: 390px;
    /*  border: 1px solid black ; */
}

.b {
    font-weight: bold;
}

.c {
    text-align: center;
}

.ar {
    text-align: right !important;
}

.skryte {
    display: none;
}

.fr {
    float: right !important;
    padding: 2px;
}

ul#menu {
    padding: 0;
    margin:  60px 0 0 0;
    font-size: 1,2em;
    font-weight: bold;
}

ul#menu li {
    display: inline;
    padding-left: 30px;
}

ul#menu li a,
ul#menu li a:visited {
    color: blue;
}

address {
    font-size: 1.2em;
}

.odskok {
    padding-left: 40px;
}

.highslide {
    cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
    border: 2px solid gray;
}
.highslide:hover img {
    border: 2px solid white;
}

.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;

    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
    color: white;
    font-size: 9px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    padding: 3px;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
    font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

.highslide-move {
    cursor: move;
}

.highslide-overlay {
    display: none;
}
/* Controlbar example */
.controlbar {
    margin-left: 60px;
    background: url(highslide/graphics/controlbar2.gif);
    width: 210px;
    height: 32px;
}
.controlbar a {
    display: block;
    float: left;
    margin: 0 0 0 5px;
    height: 30px;
    width: 42px;
}

/* Necessary for functionality */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

/* stranka kontakt */
form.kontaktform div {
    padding: 5px 1em;
}
form.kontaktform div label {
    display: block;
    width: 150px;
    float: left;
    text-align: right;
    padding: 2px 1em 0 0;
}
form.kontaktform div label.inline {
    display: inline;
    float: none;
    width: auto;
}
form.kontaktform div input.data {
    width: 260px;
}
form.kontaktform div textarea {
    margin-top: 5px;
    width: 380px;
    height: 150px;
}

p#vzkaz_ok {
    border: 1px solid rgb(128,128,128);
    text-align: center;
    font-weight: bold;
    padding: 1em;
}
p#vzkaz_error {
    border: 1px solid rgb(128,128,128);
    text-align: center;
    font-weight: bold;
    padding: 1em;
    color: red;
    background-color: white;
}
/* konec stranky kontakt */

#thumb1 {
    margin-right: 30px;
}

#thumb3 {
    margin-right: 80px;
}

#quickkontakt {
    float: right;
    width: 250px;
    border: 1px solid gray;
    margin: 1em;
    padding: 0.5em
}
.spratelene {
    font-size: 10px;
}

.ml40 {
    margin-left: 40px;
}

.ml100 {
    margin-left: 100px;
}

.ml20 {
    margin-left: 20px;
}

.ml200 {
    margin-left: 200px;
}

.ml250 {
    margin-left: 250px;
}

table.w80 {
    width: 80%;
    text-align: center;
    border: 1px solid graytext;
    border-collapse: collapse;
    margin-left: 40px;
}
table.w80 th {
    border: 1px solid graytext;
    background-color: whitesmoke;
}
table.w80 td {
    border: 1px solid graytext;
    
}
