/* Style for the all.htm file; to be used in "print" mode
 *
 * Author: Bert Bos, Klaus Birkenbihl
 * Style for print mode, to use page breaks */

body {padding: 0; font-size: 11pt}

hr.screen {display: none;}

h1 { margin-left: 14%; margin-top: 0%; padding-top: 1em;}

h1.twoline {padding-top:0em;}

h1.sect {font-size: 30pt; font-weight: bold; text-align: center; vertical-align: middle;
    margin-left: 10%; margin-top: 10%; margin-bottom: 10%; margin-right: 10%;
		padding-top: 1%; background-color: #ffff00;}  

img.letterhead { position: fixed; bottom: 5em; right:4.5%;
	 margin: 0; padding: 0.5%; height: 2em;
         background-color: #ffffff; z-index: 4}

.signature { position: fixed; bottom: 5.5em;
	 margin: 0; padding: 0.5%; height: 3em;
         background-color: #ffffff; z-index: 4; 
         left: 8%; width: 55%;
   	 border-top: solid thin;
	 padding: 1px; 
   	 font-size: 80%;}
	 
/* .signature {display: none } */
span.letterhead {display: none }

div.page:after { content: "Folie: " counter(h1); counter-increment: h1;
          color: red; font-size: 80%; font-weight: light; 
          display: block; text-align: right;
  	  margin-top:2cm;}
div.sect{ page-break-before: always;}
div.page{ page-break-before: always;
          margin-top: 3em; margin-left: 3em; 
	  margin-right: 3em; margin-bottom: 2em;
	  border: 0.1em ridge gray; display: block;
          padding: 1em;}

div.text {  background-color: #ffffff;}

div.note { page-break-after: always;  /* page-break-inside: avoid; */
	 font-size: 10pt;}

div.note:before { content: "Folie: " counter(h1);
          color: blue; font-size: 100%; font-weight: bold; 
          display: block; text-align: left; margin-top: -3em}

.printonly {display: inline}
				 
