body {
   background-color: #00abe3;
   background-image: url('img/pozadi.png');
   background-repeat: repeat-x;
   margin: 0;
   padding: 0;
   font-size: 12px;
   color:  black;
   font-family: Arial;
}
a {
   font-size: 12px;
   color:  black;
   font-family: Arial;
   text-decoration: underline;
}
a:hover {
   text-decoration: none;
}
.vyhlazeni {
   width: 100%;
   height: 1px;
   font-size: 1px;
   clear: both;
}

#stranka {
   width: 960px;
   margin: auto;
}
#logo {
   height: 320px;
   background-image: url('img/logo.jpg');
}
#prostredek {
   background-image: url('img/prostredek.png');
   padding: 0 0 15px 0;
}
#paticka {
   line-height: 40px;
   background-image: url('img/paticka.png');
   color: #00abe3;
   text-align: right;
   padding: 0 30px 0 0;
}
#paticka a {
   text-decoration: none;
   color: #00abe3;
}

#left {
   width: 240px;
   float: left;
   margin: 0 0 0 10px;
}
#menu {
   padding: 18px 0 0 0;
}
#menu a {
   display: block;
   line-height: 37px;
   margin: 1px 0 0 0;
   background-image: url('img/menu.png');
   text-decoration: none;
   color: white;
   padding: 0 0 0 80px;
}

#novinky {
   width: 197px;
   padding: 20px 0 0 0;
   margin: auto;
}
#novinky .top {
   height: 51px;
   background-image: url('img/novinky_top.jpg');
}
#novinky .stred {
   background-color: #00abe3;
}
#novinky .top p {
   margin: 0;
   padding: 6px 0 0 105px;
   color: white;
}
#novinky .stred p {
   text-align: center;
   margin: 0;
   padding: 10px 0 10px 0;
}

#right {
   float: right;
   width: 679px;
}
#right h1 {
   font-size: 16px;
   margin: 0;
   padding: 0;
   font-weight: normal;
   color: #da251d;
}
#text_prostredek {
   color: #07a443;
   padding: 15px 40px 0 15px;
}
#text_prostredek p {
   color: #07a443;
   padding: 0 0 10px 0;
   margin: 0;
}
