/*********************************************************************
* www.la-vioe-suisse.ch  - lv_print.css                                  *
**********************************************************************
* CSS definitions by W. Schneider / webmaster@la-voie-suisse.ch 
* 22.02.2006
* (c) 2006
**********************************************************************
*  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 the left column when printing*/
#leftcol {display: none;} 
#outer {border-left: 0px;} 

/*hide the right column when printing*/
#rightcol {display: none;} 
#outer {border-right: 0px;} 

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; }

