body {
   background-color: #122738;
   background-image: url('img/pozadi_all.jpg');
   background-repeat: repeat-x;
   margin: 0;
   padding: 0;
   font-family: Tahoma;
   font-size: 13px;
   color: black;
}
.vyhlazeni {
   width: 100%;
   height: 1px;
   font-size: 1px;
   clear: both;
}
img {
   border: 0;
}
a {
   color: black;
   text-decoration: underline;
}
a:hover {
   text-decoration: none;
}

#stranka {
   width: 783px;
   margin: auto;
   background-color: #A1BFA6;
   border-left: 1px solid #BCD4C0;
   border-right: 1px solid #BCD4C0;
   position: relative;
}
#stred {
   width: 758px;
   margin: auto;
   padding: 44px 0 100px 0;
}
#stred .pozadi {
   background-image: url('img/pozadi_stred.jpg');
   border: 1px solid white;
   width: 758px;
}

a.odkaz_menu {
   position: absolute;
   width: 145px;
   height: 33px;
   background-image: url('img/menu_normal.jpg');
   color: #2B5E34;
   text-decoration: none;
   text-align: center;
   font-weight: bold;
   top: 40px;
}
a.oznaceny {
   background-image: url('img/menu_hover.jpg');
   color: white;
}
a:hover.odkaz_menu {
   background-image: url('img/menu_hover.jpg');
   color: white;
}
a.odkaz_menu div {
   padding: 10px 0 0 0;
}

#text_prostredek {
   padding: 20px 0 0 0;
}

#left {
   width: 160px;
   float: left;
}
#left img {
   border-bottom: 1px solid white;
}
#left .nadpis {
   background-color: #2B5E34;
   font-weight: bold;
   text-align: center;
   color: #BEE4C4;
   padding: 6px 0 3px 0;
}
#left .text {
   text-align: center;
   color: white;
   padding: 5px 0 20px 0;
   font-size: 12px;
}
#left .text_mail {
   text-align: center;
   color: white;
   padding: 15px 0 0 0;
}
#left .text_mail a {
   color: #BEE4C4;
   font-size: 11px;
   font-weight: bold;
   text-decoration: none;
}

#right {
   float: right;
   width: 586px;
}

#logo {
   text-align: center;
   padding: 40px 0 0 0;
}

#text_prostredek {
   color: #2B5E34;
   padding: 0 35px 0 35px;
   text-align: justify;
}
#text_prostredek a {
   color: #2B5E34;
}

#fotky_down {
   text-align: center;
   padding: 20px 0 20px 0;
}
#fotky_down img {
   padding: 0 15px 0 15px;
}

#copy {
   text-align: right;
   padding: 0 10px 5px 0;
}
