/* CSS Document */

/*titulek stranky ------------------------------------------------------------*/
.titulek { 
      width: 1000px; 
      height: 213px;
      background-image: URL('./../picture_web/titulek.jpg');
      background-repeat: no-repeat;
      border-style: solid;
      border-width: 0px;
  }
/*pozadi zahlavi stranky------------------------------------------------------*/
  .ramecekTopLeft { 
      width: 10px; 
      height: 35px;
      background-image: URL('./../picture_web/ramecek/top_left.jpg');
      background-repeat: no-repeat;
      border-style: solid;
      border-width: 0px;
  }
  .ramecekTopMiddle {  
      height: 35px;
      background-image: URL('./../picture_web/ramecek/top_middle.jpg');
      background-repeat: repeat-x;
      border-style: solid;
      border-width: 0px;
      color:  white;
      font-weight: bold;
      text-decoration: none;
      text-align: midle;
      text-indent: 10px;
  }
  .ramecekTopRight { 
      width: 10px; 
      height: 35px;
      background-image: URL('./../picture_web/ramecek/top_right.jpg');
      background-repeat: no-repeat;
      border-style: solid;
      border-width: 0px;
  }
  
  .borderAllTable {
      border-style: solid;
      border-width: 1px;
      border-color: navy;
  }
/*styly pro ramecek-----------------------------------------------------------*/
  /*Top line*/
  .vyplnTopLeft { 
      width: 20px;
      height: 22px;
      background-image: URL('./../picture_web/ramecek/vypln_top_left.jpg');
      background-repeat: no-repeat;
      border-style: solid;
      border-width: 0px;
  }
  .vyplnTopMidle { 
      height: 22px;
      background-image: URL('./../picture_web/ramecek/vypln_top_middle.jpg');
      background-repeat: repeat-x;
      border-style: solid;
      border-width: 0px;
  }
  .vyplnTopRight {
      width: 20px;
      height: 22px;
      background-image: URL('./../picture_web/ramecek/vypln_top_right.jpg');
      background-repeat: no-repeat;
      border-style: solid;
      border-width: 0px;
  }
  /*Bottom line*/
  .vyplnBottomLeft { 
      width: 20px;
      height: 22px;
      background-image: URL('./../picture_web/ramecek/vypln_bottom_left.jpg');
      background-repeat: no-repeat;
      border-style: solid;
      border-width: 0px;
  }
  .vyplnBottomMidle { 
      height: 22px;
      background-image: URL('./../picture_web/ramecek/vypln_bottom_midle.jpg');
      background-repeat: repeat-x;
      border-style: solid;
      border-width: 0px;
  }
  .vyplnBottomRight {
      width: 20px;
      height: 22px;
      background-image: URL('./../picture_web/ramecek/vypln_bottom_right.jpg');
      background-repeat: no-repeat;
      border-style: solid;
      border-width: 0px;
  }
  /*Center line*/
  .vyplnCenterMidle { 
      background-image: URL('./../picture_web/ramecek/vypln_center_midle.jpg');
      background-repeat: repeat;
      border-style: solid;
      border-top-width: 0px;
      border-right-width: 1px;
      border-bottom-width: 0px;
      border-left-width: 1px;
      border-color: steelblue;
  }
