/* 
 * CSS-Style für die Druck-Ansicht.
 * 2005 Henning Koch
 */
 
 #navigation, #head, #tail, #path
 {
 	display: none;
 }
 
 #content
 {
 	margin: 0px;
	padding: 0px;
 }
 
 h1, h2, h3, h4, h5, h6
 {
 	color: #555;
	font-weight: bold;
 }
 
 a, a:visited
 {
 	color: #933 !important;
 }
 
 #content ul
{
	list-style-type: disc;
}

#content ul li
{
	padding-left: 0px;
	background-image: none;
}

cite
{
	font-style: italic;
}

body, th, td
{
	font-family: times new roman, arial, helvetica;
	font-size: 11pt;
	line-height: 14pt;
}

pre
{
	color: #444;
}
