/**
 * 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) April, 2010
 * @license		   URL to license used (http://www.gnu.org/licenses/gpl-2.0.html)
 * @license_terms  Please do not remove the references to the author.
 * @template_name  DanFuh Dark 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 Dark 02"        ***
***                                                          ***
****************************************************************
***   DE:                                                    ***
***   Dieses ist die Cascading Style Sheets (CSS) Druckdatei ***
***   für das Website Baker Template "DanFuh Dark 02"        ***
***                                                          ***
****************************************************************
***************************************************************/

body {
	background-color: #ffffff;
	background-image: none;
	padding: 20px;
}
#top {
	background-image: none;
	border: 1px solid #555;
	padding: 10px;
	margin-bottom: 15px;
	position: absolute;
	top: 20px;
	left: 20px;
}
#top, .wrapper, .content, .content_inner, .content_right {
	width: 707px;
}
#top, .content, .content_header, .content_right_inner {
	background-color: #fff;
}
.header {
	background-image: none;
	border: none;
	width: 705px;
	height: 108px;
	margin: 0 auto;
	border: 1px solid #222;
}
.header .logo {
	padding: 0 0 12px 0;
}
#header_text {
	width: 460px;
	padding: 10px 0 0 0;
}
.content {
	padding: 0px;
	margin: 0px;
	border: none;
}
.content_header, .content_right_inner, #footer, #footermenu {
	color: #000;
}
.content_header {
	background-image: none;
	border-right: 1px solid #222;
}
.content_right_inner {
	border-right: 1px solid #222;
}
.content_right h1,
.content_right h2,
.content_right h3,
.content_right h4,
.content_right h5,
.content_right h6 {
	color: #000;
	background: none;
	text-shadow: 0px 0px 0px;
}
.content_right h1 {
	padding-left: 0px;
}
#footer {
	background: none;
	border-top: 1px solid #222;
	width: 675px;
}

a, #footer a, #footermenu a {
	color: #000;
	text-decoration: underline;
}
a:hover, #footer a:hover, #footermenu a:hover {
	color: #000;
	text-decoration: none;
}
input, option, select, textarea, .inputfeld_submit_out, input[type=submit], input[type=reset] {
	background: none;
	text-shadow: 0px 0px 0px;
	color: #000;
}
.content_right blockquote, .content_right cite, .content_right address {
	background-color: #eee;
	text-shadow: 0px 0px 0px;
	color: #333;
}
.content_right img, .content_right a img {
	background-color: #fff;
}
.content_right a:hover img {
	background-color: #eee;
}

/******************************************************************************
* 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, .content_left, #breadcrumb,
#block2output, #block3output, #toplink,
#content_footer, #block4output{ 
	display: none; 
}
