/* PRINT CSS Document - JAKO Relaunch 2009 */


/* This CSS file hides unwanted elements when a page is printed out,
by overriding styles set in pagelayout.css */

body {
    font-size: 10pt;
    background: none;
}

div#searchbox, 
div#path, 
div#topmenu, 
div#sidemenu, 
div#extrainfo, 
div#footer, 
div#usermenu, 
div#logo, 
div#toolbar,
div.print,
div.steps,

{
    display: none; /* Hide elments not wanted on a printed page */
}
