body {
   margin: 0;
   padding: 1px 0 10px 0;
   font-family: Verdana;
   font-size: 12px;
   color: #996d29;
}
a {
   font-family: Verdana;
   font-size: 12px;
   color: #996d29;
   text-decoration: underline;
}
a:hover {
   text-decoration: none;
}
.vyhlazeni {
   width: 100%;
   height: 1px;
   font-size: 1px;
   clear: both;
}

#stranka {
   width: 960px;
   margin: auto;
}
#logo {
   height: 354px;
   background-image: url('img/logo.jpg');
}
#prostredek {
   width: 956px;
   margin: auto;
   background-image: url('img/pozadi_stranka.png');
   border-bottom: 1px solid #b79562;
}
#obsah {
   padding: 0 0 15px 0;
}

#left {
   width: 206px;
   float: left;
}

#menu {
   width: 169px;
   margin: 0 0 0 auto;
   padding: 10px 0 0 0;
}
#menu .nadpis_menu {
   height: 37px;
   background-image: url('img/nadpis_menu.png');
}
#menu .odkazy {
   width: 143px;
   border-left: 1px solid #bf9f6f;
   border-right: 1px solid #bf9f6f;
   border-bottom: 1px solid #bf9f6f;
   margin: 0 auto 0 auto;
   padding: 0 0 1px 0;
}
#menu .odkazy a {
   display: block;
   width: 141px;
   text-align: center;
   color: white;
   text-decoration: none;
   line-height: 28px;
   background-image: url('img/menu.png');
   margin: 1px auto 0 auto;
}

#novinky {
   width: 169px;
   margin: 0 0 0 auto;
   padding: 20px 0 0 0;
}
#novinky .nadpis_novinky {
   height: 37px;
   background-image: url('img/nadpis_novinky.png');
}
#novinky .modul {
   background-color: #dac6a8;
   width: 140px;
   padding: 10px 0 10px 0;
   margin: auto;
   border-left: 1px solid #bf9f6f;
   border-right: 1px solid #bf9f6f;
   border-bottom: 1px solid #bf9f6f;
   text-align: center;
}

#paticka {
   background-color: #b79562;
   text-align: center;
   color: white;
   padding: 6px 0 6px 0;
   width: 952px;
   margin: 0 auto 1px auto;
}
#paticka a {
   color: white;
}

#right {
   width: 690px;
   float: right;
}
#right h1 {
   font-size: 20px;
   padding: 10px 0 0 0;
   margin: 0;
   font-weight: normal;
}
#text_prostredek {
   padding: 15px 36px 25px 20px;
}
#text_prostredek p {
   margin: 0;
   padding: 0 0 10px 0;
}
