/**
 * @css-for		print (all browsers)
 
 * @author		Andreas Lenz (Lenz KD)
 * @version		0.1
 * @date		2008-04-10
 * @see			http://www.lenz-kd.de/
 * @copyright	2003-2008 by Andreas Lenz
 */

/**
 * Allgemeine Formatierungen
 */
* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 1.5em;
}

/**
 * Unsichtbare Elemente
 */
#skipnavi, #sprache, #breadcrumb, #navi, #footer ul, .unsichtbar, .werbung, form, .oben {
	display: none;
}

/**
 * Sichtbare Elemente
 */
a {
	color: #000;
	text-decoration: none;
}
#seite h1 a {
	font-size: 1.5em;
}
h2.unsichtbar {
	display: block;
	padding-bottom: 1em;
	border-bottom: 1px solid #666;
}
h4, h5 {
	font-size: 0.9em;
}
p, li {
	font-size: 0.9em;
}
#footer p, #footer h3 {
	display: block;
}
#footer h3 {
	border-top: 1px solid #666;
	padding-top: 1em;
}
#footer a, #seite a {
	font-size: 1em;
}
#seite div.produkt img {
	float: left;
	margin-right: 0.5em;
}
#seite div.produkt h5 {
	margin-bottom: 0;
}
#seite div.produkt p {
	margin: 0 0 0.3em 0;
}
