/*
	http://www.insignia-regis.de/printout.css
	für browser, die mit druckvorlagen umgehen können
	printout.css
	(c)(P)2003 media++, Karlsruhe
*/
@media print {
html, body {
	margin:0cm;
	padding:0cm;
}
html, body,
#pgHead, #Container, #pgFoot,
.bcTop, .bcBottom {
	clear:both;
	float:none;
	background-color:transparent;
	background-image:none;
}
body, p,div, th,td, dt,dd, ul,ol,li,
h1,h2,h3,h4, .headline,
p, address {
	color:#000000;
	font-family:Georgia,Palatino,"Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	text-shadow:none;
	}
a, a:link, a:visited {
	color:#000000;
	font-size:1em;
	text-decoration:none;
	text-shadow:none;
	}

.noprint { display:none; }
#signaturen img { display:none; }
#signaturen span { display:inline; }

#irLogo { /* nur wenn bg-images auch gedruckt werden */
	display:none;
	top:0cm;
	left:0cm;
	z-index:100;
	width:100%;
	height:50px;
	background-image:url(ir_bw.gif);
	background-repeat:no-repeat;
	background-position:top center;
}
#lilie, #irLogo a, #irLogo img { display:none; }

#Container {
	position:relative;
	display:block;
	top:0;
	left:0cm;
	margin:3.5em 0cm;
	padding:0cm;
	color:#000000;
}

#backNavQueen, #navTop, #navLeft { display:none; }
#pgFoot { position:relative; margin:0; padding:0; }
#pgFoot img { display:none; }
.bcTop    { display:none; }
.bcBottom { color:#000000; text-align:left; font-size:80%; }
address { text-align:left; margin:0; padding:0;}
/* links rausnehmen */
address a { display:none; }
/* ausser die mit copyright */
.cpy a { display:inline; }
.cpy a:after {
	content: ' (' attr(href) ')';
	font-weight:normal;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	}

}
