<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Datei: print.css
Verwendung: Stylesheet Print
Autor: insyma (VELS)
Edit: 01. Mai 2007
*/

* {
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
}
body {
	font-size: 8pt;
	background: #FFF;
	color: #333;
	line-height: 1.7;
}
fieldset {
	border: none;
}
a {
	color: #1C47CA;
}
h2 {
	margin: .5em 0;
}
h3 {
	margin: .5em 0;
}
h4 {
	margin: .5em 0;
}
div#search, 
ul#headernavi, 
img#head-banner, 
div#navigation, 
div#foot,
div#sidebar, 
div#head p#trusted-shop, 
div#head p.promolink, 
div#breadcrumbs {
	display: none;
}

div#head p#logo {
	font-size: 150%;
}
div#head p#logo img {
	border: none;
}
</pre></body></html>