@-moz-document domain(google.com),
               domain(google.de)  {

/* ::: logo on google front page ::: */

  img[src*="images/hp0.gif"],
  img[src*="/images/logo.gif"] {
    width: 0 !important;
    padding-left: 600px !important;  /* change width of your image */
    height:       500px !important;  /* change height of your image */
    background-image: url(http://img292.imageshack.us/img292/5116/tacu4.png) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    
  }

/* logo IMAGES front page */

  img[src*="/images/images_hp.gif"] {
    width: 0 !important;
    padding-left: 600px !important;  /* change width of your image */
    height:         500px !important;  /* change height of your image */
    background-image: url(http://img292.imageshack.us/img292/5116/tacu4.png) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
  }

/* ::: remove other logo parts, only for non-english google ::: */

  img[src*="images/hp1.gif"],
  img[src*="images/hp2.gif"],
  img[src*="images/hp3.gif"],
  td[valign="top"][class="h"] { display: none !important }

}