/* for printing we keep everything as it is for now..  */
@import url(/css/layout_header_print.css);

  .hideforprint {
    display:none;
  }
  .clMenuReg{
    display:none;
  }
  /* holds the complete page (starts just after <body> and ends just before </body> */
  #container_page {
    width:100%;
  }

  /* holds the header navi, the main image, and the primary navi */
  #container_header {
    display:none;
  }

  /* holds everything after the header */
  #container_body {
    /*border:1px solid blue;*/
  }

  /* holds the breadcrumb */
  #container_breadcrumb {
  display:none;
  }

  /* holds the content after the breadcrumb up to, but not including the footer navi */
  #container_body_main {
    width:100%;
    margin-bottom:10px;
    /*border:1px solid blue;*/
  }

  /* this is where all the meat goes.*/
  #container_body_content {
    /*border:1px solid red;*/
  }

  /* holds the advertisement */
  #container_advertisement {
    display:none;
  }

  /* holds the footer navi, and whatever is needed in the footer */
  #container_footer {
    display:none;
  }

  /* around each ad*/
  .advertisment {
    display:none;
  }
