/**********************************************************\
' Name     : print.css
' Purpose  : Print Stylesheet
' Created  : 2007-08-10
' Modified : 2007-09-24
' Comment  :
\**********************************************************/


/* GENERAL */

html, body { background:none; }
/*a:link, a:visited, a:active, a:hover { text-decoration:underline; }*/


/* FRAMEWORK */

div#framework { background:none; }
div#frame_top_banner { display:none; }
div#frame_top { display:none; }
div#frame_mainmenu { display:none; }
div#frame_submenu { display:none; }
div#frame_middle { width:auto; margin-top:0px; }
div#frame_middleright { width:auto; }
div#frame_left { display:none; }
div#frame_centerright { width:auto; }
div#frame_center { }
div#frame_right { display:none; }
div#frame_right_banner { display:none; }
div#frame_bottom { display:none; }

div.leftcenterright_bg { background:none; }
div.test_frame_right { display:none;}

/* CONTAINERS */

div.article_articlelist { display:none;}
div.container_article div.print { display:none; }
div.container_article_footer { display:none; }


/* OTHER */

embed { display:none; }
object { display:none; }