/**
 * Print Stylesheet
 *
 * @function	Default screen stylesheet for all printers
 * @framework	by Moritz Gießmann
 */


/**
 * @section Reset
 * ----------------------------------------------------------
 */

* {
	background:#ffffff none !important;
	color:#000000!important;
	position:static!important;
	-webkit-box-shadow:0 0 0 #fff!important;
	-moz-box-shadow:0 0 0 #fff!important;
	box-shadow:0 0 0 #fff!important;
	text-indent:0!important;
}

body {
	font-size: 8pt!important;
	line-height:1.4!important;
	font-family:Arial, Helvetica, sans-serif!important;
}

/**
 * @section Elements To Hide
 * ----------------------------------------------------------
 */

.skiplinks,
.nav,
noscript,
.breadcrumbs,
.global-nav,
form,
.sidebar,
.footer {
	display: none!important;
}

/**
 * @section Reformatting
 * ----------------------------------------------------------
 */

.container {
	width: auto!important;
	margin: 0 2%!important;
	padding: 0!important;
	border: 0!important;
	float: none !important;
	color: black!important;
	background: transparent none!important;
	font-size:8pt;
}

h1, h2, h3, h4, h5, h6 { font-weight:bold; margin:0.6cm 0 0.1cm!important; line-height:1.3em; }

h1 {font-size:16pt!important;margin-bottom:0.5cm}
h2 {font-size:14pt!important}
h3 {font-size:12pt!important}
h4 {font-size:11pt!important}
h5 {font-size:10pt!important}


a:link, a:visited {
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	color:#000;
}

img {
	border:none!important;
}
