/* $Id: print.css,v 1.1 2015/02/14 14:18:14 kirakozov Exp $ */

/***************/
/* media print */
/***************/
html, body {
    background: #fff;
}

#header_zone,
#header,
#Headerbild,
#sidebarWrapper,
#main_sidebar, 
#footer_zone,
.actions,
.other_actions {
    display: none;
    visibility: collapse;
}

#main_content {
    margin:0;
}
#contentWrapper{
    width:100%;
}
#contentWrapper img {
    max-width: none;
    width: 100%;
}
#frame_zone,
#contentWrapper {
    padding-top: 0;
}
