/* CSS Document */
  body {
    font-family: Verdana; font-size: small;
  }
  
  div.page_top {
    width: 750px; height: 110px;
    background-image: url('img/top.gif'); background-repeat: no-repeat; background-color: white;
  }
  
  div.page_title {
    width: 750px; height: 30px; 
    background-repeat: no-repeat; background-color: white;
    padding-left: 140px;
    font-size: large; font-weight: bold;
  }
  div.page_cont {
    width: 720px; 
    position: relative; 
    top: -195px; left: 24px; 
    background-image: url('img/cont_normal.gif'); background-repeat: repeat-y;
    padding-left: 90px; padding-bottom: 10px; padding-right: 10px;
    padding-top: 30px;
  }
  
  div.page_cont_blank {
    width: 720px; 
    position: relative; 
    top: -195px; left: 24px; 
    background-image: url('img/cont_normal.gif'); background-repeat: repeat-y;
    padding-left: 50px; padding-bottom: 10px; padding-right: 30px;
    padding-top: 30px;
  }
  div.page_footer {
    width: 720px; 
    position: relative; top: -195px; left: 24px;
    border-top: 1px solid black; 
  }
  /* displaying menu */
  div.menu {
    width: 118px; height: 195px;
    font-size: 9pt;
    position: relative; left: 10px; top: -20px;
    background-image: url('img/menu.gif');
    z-index: 1;
  }
  div.menu_blank {
    width: 118px; height: 195px;
    position: relative; left: 10px; top: -20px;
    z-index: 1;
  }
  div.menu_title {
    width: 75px;
    position: relative; top: 10px; left: 25px;
    color: white;
    text-align: left;
  }
  div.menu_uvod {
    width: 41px; height: 43px;
    position: relative;
    top: 13px; left: 25px;
  }
  div.menu_reality {
    width: 41px; height: 43px;
    position: relative;
    top: 9px; left: 42px;
  }
  div.menu_info {
    width: 41px; height: 43px;
    position: relative;
    top: 3px; left: 25px;
  }
  div.menu_kontakt {
     width: 41px; height: 43px;
    position: relative;
    top: -6px; left: 3px;
  }
  
  .text {
    font-family: Verdana, Arial;
    font-size: 9pt;
  }
  
  .text_page {
    width: 610px; 
    text-align: center;
    font-size: 9pt;
    
  }
  
  .font_small {
    font-size: small;
  }
  form.sort_red {
    border-bottom: 1px solid #B70000;
    padding-bottom: 5px;
    font-size: 9pt;
  }
  form.sort_blue {
    border-bottom: 1px solid #085484;
    padding-bottom: 5px;
    font-size: 9pt;
  }

  div.page_red {
    border-top: 1px solid #B70000;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 9pt;
    text-align: center;
  }
  div.page_blue {
    border-top: 1px solid #085484;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 9pt;
    text-align: center;
  }
  form.hide {
    display: none;
  }
  hr.blue {
    color: blue;
  }
  table.vizitka_red {
    width: 360px;
    border: 1px solid #B70000 ; /*#CE393C*/
    padding: 5px; margin: 6px;
    font-size: 8pt;
  }
  table.vizitka_blue {
    width: 360px;
    border: 1px solid #085484;
    padding: 5px; margin: 6px;
    font-size: 8pt;
  }
  
  a.fotka {
    text-decoration: none;
    border: none;
  }
  a.fotka:hover {
    text-decoration: none;
    border: none;
  }
  
  a {
    text-decoration: none;
    color: #CE393C;
    font-weight: bold;
  }
  a:hover {
    text-decoration: none;
    color: #B70000;
    font-weight: bold;
  }
   
  /* sekce DETAIL */
  .detail {
    font-size: 8pt;
    width: 600px;
  }
  .detail_left {
    text-align: right;
    width: 150px;
    padding-right: 3px;
    font-weight: bold;
  }
  .detail_over {
    padding: 3px;
    background-color: #ecc746;
    border-left: 1px solid black;
    border-right: 1px solid black;
  }
  .detail tr td span {
    padding: 3px;
  }
  .detail_out {
    padding: 3px;
    /*background-color: none;*/
    border: none;
  }
  .detail_info {
    border-left: 1px solid black;
    border-right: 1px solid black;
    background-color: #ecc746;
    padding: 5px;
  }
  .detail_right {
    width: 450px;
    border-left: 1px solid black;
    border-bottom: 1px solid black;
    padding: 3px;
    /*padding-bottom: 3px;*/
  }
  table.zajem {
    width: 600px;
    font-size: 9pt;
    background-color: #ecc746;
    border: 1px solid black;
    text-align: justify;
    padding: 5px;
  }
  p {
    text-align: justify; font-size: 9pt; text-indent: 20px;
    
  }

