/*==================================================
LILA-SE.de
Stylesheet fuer die Druckausgabe
(c) 2006 by IQment IT&Design
==================================================*/

body{
  margin: 0;
  padding: 0;
  font: 10pt "Times New Roman", Times, serif;
  color: black;
  background: transparent;
}

p {
  margin: 0 0 1em 0;
}

p+p {
  margin-top: -1em;
  text-indent: 2em;
}

h1, h2, h3, h4, h5, h6 {  
  font-weight: bold;
  margin: .75em 0 .5em 0;
  page-break-after: avoid;
}

h1{font-size:16pt;}
h2{font-size:14pt;}
h3{font-size:12pt;}

a {text-decoration:underline;}

/* #not_vis_print {display: none;} */

.not_vis_print {
	display: none;
}