 @page { 
	  size:21.0cm 29.7cm; 
	  margin-left:0cm; 
	  margin-right:1.5cm 
  }

  @page :left :header
  { content: decimal(pageno),,first(chapter); border-bottom:thin solid black; }
  @page :right :header
  { content: first(section),,decimal(pageno); border-bottom:thin solid black; }
  @page :left :footer
  { content: "Seite " decimal(pageno); text-align:center; }
  @page :right :footer
  { content: "Seite " decimal(pageno); text-align:center; }
  
  
.dontprint { display:none; }