body    
{
  color: #000; 
  margin: 0; 
  padding: 0; 
  font: 75%/1.5 sans-serif; 
  position: relative;
  text-align: center;
  background: url(../images/background.jpg) left top; 
}

/* stranka*/     
  #page
  {
    width: 950px;
    text-align: left;
    margin: 0 auto;
    background: #F3F7F8 url(../images/header.jpg) top left no-repeat;
  }
/* konec: stranka */   

  
/* prvky viditelne jen bez pouziti css */

.no_css
{
  visibility: hidden;
  position: absolute;
  width: 0;
  top: 0;
  left: 0;
  top: 0;   
  padding: 0;
  margin: 0;
}

/* konec: prvky viditelne jen bez pouziti css */


/* obecne elementy */
  h2
  {
    margin: 0; 
    text-align: left;
    font-size: 1.5em;
    padding: 30px 0 10px 250px;   
    clear: both; 
  }

  h1
  {
    color: #E73021;
    font-size: 1.6em;
    font-weight: bold;
    padding: 0 10px 0 10px;
    font-variant: small-caps;
    height: 63px;
    line-height: 63px;
    border-left: 2px solid #D5D9DA;
    margin: 15px 0 0 0;     
  }

  a
  {
    color: #800;
  }
  
  a:hover
  {
    color: #f00;
  }

  img
  {
    border: none; 
  }
/* konec: obecne elementy */


/* obecne tridy */      

  .float_left
  {
   float: left;
  }

    
  .float_right     
  {
    float: right;
  }    

    
  .clear_both
  {
    clear: both;
  }
    
  .margin-top
  {
    margin-top: 15px;  
  }

  .red
  {
    color: #ff0000;
  }  
  
  .green
  {
    color: #00ff00;
  }
  
  .center
  {
    text-align: center;
  }

  .border
  {
    border: 1px solid #000;
  }

  .border-bottom
  {
    border-bottom: 1px solid #D3D6D7;
  }
/* konec: obecne tridy */    

    
    

  /* hlavicka */
    #header
    {
      position: relative;
      width: 950px;
      height: 134px;
      margin: 0;
      height: 133px;
    }   
  /* konec: hlavicka */

  #middle
  {
    position: relative;
    padding: 0;
    margin: 0;
    border-bottom: 2px solid #000;
  }


  /* obsah stranky*/
    #right
    {
      width: 744px;
      margin: 0;
      color: #000;
      float: right;
    }        
    
      #content
      {
        background: #fff;
        border: 1px solid #D5D9DA;
        border-left: 2px solid #D5D9DA;
        padding: 10px;
      }
    
      #content ul
      {
        list-style-type: square;
        padding: 0;
        margin: 0 0 10px 0; 
      }
      
        #content ul li
        {
          background: url(../images/blue_arrow.png) left top no-repeat;
          line-height: 15px;
          margin: 0 0 5px 20px; 
        }
        
      #content label
      {
        display: block;
        width: 60px;
        float: left; 
      }
      
      #content img
      {
        margin-right: 10px;
      }
  /* konec obsah stranky */
  

  #left
  {
    float: left; 
    width: 200px;
    overflow: hidden;
  
  }


    #left_menu
    {
      list-style-type: none;
      margin: 0 0 0 3px;
      padding: 0;
      width: 188px;
      border: 2px solid #D3D6D7;
      border-top: none;
    }
    
    .left_menu_header
    {
      background: url(../images/menu-header.jpg) no-repeat;
      height: 25px;
      margin: 10px 0 0 5px;   
      line-height: 25px;
      overflow: hidden;
      width: 191px;
      padding-left: 20px;
      color: #fff;
      font-weight: bold;
    }
    
    .left_submenu
    {
      list-style-type: none;
      padding: 0;
      width: 188px; 
      margin: 0;
    }
    
    #left_menu li
    {
        margin:0;
        padding: 0;
        display: block;
        line-height: 24px;
        width: 188px;
        
        border-top: 1px solid #E4E4E9;
        background: #F7F8FA url(../images/menu-background.jpg) bottom left repeat-x;
    }


      #left_menu li span
      { 
        margin-left: 10px;
        display: block;
        padding-left: 10px;
        text-decoration: none;
        line-height: 22px;
        color: #000;
        background: url(../images/menu-arrow.png) top left no-repeat;
      }      

      #left_menu li .actual
      { 
        display: block;
        padding-left: 10px;
        text-decoration: none;
        line-height: 22px;
        color: #C34B41;
        font-weight: bold;
        background: url(../images/menu-arrow.png) top left no-repeat;
        text-decoration: underline;
      } 

      #left_menu li a
      { 
        display: block;
        margin-left: 10px;
        padding-left: 10px;
        text-decoration: none;
        width: 168px;
        line-height: 22px;
        background: url(../images/menu-arrow.png) top left no-repeat;
        color: #000;
      }      
      
      #left_menu li a:hover
      {
        color: #C34B41;
      }


    #left_menu_1 li a
    {
      width: 155px;
      margin-left: 20px;
      overflow: hidden;
    }

    #left_menu_1 li span    
    {
      width: 155px;
      margin-left: 20px;
      overflow: hidden;
    }



  /* paticka */
  #footer
  {
    font-size: 1.1em;
    width: 950px;
    line-height: 40px;
    text-align: center;
    color: #6B6D6F;
    background: #EAEEF2;
    padding: 2px 0 2px 0;
  }

    #istudio
    {
      float: right;
      color: #8B8D8F;
      font-size: .8em;
      padding-right: 15px;
      margin-top: 5px;
      top: 0;
      text-decoration: none;
    }
    
    #istudio:hover
    {
      text-decoration: underline;
    }

  /* konec: paticka */
  
  
  #singup
  {
    display: block;
    width: 253px;
    height: 31px;
    background: url(../images/singup.jpg);
    margin: 20px 0 20px 100px;
  }
  
  
/* prihlasovaci formular */

  #suform label
  {
    display: block;
    float: left;
    width: 160px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
  }

  #suform label.long
  {
    width: 390px;
  }

/* konec: prihlasovaci formular */

  #shadow
  {
    width: 20px;
    float: right;
  }
  
  
#title_image
{
  width: 716px;
  height: 179px;
  background: url(../images/uvod.jpg);
}

#conditions_image
{
  width: 716px;
  height: 179px;
  background: url(../images/podminky.jpg);
  border: 1px solid #000;
}


.rent_list
{
  width: 470px;
  float: right;
}

#logo
{
  position:absolute;
  width: 205px;   
  height: 115px;
  top: 0;
}


#reference_left
{
  float: left;
  width: 450px;
}

#reference_right
{
  float: right;
  width: 260px;
}

.pdf
{
  background: url(../images/pdf.gif) left no-repeat;
  padding-left: 15px;
}

#content ul li.tm
{
  background: url(../images/3m.jpg) 16px 2px no-repeat;
  padding-left: 40px;
}

a.tm
{
  background: url(../images/3m.jpg) 2px 2px no-repeat;
  padding-left: 20px;
}

#content ul li.wm
{
  background: url(../images/wm.jpg) 15px 2px no-repeat;
  padding-left: 40px;
}

a.wm
{
  background: url(../images/wm.jpg) 2px 2px no-repeat;
  padding-left: 20px;
}

#content ul li.epson
{
  background: url(../images/epson.jpg) 0px 2px no-repeat;
  padding-left: 40px;
}

a.epson
{
  background: url(../images/epson.jpg) 2px 2px no-repeat;
  padding-left: 38px;
}

