body {
   background-image: url('img/stranka.png');
   background-repeat: repeat-x;  
   background-color: #838181;
   margin: 0;
   padding: 13px 0 0 0;
   font-family: Tahoma;
   font-size: 12px;
   color: black;
}
a {
   font-family: Tahoma;
   font-size: 12px;
   color: black;
   text-decoration: underline;
}
a:hover {
   text-decoration: none;
}

#stranka {
   width: 908px;
   margin: auto;
   background-image: url('img/prostredek.png');
}
#logo {
   height: 244px;
   background-image: url('img/logo.png');
}
#paticka {
   height: 41px;
   background-image: url('img/paticka.png');
}
#paticka .paticka_text {
   text-align: center;
   padding: 10px 0 0 0;
   color: #595757;
}
#paticka .paticka_text a {
   color: #595757;
}
#menu {
   height: 32px;
   background-image: url('img/menu.png');
   width: 904px;
   margin: auto;
}
#menu .odkazy_menu {
   line-height: 32px;
   text-align: center;
}
#menu .odkazy_menu a {
   text-decoration: none;
   padding: 0 60px 0 60px;
   font-weight: bold;
}

#prostredek p {
   padding: 0;
   margin: 0;
}

h1 {
   margin: 0;
   padding: 10px 0 0 20px;
   font-weight: normal;
   font-size: 20px;
}
#text_prostredek {
   padding: 10px 30px 20px 40px;
   font-size: 14px;
}
