@charset "UTF-8";


@media print
{
  body, #pagemargin, #page, #main {margin:0; padding: 0; border: 0;}
  #pagemargin, #page {width: 100% !important; min-width:0; max-width: none}
  #header {height: auto}

  body * {font-family: Verdana, Geneva, Arial, helvetica, sans-serif; }
  body {
    font-size: 10pt;
    background: #fff;
    color: #000;
  }

  img {
    border: none;
  }
  
  a {
    border: none;
    text-decoration: none;
  }

  /* (de) Vermeidung von Seitenumbrüchen direkt nach einer Überschrift */
  h1,h2,h3,h4,h5,h6 { page-break-after:avoid; }
  
  /* (de) Sichtbare Auszeichnung der URLs von Links */
  a:after,
  a[href]:after {
    content: " <URL: "attr(href)">";
    color:#444;
    background:inherit;
   	font-size: 80%;
   	text-decoration: none;
  }

	.floatbox_left {
	  float: left;
	  margin: 0 1em 0.7em 0;
	}
	
	.floatbox_right {
	  float: right;
	  margin: 0 0 1em 0.7em;
	}
	
	 .floatbox_right, .floatbox_left {
		display: none; 
	  }

  
  #main h2 {
	text-align: center;
	font-size: 140%;
	text-decoration: none;
	font-weight: bold;
  }

  #main p.foottext {
	padding-top: 0.7em;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
  }

}

#disclaimer {
	display: none; 
}
