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

/**
 * visible elements
 */
#header {
	border-bottom: 1px solid #000;
	padding-bottom: 2em;
}
#content {
	padding: 2em 0;
}
#footer {
	border-top: 1px solid #000;
	padding-top: 1em;
}
a {
	color: #000;
	text-decoration: underline
}
h1 a {
	text-decoration: none;
}
#footer h5 {
	font-size: 1em;
}
#footer ul {
	list-style: none;
	padding-left: 0;
}

/**
 * invisible elements
 */
#skip-navi, #navigation, .top {
	display: none;
}
