*     {
      
      font-family: 'trebuchet ms';
     
          
      }

body  {
      
      background: white;
      }
      
.all  {
      position: relative;
      top: 10px;
      width: 900px;
      min-height: 200px;
      padding: 0px;
      margin: auto 0;
      background: white;
      border: none;
      }
.top  {
      position: relative;
      top: 0px;
      width: 900px;
      height: 240px;
      margin: auto 0;
      padding: 0px;
      background: url('./img/logo.png');
      }
.top_popis  {
            position: absolute;
            top: 5px;
            width: 400px;
            height: 15px;
            left: 20px;
            background: transparent;
            font-size: 12px;
            font-weight: bold;
            color: white;
            }
.top h1 {
        position: absolute;
        top: 40px;
        right: 10px;
        padding: 0px;
        margin: 0px;
        font-size: 40px;
        font-weight: bold;
        color: black;
        z-index: -100;
        }
.middle  {
      position: relative;
      top: 0px;
      width: 678px;
      min-height: 400px;
      margin: auto 0;
      padding: 30px 20px 30px 200px;
      background: white;
      text-align: justify;
      border-left: 1px solid rgb(128,128,128);
      border-right: 1px solid rgb(128,128,128);
      font-size: 12px;
      text-align:justify; 
      color:  rgb(80,80,80);
      }
.menu_box {
      position: absolute;
      top: 30px;
      left: 0px;
      z-index: 1;
      width: 160px;
      height: 380px;
      border-right: 1px solid #ae0000;
      }
.partner  {
          position: absolute;
          width: 150px;
          
          bottom: 50px;
          margin: auto 0;
          text-align: right;
          }

.text h2  {
          font-size: 20px;
          font-weight: normal;
          color: #ae0000; 
          margin: 5px 0px 15px 0px; 
          padding: 0px 0px 0px 15px;
          background: url('./img/ico.png') 0 50% no-repeat;  
          }
.text a {
        color:  rgb(80,80,80);
        
        font-style: italic;
        }

                
.bottom  {
      position: relative;
      bottom: 0px;
      
      width: 900px;
      height: 30px;
      margin: auto 0;
      padding: 0px;
      background: url('./img/bottom.png');
      }
.bottom_popis  {
            position: absolute;
            top: 8px;
            width: 350px;
            height: 15px;
            right: 20px;
            background: transparent;
            font-size: 12px;
            font-weight: bold;
            color: white;
            }



.foto_seznam  {
              margin-left: 20px;
              list-style-image: url(./img/foto.png);
              }


















