/**************************************************************************
 * @desc	onebigpark.at Print Stylesheet
 * @file	layout.css
 * @author	Alexander Dick 
 */
 
@import url(/includes/css/print/layout.css);

div#printHead {
	display: none !important;	
}

body {
	color: #000;	
}

/* pdf sachen */
div#pdfHead {
	background: url(/images/layout/header/head_pdf.gif) no-repeat top left;
	width: 100%;
	height: 65px;
	color: #000;
	position: fixed; 
	top: -30mm; 
	left: 0;
	text-align: left;
}

div#pdfFoot {
	/*
	background: url(/images/layout/header/foot_pdf.gif) no-repeat top left;
	*/
	width: 100%;
	height: 25px;
	color: #000;
	position: fixed; 
	bottom: -10mm; 
	left: 0;
	text-align: right;
	padding: 5px 5mm 0 0;	
}