
/* Despite its name, this is not meant for printed media only but for print previews. */

body {background-color: white;}

div#print
{
    text-align: left;
    margin: 10px;
}
div#print * {color: black !important;}
div#print div#footer
{
    font-size: 90%;
    margin-top: 10px;
    clear: both;
}
div#print h1, div#print h2 {background: none !important;}

div#print table#offerslist {width: 100% !important;}

/*  old browsers do not skip the media selector and hide the div always
@media print
{
    div#print div#eines {display: none;}
}
*/

