/**
 * $Id$
 *
 * CSS definitions used for print output.
 *
 * Author: Claudio Felber (claudio.felber@perron2.ch)
 * Created: 2008-02-23
 *
 * Copyright (c) 2008, Perron2 GmbH, All Rights Reserved.
 */

@import "content.css";

#header, #sidebar, #search, #helpers, #footer, #imprint, div.collapse,
div.buttons, button, a.button, input.button, .shadow_left, .shadow_right, .bookinfo {
    display: none !important;
}

#content {
    width: 600px;
    margin-left: auto;
    background-image: url(../pictures/frame/section_background.png);
}

h1 {
    background-image: url(../pictures/frame/section_background.png);
    background-color: white;
}

div.section.even {
    background-color: white;
}

div.section {
    overflow: visible;
}

div.section.collapsible {
    overflow: hidden;
}

#content_footer {
    height: 1px;
    width: 600px;
    background-image: url(../pictures/frame/section_background.png);
    overflow: hidden;
}
