body {
   background-color: #cfdbff;
   background-image: url('img/pozadi.png');
   background-repeat: repeat-x;
   margin: 0;
   padding: 0 0 20px 0;
   font-family: Verdana;
   font-size: 12px;
   color: #031f71;
}
a {
   font-family: Verdana;
   font-size: 12px;
   color: #031f71;
   text-decoration: underline;
}
a:hover {
   text-decoration: none;
}

#stranka {
   width: 799px;
   margin: 42px auto 0 auto;
   background-image: url('img/stranka.png');
}
#logo {
   background-image: url('img/logo.jpg');
   background-position: top;
   background-repeat: no-repeat;
}
#prostredek {
   width: 793px;
   margin: auto;
   padding: 295px 0 0 0;
}
#left {
   width: 200px;
   float: left;
}
#menu a {
   display: block;
   text-decoration: none;
}
#menu a.odkaz_hlavni {
   background-color: #171573;
   color: white;
   border-top: 1px solid #3e3ca5;
   border-left: 1px solid #3e3ca5;
   border-right: 1px solid #3e3ca5;
   padding: 8px 0 8px 36px;
   background-image: url('img/odkaz_sipka.jpg');
   background-repeat: no-repeat;
   background-position: 15px center;
}
#menu a.odkaz_vedlejsi {
   background-color: #050446;
   border-top: 1px solid #3e3ca5;
   border-left: 1px solid #3e3ca5;
   border-right: 1px solid #3e3ca5;
   font-size: 11px;
   color: white;
   padding: 5px 0 5px 20px;
}
.vyhlazeni {
   width: 100%;
   height: 1px;
   clear: both;
   font-size: 1px;
}
#paticka {
   height: 43px;
   background-image: url('img/paticka.jpg');
   margin: 0 0 0 0;
}
#paticka .paticka_text {
   text-align: right;
   color: white;
   padding: 17px 20px 0 0;
}
#paticka .paticka_text a {
   color: white;
}

#right {
   float: right;
   width: 570px;
}
h1 {
   font-size: 19px;
   margin: 0;
   padding: 25px 0 0 0;
   font-weight: normal;
}
#text_prostredek {
   padding: 10px 30px 10px 15px;
}

#novinky {
   padding: 15px 0 15px 0;
}
#novinky .novinky_box {
   background-color: #050446;
   width: 160px;
   margin: auto;
}
#novinky .novinky_nadpis {
   color: white;
   font-weight: bold;
   padding: 8px 8px 8px 8px;
}
#novinky .novinky_modul {
   text-align: center;
   padding: 5px 0 5px 0;
}
