/**
 * @css-for		print (all browsers)
 
 * @author		Andreas Lenz (Lenz KD)
 * @version		1.0
 * @date		2009-03-05
 * @see			http://www.lenz-kd.de/
 */
 
/**
 * general formats
 */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 1.3em;
	color: #000;
}

/**
 * visible elements
 */
#kopfzeile {
	padding-bottom: 2em;
	border-bottom: 1px solid #000;
}
#inhalt {
	padding: 2em 0;
}
#fusszeile {
	padding-top: 2em;
	border-top: 1px solid #000;
}
a {
	color: #000;
	text-decoration: none;
}
#kopfzeile h1 {
	font-size: 20pt;
}
#inhalt h1 {
	font-size: 18pt;
}
#inhalt h2 {
	font-size: 14pt;
}
#inhalt h3 {
	font-size: 12pt;
}
#fusszeile ul {
	list-style: none;
	padding-left: 0;
}

/**
 * invisible elements
 */
.unsichtbar, #kopfzeile ul, #bild, #navi, #subnavi {
	display: none;
}