@charset "UTF-8";

@media all
{

  footer {
    position:relative;
    z-index:1;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    line-height: 1.5em;
    color:#000;/*##CSS_FOOTER_color##*/
    background:transparent url("../../images/bg_footer-UXB.jpg") no-repeat top center;/*##CSS_FOOTER_background##*/
    background-color:#fff;/*##CSS_FOOTER_background-color##*/
  }

  footer a,
  footer a:visited,
  footer a:focus,
  footer a:active { background-color: transparent; color:#000;/*##CSS_FOOTER_A_color##*/ font-weight:normal;/*##CSS_FOOTER_A_font-weight##*/ font-style:normal;/*##CSS_FOOTER_A_font-style##*/ text-decoration:none;/*##CSS_FOOTER_A_text-decoration##*/ outline: 0 none; }
  footer a:hover  { background-color: transparent; color:#000;/*##CSS_FOOTER_A_color##*/ font-weight:normal;/*##CSS_FOOTER_A_font-weight##*/ font-style:normal;/*##CSS_FOOTER_A_font-style##*/ text-decoration:underline; outline: 0 none; }

  footer img.footer, footer img.footer2 {
    /* position:relative; */
    position:static;
    z-index:1;
    display:block;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px auto;
    margin-left:auto;/*##CSS_FOOTER_IMG_margin-left##*/
    margin-right:0px;/*##CSS_FOOTER_IMG_margin-right##*/
  }
  
  footer img.footer2 {
    visibility: hidden;
    display: none;
    position: absolute;
    left: -1000px;
    height: 0px;
  }
  /*  IE! patch_layout.css } */

  #footertext {
    position:absolute;
    z-index:-1;
    top: 8px;
    right: 8px;
    bottom: 8px;
    left: 8px;
    display: block;
    padding: 8px 8px 8px 8px;
    margin: 0px 0px 0px 0px;
    line-height: 1.5em;
    background: transparent;
  }
  
} /* @media */


@media screen and ( max-width: 1023px ) {

  footer {
    background:transparent url("../../images/bg2_footer-T3L.jpg") no-repeat top right;/*##CSS_FOOTER_background2##*/
    background-color:#fff;/*##CSS_FOOTER_background-color##*/
  }

  footer img.footer {
    visibility: hidden;
    display: none;
    position: absolute;
    left: -1000px;
  }

  footer img.footer2 {
    visibility: visible;
    display:block;
    position:static;
    height: auto;
    left: none;
  }

} /* @media max-width: 1023px */

