@charset "utf-8";
/**
 * @css-for		print (all browsers)
 
 * @author		Andreas Lenz (Lenz KD)
 * @version		1.0
 * @date		2010-10-07
 * @see			http://www.lenz-kd.de/
 */


/**
 * non-printable elements
 */
#skip-navi, #main-navi, #top-link, #footer h3:last-of-type, #social-bookmarks, #contact li:last-child {
	display: none;
}

/**
 * printable elements
 */

/* global formats */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 130%;
	color: #000;
}

/* elements in the header container */

#header h1 {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 26pt;
}
#header a {
	color: #396c9e;
	text-decoration: none;
}
#content {
	margin: 22pt 0;
	padding: 11pt 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

