body{
    margin: 0;
    padding: 0;
    background-color: #cca565;
    font-family: Verdana, Arial;
    font-size: 14px;
}

p{
    text-align: justify;
}

#center{
    position: relative;
    width: 1000px;
    margin: 0 auto;
}
#center #lang{
    width: 65px;
    height: 100px;
    position: absolute;
    right: 120px;
    top: 185px;
}
#center #lang a{
    display: inline-block;
    width: 65px;
    height: 31px;
    text-align: right;
    margin-bottom: 3px;
}
#center #lang a#cs{
    background-image: url("../images/lang_cs_off.png");
}
#center #lang a#en{
    background-image: url("../images/lang_en_off.png");
}
#center #lang a#ru{
    background-image: url("../images/lang_ru_off.png");
}
#center #lang a#cs.on{
    background-image: url("../images/lang_cs.png");
}
#center #lang a#en.on{
    background-image: url("../images/lang_en.png");
}
#center #lang a#ru.on{
    background-image: url("../images/lang_ru.png");
}

#top{
    position: relative;
    width: 1000px;
    height: 418px;
    background-image: url("../images/back_top.png");
}
#top>a{
    display: block;
    position: absolute;
    left: 230px;
    top: 130px;
    width: 570px;
    height: 170px;
}

#top #menu{
    position: absolute;
    top: 330px;
    left: 220px;
    width: 610px;
    height: 50px;
}
#top #menu a{
    height: 50px;
    display: block;
    float: left;
    background-position: center center;
    background-repeat: no-repeat;
}
#top #menu a[rel='uvod']{
    width: 105px;
    background-image: url("../images/menu_1_uvod.png");
}
#top #menu a[rel='uvod']:hover{
    background-image: url("../images/menu_1_uvod_over.png");
}

#top #menu a[rel='menu']{
    width: 122px;
    background-image: url("../images/menu_2_menu.png");
}
#top #menu a[rel='menu']:hover{
    background-image: url("../images/menu_2_menu_over.png");
}

#top #menu a[rel='foto']{
    width: 208px;
    background-image: url("../images/menu_3_foto.png");
}
#top #menu a[rel='foto']:hover{
    width: 208px;
    background-image: url("../images/menu_3_foto_over.png");
}


#top #menu a[rel='kontakt']{
    width: 174px;
    background-image: url("../images/menu_4_kontakt.png");
}
#top #menu a[rel='kontakt']:hover{
    background-image: url("../images/menu_4_kontakt_over.png");
}


#top #flags{
    position: absolute;
    left: 50px;
    top: 270px;
    width: 120px;
    height: 500px;
}
#top #flags a{
    float: left;
    margin: 5px;
    box-shadow: 0 0 2px black;
}
#top #flags a img{border: none;}

#top #flags a:hover{
    box-shadow: 0 0 10px black;
}

#paper{
    width: 1000px;
    min-height: 700px;
    background-image: url("../images/back_bottom.png");
    background-position: center bottom;
    background-repeat: no-repeat;
}
#paper #in{
    width: 600px;
    margin-left: 220px;
    padding-bottom: 430px;
}

.bottom{
    clear: both;
}

/* GALERIE */

a.galerie{
    float: left;
    border: 2px solid brown;
    padding: 1px;
    margin: 4px;
    box-shadow: 0 0 3px black;   
}
a.galerie:hover{
    border: 2px solid #804000;
    box-shadow: 0 0 10px black;   
}
div.galerie_title{
    clear: both;
    margin: 0 0 10px 0;
    padding: 20px 0 0 10px;
    font-size: 28px;
    color: #6C4101;
    text-shadow: 1px 1px 1px silver;
    border-bottom: 1px solid #6C4101;
}
/* JIDLO */

div.jidelak{
    float: left;
    position: relative;
    width: 281px;
    border: 2px solid brown;
    margin: 5px;
    margin-bottom: 30px;
    padding: 17px 2px 2px 2px;
    font-size: 12px;
    box-shadow: 0 0 3px black;
    background-color: #bb9355;   
}
div.jidelak img{
    margin: 6px;
    box-shadow: 0 0 3px black;
}
div.jidelak h3{
    margin: 0 0 0 20px;
    padding: 5px 10px;
    position: absolute;
    top: -17px;
    font-size: 14px;
    border-radius: 30px;
    border: 2px solid brown;
    background-color: #6C4101;
    box-shadow: 0 0 3px black;
    color: #eee;
}
div.jidelak table{
    width: 100%;
}

div.jidelak table tr td{
    vertical-align: top;
    padding: 5px 3px;
}
div.jidelak table tr td.id{
    text-align: right;
}
div.jidelak table tr td.gr{
    text-align: right;
}
div.jidelak table tr td.nm{
    text-align: left;
    width: auto;
}
div.jidelak table tr td.pr{
    text-align: right;
}

/* kontakt */

div.mapa{
    position: relative;
}
div.mapa>img{
    box-shadow: 0 0 10px black;
    border-radius: 10px;
}
div.mapa div#back{
    position: absolute;
    left: 170px;
    top: 150px;
}
div.mapa div#orloj{
    position: absolute;
    left: 170px;
    top: 150px;
}
div.mapa a{
    position: absolute;
    padding: 5px 10px;
    background-color: black;
    color: white;
    display: none;
    font-weight: bold;
    text-decoration: none;
    font-size: 120%;
    opacity: .6;
}
div.mapa a#google_1{
    left: 300px;
    top: 65px;
}
div.mapa a#google_2{
    right: 270px;
    top: 260px;
}
div.mapa:hover div#orloj{display: none;}
div.mapa:hover a#google_1,div.mapa:hover a#google_2{display: block;}

#adress{
    vertical-align: top;
    text-align: center;
} 