body {
  margin: 0;padding: 0;
  background: #fff;
  font-family: Tahoma, Arial;
  text-align: center; 
  color: #000; 
  font-size: 10pt;
	position: relative;
}

.cleaner {
  border: 0px none;
  margin: 0px;
  padding: 0px;
  float: none;
  clear: both;
  width: 0px;
  height: 0px;
  line-height: 0px;
  font-size: 0px;
}

#InAll {
  margin: 0px auto;
	text-align: justify;
	position: relative;
	width: 900px;
}
  
a:link, 
a:visited {
  text-decoration: none; 
  color: #000;
}

a:hover,
a:active,
a:focus {
  text-decoration: underline; 
  color: orange;
}
  
#Header {
 position: relative;
 height: 280px;
 overflow: hidden;
}

  #Header h2{
	 padding-top: 500px;
  }

  #Header h1 {
    display: inline;
    font-size: 0px;
    left: 0px;
    margin: 0pt;
    padding: 0pt;
    position: absolute;
    top: 30px;
  }
    
    #Header h1 a {
      display: block;
      position: relative;
      width: 301px;
      height: 196px; 
      margin:0;
      padding:0;
      cursor: pointer;
    }
    
    #Header h1 a {
      text-decoration: none;
      color: #fff;
    }
    
    #Header h1 span {
      background: url('../graphic/logo.jpg') no-repeat;
      display: block;  
      width: 301px;
      height: 196px;  
      margin: 0;
      padding: 0;  
      position: absolute;
      left: 0;top:0;  
      z-index: 1;    
    }
  
  #Brno {
    color: #fff;
    position: absolute; 
    top: 115px;
    left: 335px;
    z-index: 20;
    font-size: 1.8em;
  }
  
    #Brno span{
      color: #000;
    }
    
  #Header_bg {
    position: absolute;
    background: url('../graphic/header.jpg') no-repeat; 
    width: 494px;
    height: 228px;
    right: 0px;
    top: 15px;
  }
 
#Menu {
  width: 25%;
  float: left;
}

  #Menu ul {
    margin: 0px;
    padding: 0px;
  }
      
    #Menu ul li {
      display: block; 
      list-style: none;
      line-height: 80px;
      font-size: 1.2em;
      background: url('../graphic/m_index.jpg') no-repeat;
      background-position: right;
      margin-bottom: 8px;
    }

    #Menu ul li.m_about {
      background: url('../graphic/m_about.jpg') no-repeat;
      background-position: right;
    }
        
    #Menu ul li.m_offer {
      background: url('../graphic/m_offer.jpg') no-repeat;
      background-position: right;
    }
    
    #Menu ul li.m_pricelist {
      background: url('../graphic/m_pricelist.jpg') no-repeat;
      background-position: right;
    }
    
    #Menu ul li.m_contact{
      background: url('../graphic/m_contact.jpg') no-repeat;
      background-position: right;
    }
    
      #Menu ul li a:link,
      #Menu ul li a:visited {
        color: #000;
        display: block; 
        width:  100%;  
        height: 100%;
      }
  
      #Menu ul li a:hover,
      #Menu ul li a:active,
      #Menu ul li a:focus {
        color: orange;
        text-decoration: none;
      }
             
#Note {
  float: left;
  width: 75%;
}
 
  #Note_inner {
    padding: 0 0 20px 20px;
  }  
     
#Footer {
  clear: both;
  position: relative;
  text-align: right;
  height: 40px;
  margin: 0; padding: 0;
  padding-top: 20px;
  color: #000;
}

  #Footer_inner {
    margin-right: 0px;
  }
    
    #Bottom_advertise{
      margin-top: 20px;
      margin-bottom: 10px;
      font-size: 10px;  
      width: 900px; 
      color: #000;   
    }
    
      #Bottom_advertise a:link, 
      #Bottom_advertise a:visited {
        text-decoration: none; 
        color: #000;
      }
      
      #Bottom_advertise a:hover,
      #Bottom_advertise a:active,
      #Bottom_advertise a:focus {
        text-decoration: underline; 
        color: orange;
      }    
/******************************************************************************/
