body {
   background-color: #2d2072;
   background-image: url('img/pozadi.png');
   background-repeat: repeat-x;
   background-position: top;
   margin: 0;
   padding: 0;
   font-family: Verdana;
   color: black;
   font-size: 12px;
}
a {
   font-family: Verdana;
   color: black;
   font-size: 12px;
   text-decoration: underline;
}
a:hover {
   text-decoration: none;
}

.vyhlazeni {
   width: 100%;
   height: 1px;
   font-size: 1px;
   clear: both;
}

#stranka {
   width: 944px;
   margin: auto;
}

#logo .top {
   height: 56px;
   background-image: url('img/logo_top.jpg');
}
#logo .stred {
   height: 225px;
   background-image: url('img/logo.jpg');
}
#logo .bottom {
   height: 20px;
   background-color: #fdd500;
}

#prostredek {
   background-image: url('img/prostredek.gif');
   padding: 0 0 15px 0;
}

#left {
   width: 222px;
   float: left;
}
#right {
   float: right;
   width: 700px;
}
#right h1 {
   background-image: url('img/h1.gif');
   background-repeat: no-repeat;
   background-position: 0 6px;
   padding: 4px 0 15px 30px;
   margin: 0;
   font-size: 18px;
   color: #2d2072;
}
#text_prostredek {
   color: #2d2072;
   margin: 0;
   padding: 0 30px 0 30px;
}
#text_prostredek p {
   margin: 0;
   padding: 0;
}

#menu {
   width: 204px;
   margin: auto;
}
#menu a {
   display: block;
   line-height: 30px;
   background-image: url('img/menu.png');
   color: #fdd500;
   font-size: 14px;
   text-decoration: none;
   margin: 1px 0 0 0;
   padding: 0 0 0 41px;
}
#menu a:hover {
   color: white;
}

#paticka {
   background-color: #fdd500;
   padding: 0 0 3px 0;
}
#paticka .pozadi {
   width: 938px;
   line-height: 35px;
   text-align: center;
   color: white;
   background-image: url('img/paticka.png');
   margin: auto;
}
#paticka .pozadi a {
   color: white;
}

#novinky {
   width: 183px;
   margin: 15px auto 0 auto;
   background-image: url('img/novinky.png');
}
#novinky .nadpis_novinky {
   color: white;
   padding: 9px 11px 9px 11px;
}
#novinky .modul {
   text-align: center;
   padding: 5px 0 10px 0;
}