body {
   background-color: #1D4A1D;
   margin: 0;
   padding: 0;
   font-family: Verdana;
   color: white;
   font-size: 12px;
}
a {
   font-family: Verdana;
   color: white;
   font-size: 12px;
   text-decoration: underline;
}
a:hover {
   text-decoration: none;
}
img {
   border: 0;
}

.vyhlazeni {
   width: 100%;
   height: 1px;
   font-size: 1px;
   clear: both;
}

#pozadi_top {
   width: 100%;
   height: 168px;
   background-color: #153B16;
   border-bottom: 1px solid #91AC90;
}
#pozadi_stred {
   width: 100%;
   padding: 10px 0 10px 0;
   background-color: #275D26;
   border-bottom: 1px solid #618961;
}
#pozadi_bottom {
   width: 100%;
   height: 52px;
   background-image: url('img/pozadi_bottom.jpg');
   background-repeat: repeat-x;
   background-position: top;
}

#logo {
   margin: auto;
   width: 979px;
   height: 168px;
   background-image: url('img/logo.jpg');
}
#prostredek {
   width: 892px;
   background-image: url('img/prostredek.gif');
   margin: auto;
   padding: 0 0 10px 0;
}
#menu {
   width: 196px;
}
#menu .nadpis {
   line-height: 36px;
   display: block;
   border: 1px solid #153B16;
   background-image: url('img/menu_nadpis_pozadi.jpg');
   color: #FFC000;
   padding: 0 0 0 20px;
}
#menu .odkazy a {
   display: block;
   line-height: 21px;
   background-image: url('img/menu_odkaz.jpg');
   text-decoration: none;
   padding: 0 0 0 20px;
   margin: 1px 0 0 0;
}
#menu .odkazy a:hover,
#menu .odkazy a.vybrany {
   background-image: url('img/menu_odkaz_hover.jpg');
}
#menu .mapa_left {
   background-color: #1D4A1D;
   text-align: center;
   padding: 10px 0 10px 0;
   margin: 1px 0 0 0;
}
#menu .novinky {
   background-color: #1D4A1D;
   text-align: center;
   padding: 10px 0 10px 0;
   margin: 1px 0 0 0;
}

#left {
   width: 200px;
   float: left;
}
#right {
   float: right;
   width: 665px;
}
#right h1 {
   padding: 15px 10px 0 0;
   font-size: 14px;
}
#text_prostredek {
   padding: 0 25px 0 0;
}

#paticka {
   width: 892px;
   margin: auto;
   text-align: center;
   padding: 10px 0 0 0;
}
