/*
 * Author : HDNET GmbH & Co.KG (Eike Diestelkamp)
 * Contact : www.hdnet.de
 * File Name : lo-print.css
*/

* { font-family: Arial,Helvetica,sans-serif; font-size: 12px; background-image: none; }
h1 { font-size: 15px; font-weight: bold; }
h2 { font-size: 14px; font-weight: bold; }
h3 { font-size: 13px; font-weight: bold; }
h4, h5, h6 { font-size: 13px; font-weight: normal; }
h1 img { display: none; }
h1 span { font-size: 16px; font-weight: bold; text-decoration: underline; }


@import url("lo-main.css");

#content{ width:auto; margin:5px; padding:0px; float:none; }


/* Verstecken */
div#header, div#subheader, div#sidebar, div.breadcrumb, div#footer{
	display: none;
	visibility:hidden;
}
