@charset "utf-8";
/* CSS Document */

@media print {
	body {
    margin: 0;
    color: #000;
    background-color: #fff;
	 page-break-after: avoid;
            page-break-before: avoid;
			overflow:auto
  }
	header nav{display:none; margin:0.5cm 0 0 0}
		div#ivc-main-nav-actions {display:none; margin:0}
		div.ivc-page-hero{margin:0; padding-top:0}
	footer, aside {display:none}
	div.ivc_subnavigation {display:none}
	div.top-notification {display:none}
	div.ivc-breadcrumbs{display:none}
	section#ivc-sub-navigation{display:none}
	footer.site-footer {display:none; margin:0}
/* Setting content width, unsetting floats and margins */
/* Attention: the classes and IDs vary from theme to theme. Thus, set own classes here */
#content,#page {
width: 100%; 
margin: 0; 
float: none;
}
/** Setting margins */       
@page { margin: 0cm }

/* Set font to 16px/13pt, set background to white and font to black.*/
/* This saves ink */
body {
/*font: 13pt Georgia, "Times New Roman", Times, serif;*/
font-size:13pt;
line-height: 1.3em;
background: #fff !important;
color: #000;
}
h1 {
font-size: 24pt;
}
h2, h3, h4 {
font-size: 14pt;
margin-top: 25px;
}

div#page {margin:0}
}