/* Stylesheet f&#x00FC;r die laufende Arbeit 
   an der SVG-&#x00DC;bersetzung              */

  body {background-color: #f3f3f3;}
  
	h1, h2, h3, h4 {background-color: #f3f3f3;}
	
  div.editnote {background-color: yellow;
                 border: solid red;}
  span.editnote {background-color: yellow;
                }
  div.transnote {background-color: pink;
                 border: solid silver;}
  span.transnote, .transnote h3 {background-color: pink;}
	
  div.transheader {display: box;
                 border: solid #ccccbb; 
                 padding: 2%;
                 background: #eeeedd ;}
	
	div.transheader h1, div.transheader h2, div.transheader h4 {background: #eeeedd}