/* zarovnani stranky na stred*/

body {
  margin: 0;
  padding: 0;
  text-align: center;
  background: #FFF url('../obr/body-bg.jpg') 0px 59px repeat-x;
  font-family: Verdana, 'Arial CE', 'Lucida Grande CE', 'Helvetica CE', Verdana, Arial, lucida, sans-serif;
  font-size: .8em; 

  
}
table {
  font-family: Verdana, 'Arial CE', 'Lucida Grande CE', 'Helvetica CE', Verdana, Arial, lucida, sans-serif;
  font-size: .9em; 
  color: #000000;
}


#page {

  width: 777px;
  margin-top: 15px;
  margin-bottom: 0em;
  margin-left: auto;
  margin-right: auto;
  color: #000;
  text-align: left;
  border: 0px blue solid;

}
#page_ {
  width: 777px;
  float: left;
}



/* hlavicka head logo*/

#hlavicka_left {
  width: 19px;height: 480px;float: left;
  background-image: url(../obr/head-left.jpg);
  background-repeat: no-repeat;
}

#hlavicka {
  width: 758px;height: 180px;float: right;
  background-image: url(../obr/head.jpg);
  background-repeat: no-repeat;

}

#head_menu {
  width: 105px;
  height: 16px;
  float: right;
  text-align: left;
  color: black;
  padding-top: 38px;
   
}

#head_menu a {
  color: black;
  font-size: 11px;
  text-decoration: none;
  font-family: verdana;
  font-weight: bold;

}
#head_menu a:hover {
  text-decoration: underline;
}


#homepage {
  width: 625px;
  height: 175px;
  position: absolute;
  cursor: pointer;

  }



/* ; textova cast tela str. */
#hlavni {
  width: 758px;
  float: left;
  min-height: 419px;
  height: expression(this.scrollHeight < 420? "420px" : "auto" );
  overflow: visible;
  background-color: white;
  background-image: url(../obr/hlavni-bg.jpg);
  background-repeat: repeat-y;
  border-bottom: 1px #B6424B solid;
}

#left {
  float: left;
  width: 196px;

}

#left .nadpis {
  font-size: 12px;
  font-weight: bold;
  color: #B43F47;
  text-align: center;
  float: left;
  width: 196px;
}

#left img {
  border: 0px red solid;
  margin: 0 auto;
  margin-top: 10px;
}

#menu {
  float: left;
  width: 196px;
  min-height: 200px;
  height: expression(this.scrollHeight < 200? "200px" : "auto" );
  background-image: url(../obr/menu.jpg);
  background-repeat: no-repeat;
  border: 0px red solid;
  margin-top: 15px;
  border-left: 4px #B43F47 solid;
  background-color: #D99EA2;
  margin-bottom: 15px;
}

#menu .nadpis {
  float: right;
  width: 196px;
  text-align: center;
  color: white;
  background-color: #8AA6F9;
  border-top: 2px white solid;
  border-bottom: 2px white solid;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  padding: 3px 0px 3px 0px;
  font-size: 13px;
  font-weight: bold;
}

#menu ul {
  float: left;
  width:170px;
  text-align: left;
  color: #00009F;
  padding: 5px 0px 8px 0px;
  margin: 0px 0px 0px 0px;
  margin-top: 10px;
}

#menu li {
  width:180px;
  font-size: 14px;
  font-weight: bold;
  list-style: none url();
  margin-top: 10px;

}
#menu li a{
  text-decoration: none;
  color: black;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 2px;
  padding-bottom: 2px;
  height: 15px;
}
#menu li a:hover{
  text-decoration: none;
  color: white;
  background-color: #B43F47;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 2px;
  padding-bottom: 2px;
    height: 15px;
}

#novinky-left .novinky_text{
  float: left;
  width: 155px;
  text-align: justify;
  color: black;
  padding-left: 7px;
  font-size: .9em;

}

#right {
  float: right;
  width: 535px;
  min-height: 319px;
  height: expression(this.scrollHeight < 320? "320px" : "auto" );
  text-align: justify;
  margin-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}

#right .nadpis {
  width: 516px;
  float: left;
  padding: 5px 0px 5px 0px; 
  color: black;
  font-weight: bold;
  font-size: 13px;
  background-image: url(../obr/lion.jpg);
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 20px;
}


#right .text {
  width: 498px;
  float: left;
  margin: 5px 0px 5px 5px;
  font-size: 11px;
  text-align: justify;
}

#right a {
  color: #B43F47;
}
/* paticka fooot*/
#paticka {
  float: right;
  width: 758px;
  height: 20px;
  margin-left: 10px;
  padding-right: 6px;
  text-align: right;
  font-family:   Verdana, Arial, lucida, sans-serif ;
  font-size: 10px;
  color: white;
  background-color: #B43F47;
  background-image: url('../obr/footer-bg.jpg');
  background-repeat: no-repeat;
  background-position: 0px -3px;
  
  border-bottom: 2px #B6424B solid;
}
#paticka a {font-family:   Verdana, Arial, lucida, sans-serif ;font-size: 10px;text-decoration: none;color: white;}
#paticka a:hover {text-decoration: underline;}
#foot {float: right;width: 400px;margin-top: 3px;}

.obr {
  margin: 6px;
  border: solid #BABABA 1px;
}

