/* ######################################################################################################
** ### Print-Version ####################################################################################
** ######################################################################################################
*/

/* "Yet Another Multicolum Layout" (c) by Dirk Jesse (http://www.deejay-home.de)
** 
**  CSS Print-Version V1.1 (21.11.2005)
*/

@media print 
{

body {margin:0px; padding:0px;}
#page {border:0px; }
#col1 {display:none;}
#col2 {display:none;}
#nav_main {display:none;}
#col1 {padding:5px;}
}
