@charset "utf-8";
/**
 * Print-Styles www.henning-interim.de
 * 
 * @author j.halitschke@sectorverde.de
 */
body {
	font: 75%/1.4 arial,helvetica,sans-serif;
	color: #000;
}
#home-link span, #lang-selector, #navigation {
	display: none;
	visibility: hidden;
}
#content ul, #content ol {
	list-style-type: disc;
	margin-left: 2em;
}
h1, h2, h3, h4, h5, h5, p, ul {
	margin-bottom: 1em;
}
#content, #content-inner, .jScrollPaneContainer {
	overflow: auto;
	width: 100%;
	height: 100%;
}

