/**
 * 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 03
 * @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 03"    ***
***                                                          ***
****************************************************************
***   DE:                                                    ***
***   Dieses ist die Cascading Style Sheets (CSS) Druckdatei ***
***   für das Website Baker Template "DanFuh Business 03"    ***
***                                                          ***
****************************************************************
***************************************************************/

body {
	background-color: #ffffff;
	background-image: none;
	padding: 20px;
}
#top {
	background-image: none;
	background-color: #ffc643;
	border: 1px solid #555;
	width: 620px;
	padding: 10px;
	margin-bottom: 15px;
	position: absolute;
	top: 20px;
	left: 20px;
}
#header {
	width: 620px;
	height: 108px;
	margin: 0 auto;
}
#header .logo {
	float: left;
	margin-left: 0px;
}
#header_text {
	width: 380px;
	padding: 0px;
}

#content {
	width: 620px;
	padding: 0px;
	margin: 0px;
}

#content_left{
	padding: 0;
	margin: 0;
}
#content_right {
	width: 620px;
	border: 1px solid #555;
	padding: 10px;
	position: absolute;
	top: 170px;
	left: 20px;
}
#footer {
	background: none;
}


/******************************************************************************
* EN: hide DIV-tags that are not required in the print version                *
* DE: verstecke die DIV-Tags, die in der Druckversion nicht erforderlich sind *
******************************************************************************/
#topmenu_outer { display: none; }
#breadcrumb { display: none; }
#content_left { display: none; }
#footermenu { display: none; }
#content_footer { display: none; }
#licenselink { display: none; }
#toplink_print { display: none; }
#block4output { display: none; }


