/**
 * print.css 
 *
 * Cascading Style Sheets file with styles for print design and content.
 * 
 * LICENSE: GNU General Public License Version 2
 *
 * @author		   Daniel Fuhrmannek (danfuh.de) - Designed for WebsiteBaker-CMS.de
 * @copyright	   Daniel Fuhrmannek (c) October, 2009
 * @license		   URL to license used (http://www.gnu.org/licenses/gpl-2.0.html)
 * @license_terms  Please leave the credit link in the footer of the template output.
 * @version		   0.2
 * @platform	   Website Baker 2.8.x
*/

/***************************************************************
************************* Print CSS ****************************
****************************************************************

****************************************************************
****************************************************************
***     _____              ______     _           _          ***
***    |  __ \            |  ____|   | |         | |         ***
***    | |  | | __ _ _ __ | |__ _   _| |__     __| | ___     ***
***    | |  | |/ _` | '_ \|  __| | | | '_ \   / _` |/ _ \    ***
***    | |__| | (_| | | | | |  | |_| | | | | | (_| |  __/    ***
***    |_____/ \__,_|_| |_|_|   \__,_|_| |_(_)___,_|\___|    ***
***    Template and Design by Daniel Fuhrmannek danfuh.de    ***
***                                                          ***
****************************************************************
****************************************************************

****************************************************************
****************************************************************
***   EN:                                                    ***
***   This is the Cascading Style Sheets (CSS) print file    ***
***   for the Website Baker Template "DanFuh Business 01"    ***
***                                                          ***
***   This Template is designed especially for the free      ***
***   german community portal WebsiteBaker-CMS.de            ***
***                                                          ***
****************************************************************
***   DE:                                                    ***
***   Dieses ist die Cascading Style Sheets (CSS) Druckdatei ***
***   für das Website Baker Template "DanFuh Business 01"    ***
***                                                          ***
***   Das Template wurde speziell für das freie              ***
***   Communityportal WebsiteBaker-CMS.de entworfen.         ***
***                                                          ***
****************************************************************
***************************************************************/

body {
	background-color: #ffffff;
	background-image: none;
	padding: 5px;
}
#all_inner {
	border: 0px;
	width: 620px;
}
#header {
	background-image: none;
	background-color: #ffffff;
	height: auto;
}
#header_text {
	height: 10px;
}
#licenselink {
	width: 620px;
	color: #555555;
}
#licenselink a {
	color: #555555;
}
#content {
	border: 1px solid #555555;
	
}

/******************************************************************************
* EN: hide DIV-tags that are not required in the print version                *
* DE: verstecke die DIV-Tags, die in der Druckversion nicht erforderlich sind *
******************************************************************************/
#menu { display: none; }
#shadow_top { display: none; }
#sidebar { display: none; }
#header_text { display: none; }
#shadow_bottom { display: none; }
#bottom { display: none; }

