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

#stranka {
   margin: auto;
   width: 760px;
}
#top {
   width: 760px;
   height: 47px;
   background-image: url('img/logo_top.jpg');
   background-repeat: no-repeat;
   background-position: 21px 0px;
}
#prostredek {
   width: 760px;
   background-color: white;
   background-image: url('img/bottom.jpg');
   background-position: bottom;
   background-repeat: repeat-x;
   padding: 0 0 50px 0;
}
#logo {
   width: 760px;
   height: 145px;
   background-image: url('img/logo.jpg');
}
#menu {
   height: 33px;
   background-image: url('img/menu_pozadi.jpg');
   text-align: center;
   padding: 0 0 0 15px;
}
#odkazy {
   border-left: 1px solid white;
   height: 27px;
}
#menu a {
   color: white;
   text-decoration: none;
   border-right: 1px solid white;
   display: block;
   float: left;
   padding: 0 30px 0 30px;
   line-height: 27px;
}
#menu a:hover {
   background-image: url('img/menu_oznacene.jpg');
}
.odbery {
   font-weight: bold;
   color: #970007;
   font-size: 15px;
}
#left {
   width: 275px;
   float: left;
}
#left .box {
   width: 259px;
   margin: 10px auto 0 auto;
   border: 1px solid #A27275;
}
#left .box_top {
   border-bottom: 1px solid #7E3B3F;
   background-image: url('img/box_top.jpg');
   padding: 3px 0 3px 10px;
   color: white;
}
#left .box_stred {
   background-image: url('img/box_stred.jpg');
   padding: 3px 10px 3px 10px;
}

#right {
   float: right;
   width: 480px;
}
#right h1 {
   font-size: 12px;
   color: #7B0007;
}
#text_prostredek {
   padding: 0 10px 0 0;
}

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