body {
  background-color: #ffffff;
  margin: 0px;
  font-size: 10px;
  color: #000000;
  font-family: verdana;
  text-align: center;
}

#AllPages {
  width: 780px;
  margin: auto;
}
img {border: 0px;}

#TopBanner  {
  background-image: url(images/header.jpg);
  background-repeat: no-repeat;
  width: 780px;
  height: 194px;
}

#TopText {
  background-image: url(images/pozadi.jpg);
  padding-top: 15px;
  width: 780px;
float: left;
}

#PoleText {
  text-align: left;
  padding-top: 5px;
  padding-left: 45px;
  padding-right: 34px;
  color: #000000;
}


#strana_leva {
  width: 200px;
  float: left;
}
 
#strana_leva h2 {
  margin: 0px; padding: 0px;
  border-left: solid 22px #c9a100;
  font-size: 13px;
  background-color: #c9c9c9;
  padding-top: 3px;
  padding-bottom: 3px; 
  width: 175px;
}

#strana_leva li {
  margin-top: 10px;
  border-left: solid 22px #c9a100;
  background-color: #c9c9c9;
  padding-top: 3px;
  padding-bottom: 3px; 
  width: 155px;
}
 
  #strana_leva li a {
    padding-left: 15px;
    height: 17px;
    text-decoration: none;
    color: #000000;
  }
  #strana_leva li a:hover {
    padding-left: 15px;
    height: 17px;
    text-decoration: none;
    color: #ffffff;
  }
 
#strana_prava {
  padding-top: 20px;
  width: 488px;
  float: right;
}
#strana_prava h1{
  font-size: 15px;
}
#strana_prava h2 {
  margin: 0px; padding: 0px;
  font-size: 13px;
}

#paticka {
  background-image: url(images/footer.jpg);
  background-repeat: no-repeat;
  float: left;
  width: 780px;
  height: 62px;  
}
a {color: #000000; text-decoration: underline; font-weight: bold;}
a:hover {color: #ffcc00; text-decoration: none; font-weight: bold;}


