/*@media print {*/

  #bodyHeader,
  #headerSites,
  #headerLogo,
  #leftColumn,
  #contentLeft,
  #collandLogo,
  #searchBox,
  #breadCrumbs,
  #printEnMail,
  #footerExpand,
  #artikel,
  #footer ul,
  #footer span{
    display : none  !important;
    width   : 0px   !important;
  }

  h1{
    color     : #727272 !important;
    width     : 850px   !important;
    font-size : 22px    !important;
    margin    : auto    !important;
    width     : auto    !important;
    overflow  : auto    !important;
    height    : 45px    !important;
    text-align: left    !important;
  }


  .print,
  #printOnly{
    display : block !important;
  }



  #rightColumn{
    float   : left !important;
    width   : 100% !important;

  }

  #wrapper{
    top     : 0px   !important;
    width   : 100%  !important;
  }

  #headerImage{
    height  : 175px !important;
  }

  #contentContainer,
  #checklistDiv,
  #headerImage{
    width   : 100%    !important;
  }

  #checklistDiv ul{
    padding-left: 20px  !important;
    width       : 900px !important;
  }

  ul, li{
    list-style-type : square  !important;
    color           : #727272 !important;
  }

  /* hide this div and al its children */
  #ieFix,
  .inputButton{
      display       : none;
  }



    
/*}*/

