/*
	CSS Document: print.css
	Version: [PROJECT-VERSION] | Date: [PROJECT-DATE]
	Project: [CLIENT-DOMAIN]
	Author: websLINE, 2010
	-------
*/


/* ALLES WAS WEG SOLL :-) */

#header, #contentLeft, #footer,
#fontsizer, #breadcrumbs, #socials {
	display:none;
	}


/* VORLAGE */

body {
	width:auto;
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	background:none;
	}
#dContent {
	font-size: 85% !important;
	}
#wrapper, #content, #contentRight, #article {
	width:100%;
	background:none;
	padding:0;
	margin:0;
	float:left;
	}
#article {
	padding-top: 100px;
	}
#printheader {
	display: block;
	}