/**
 * print.css 
 *
 * Cascading Style Sheets file with styles for print design and content.
 * 
 * LICENSE: GNU General Public License Version 2
 *
 * @author		   Daniel Fuhrmannek http://danfuh.de
 * @copyright	   Daniel Fuhrmannek (c) March, 2010
 * @license		   URL to license used (http://www.gnu.org/licenses/gpl-2.0.html)
 * @license_terms  The reference to the author below the design (in the footer) and in the 
 *                 source code may not be modified or removed.
 * @template_name  DanFuh Business 02
 * @version		   0.1
 * @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 02"    ***
***                                                          ***
****************************************************************
***   DE:                                                    ***
***   Dieses ist die Cascading Style Sheets (CSS) Druckdatei ***
***   für das Website Baker Template "DanFuh Business 02"    ***
***                                                          ***
****************************************************************
***************************************************************/

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_outer {
	border: 0px;
}
#logo {
	background-color: #ffffff;
	margin-left: 160px;
	margin-bottom: 8px;
	padding-right: 475px;
	background-color: #ffb200;

}
#header_text {
	height: 10px;
}
#licenselink {
	width: 620px;
	color: #555555;
}
#licenselink a {
	color: #555555;
}
#content {
	border: 1px solid #d7d6d4;
	
}
#all_outer {
	background-color: #ffffff;
}
#menu_outer {
	border: 0px;
}


/******************************************************************************
* 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; }
#breadcrumb { display: none; }
#sidebar { display: none; }
#header_text { display: none; }
#shadow_bottom { display: none; }
#bottom { display: none; }
#top_search { display: none; }
#topmenu { display: none; }
#toplink_print { display: none; }

