@media print {
body {
	background:#fff;
	font-family:Arial, sans-serif;
	font-size:90%;
}
#head, #col1, #col2 { display:none; }
#printtop1 {
	float:left;
	font-size:90%;
}
#printtop1 img { width:4.5cm; }
#printleft1 img {
	margin-top:60px;
	width:4.5cm;
}
#printlink {
	font-size:100%;
	margin-top:490px;
	text-align:right;
	float:left;
}
#mitte {
	padding-top:18px;
	margin-left:5.5cm;
	margin-right:40%;
}
h1, h2, h3, h4 { color:#000; }
#mitte .url {
	margin-top:20px;
	margin-bottom:60px;
	font-size:110%;
}
#mitte img {
	float:left;
	margin-right:20px;
}
a {
	color:#333333;
	font-weight:400;
}
acronym {
	font-weight: bold;
	text-decoration: none;
}
acronym:after {
	content: " (Acronym: "attr(title)") ";
	font-weight: normal;
	text-decoration: none;
}
abbr {
	font-weight: bold;
	text-decoration: none;
}
abbr:after {
	content: " (Abkürzung für: "attr(title)") ";
	font-weight: normal;
	text-decoration: none;
}
}
@media print {
#mitte { margin-right:0px; }
#printlink { margin-top:690px; }
}
