body {
   background-color: #ffee7c;
   margin: 0;
   padding: 20px 0 10px 0;
   font-family: Verdana;
   font-size: 12px;
   color: black;
}
a {
   font-family: Verdana;
   font-size: 12px;
   color: black;
   text-decoration: underline;
}
a:hover {
   text-decoration: none;
}

.vyhlazeni {
   width: 100%;
   height: 1px;
   font-size: 1px;
   clear: both;
}

#stranka {
   width: 920px;
   margin: auto;
   background-image: url('img/stranka.png');
}
#logo {
   height: 251px;
   background-image: url('img/logo.jpg');
}
#left {
   width: 256px;
   float: left;
   padding: 0 0 15px 0;
}
#left .obr {
   height: 280px;
   background-image: url('img/left_obr.jpg');
   background-repeat: no-repeat;
   background-position: center bottom;
}
#right {
   background-image: url('img/right.jpg');
   background-repeat: no-repeat;
   background-position: 5px 0;
   width: 660px;
   float: right;
   padding: 38px 0 0 0;
}
#right h1 {
   font-size: 24px;
   font-weight: normal;
   color: #5b5807;
   padding: 5px 0 35px 109px;
   margin: 0;
   background-image: url('img/h1.png');
   background-repeat: no-repeat;
   background-position: 39px 0;
}
#text_prostredek {
   padding: 0 60px 30px 67px;
}
#text_prostredek p {
   margin: 0;
   padding: 0;
}
#paticka {
   margin: 0 1px 0 1px;
   border-top: 1px solid #baa308;
   border-bottom: 1px solid #baa308;
   background-color: #e9d449;
   text-align: right;
   padding: 10px 15px 10px 0;
}

#menu {
   padding: 0 0 0 15px;
}
#menu .odkaz {
   line-height: 42px;
   background-image: url('img/odkaz_stred.png');
   background-repeat: repeat-x;
   background-position: 0 4px;
   float: left;
   margin: 7px 0 0 0;
}
#menu p {
   margin: 0;
   padding: 0;
   background-image: url('img/odkaz_left.png');
   background-repeat: no-repeat;
   background-position: 0 0;
   line-height: 42px;
}
#menu a {
   display: block;
   line-height: 42px;
   background-image: url('img/odkaz_right.png');
   background-repeat: no-repeat;
   background-position: right 4px;
   padding: 0 35px 0 55px;
   text-decoration: none;
}