/* 
Title:		print styles
Author:		mail[at]hidave[dot]de
*/

body {
	width: 100%;
	margin: 0;
	font-family: Arial, sans-serif;
	font-size: 9pt;
	line-height: 14pt;
	}
#logo {
	position: absolute;
	left: 110px;
	top: 140px;
	z-index: 1;
	text-indent: 0;
	padding: 0;
	background: transparent;
	}
#logo img a{
	color:#fff;
	}
	
#sitewrap {
	margin: 200px 110px 0 110px;
	padding: 0;
	border: 0;
	float: none !important;
	color: black;
	background: transparent;
	}
h1,
h2,
h3,
h4 {
	font-weight: normal;
	line-height: normal;
	color: #222;
	}
h1 {
	font-size: 18pt;
	}
h2,
h4 {
	font-size: 13pt;
	}
h3 {
	font-size: 12pt;
	}
	
	}
p {
	margin: 5pt 0 5pt;
	padding: 0;
	}
ul {
	margin: 0;
	padding: 0 0 0 15px;
	}
span.hi {
	font-weight: bold;
	}
a.bighref,
.bigred {
	font-size: 16pt;
	}
.icon-claim {
	margin: 20px 0 0 0;
	}
.refwrap {
	margin: 25px 0 15px 0;
	}
.refwrap img {
	float: left;
	}
.reftxt {
	padding: 0 0 0 117px;
	}
#footer {
	margin: 25px 0 0 0;
	}
#nav,
#subnav,
#sidebar,
#contactform {
	display: none;
	}
a img {
	border-width: 0;
	}
a:link,
a:visited {
	color: #ddd;
	}
/* print URLs after link text */
#content a:link:after,
#content a:visited:after {
	content: " (" attr(href) ") ";
	}