@media print {
  body * {
    visibility:hidden;
  }
  .content, .content * {
    visibility:visible;
  }
  .content {
    position:absolute;
    left:0;
    top:0;
  }
}
h1, h1.right, h1.texthead, h1.startseite
		{
  		color: #000000;
  		font-family: Arial, Helvetica, sans-serif;
  		font-style: normal;
  		font-size: 18pt;
  		font-weight: normal;
		}
	
h2
		{
  		color: #000000;
  		font-family: Arial, Helvetica, sans-serif;
  		font-style: normal;
  		font-size: 15pt;
  		font-weight: bold;
		}
		
body, div, h3, h4, h5, a, td
		{
  		color: #000000;
  		font-family: Arial, Helvetica, sans-serif;
  		font-style: normal;
  		font-size: 12pt;
  		text-decoration: none;
		}		

