/*
 * Author : HDNET GmbH & Co.KG (Tim Lochmüller)
 * Contact : www.hdnet.de
 * File Name : 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("print_FILES/style.css");

#content{ width:auto; margin:5px; padding:0px; float:none; }
#content_inside { margin:0px; padding:0px; }

/* Verstecken */
div#header, p.breadcrumb, div#left_sidebar, div#right_sidebar, div#top_part, div#footer{
	display: none;
	visibility:hidden;
}