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

/**
 * general formats
 */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 120%;
}

/**
 * none printable elements
 */
#skip-menu, #shadows-top, #contact, #navi, #shadows-bottom, hr, form, .no-print {
	display: none;
}

/**
 * printable elements
 */
#kopfzeile h1 {
	color: #000080;
	line-height: 130%;
	text-transform: uppercase;
	padding-bottom: 12pt;
	border-bottom: 1px solid #000;
}
#inhalt h1 {
	font-size: 14pt;
	line-height: 130%;
}
#inhalt h2 {
	font-size: 12pt;
}
#inhalt div.topic {
	border-top: 1px dotted #000;
	padding: 1em 0;
}
#inhalt div.topic h2 {
	margin-top: 0;
}
#inhalt img.rechts {
	float: right;
	margin-left: 10pt;
}
a {
	color: #000;
	text-decoration: none;
}
#fusszeile {
	border-top: 1px solid #000;
}
#fusszeile ul {
	padding-left: 0;
	list-style: none;
}
