/*********************************************************************
* www.warmsroth.de  - print.css                                  *
**********************************************************************
* CSS definitions by W. Schneider / webmaster@warmsroth.de
* 10.10.2008
* (c) 2008 
**********************************************************************
*  This program is free software; you can redistribute it and/or     *
*  modify it under the terms of the GNU General Public License as    *
*  published by the Free Software Foundation; either version 2 of    *
*  the License, or (at your option) any later version.               *
*********************************************************************/

/*hide screen parts (header, footer, left and right columns, etc.) when printing*/

#pagetop { display: none; } 
#header { display: none; }
#footer { display: none; } 
#left { display: none; } 
#right { display: none; } 


html, body, div { margin:0; padding:0; text-align:left; 
font-family: Arial, Helvetica, sans-serif; 
background: #fff; color: #000;
font-size: 10pt; 
width: auto ! important; 
float: none ! important;
position: static ! important; }
