body {
   background-color: #29166f;
   background-image: url('img/pozadi.png');
   background-repeat: repeat-x;
   margin: 0;
   padding: 0;
   font-family: Tahoma;
   font-size: 12px;
   color: #29166f;
}
a {
   font-family: Tahoma;
   font-size: 12px;
   color: #29166f;
   text-decoration: underline;
}
a:hover {
   text-decoration: none;
}

#stranka {
   width: 930px;
   margin: auto;
   padding: 22px 0 10px 0;
}
#logo {
   height: 320px;
}
#paticka {
   height: 50px;
   background-image: url('img/paticka.gif');
}
#paticka .paticka_text {
   text-align: right;
   padding: 15px 15px 0 0;
   font-size: 14px;
}
#paticka .paticka_text a {
   font-size: 14px;
}
#prostredek {
   padding: 0 0 20px 0;
   background-image: url('img/prostredek.gif');
}

#left {
   width: 294px;
   float: left;
}
#menu {
   width: 246px;
   margin: auto;
   padding: 40px 0 0 0;
}
#menu a {
   display: block;
   background-image: url('img/odkaz_menu.png');
   line-height: 46px;
   padding: 0 0 0 50px;
   color: white;
   text-decoration: none;
   margin: 1px 0 0 0;
}

.vyhlazeni {
   width: 100%;
   height: 1px;
   font-size: 1px;
   clear: both;
}

#left_obr {
   text-align: center;
   padding: 20px 0 0 0;
}
#left_obr img {
   padding: 0 0 10px 0;
}

#right {
   float: right;
   width: 620px;
}
h1 {
   font-size: 18px;
   font-weight: normal;
   margin: 0;
   padding: 20px 0 0 0;
   color: #0093dd;
}
#text_prostredek {
   padding: 20px 30px 0 13px;
}