﻿/**
 * 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)
 * @copyright	   Daniel Fuhrmannek (c) October, 2009
 * @license		   URL to license used (http://www.gnu.org/licenses/gpl-2.0.html)
 * @license_terms  Only to be used as a design of dupp GmbH. 
 *                 Delivery or adjustment to customers are not allowed.
 * @version		   1.0
 * @platform	   Website Baker 2.8.x
**/

body {
	background-color: #ffffff;
	background-image: none;
	padding: 5px;
}
#all_inner {
	border: 0px;
	width: 780px;
}
#header {
	background-image: none;
	background-color: #ffffff;
	height: auto;
}
#header_text {
	height: 10px;
}
#licenselink {
	width: 780px;
	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; }
#breadcrumb { display: none; }
#sidebar { display: none; }
#header_text { display: none; }
#shadow_bottom { display: none; }
#bottom { display: none; }

