@charset "UTF-8";

/**
 * CSS Definitionen der eigenständigen Druckversion
 *
 * @copyright       Copyright 2008-2009, Libelle Sales + Services GmbH & Co. KG
 */
@media all {
  
  /**********************/
  /* HTML-Tags anpassen */
  /**********************/
  
  body {
  	font-size: 100%;
  	font-family: Arial, sans-serif;
  	text-align: justify;
  	margin: 0;
  }
  
  /* Formulare beim Druck freundlicher gestalten (EFA) */
  textarea, input[type=text] {
 	border: none;
 	border-bottom: 2px #000 dashed;
  }
  
  /* Kein Rahmen um Bilder */
  img {
  	border: 0;
  }
  
  /* Tabellen anpassen */
  table {
  	width: 95%;
  }
  
  /******************************/
  /* Layout components anpassen */
  /******************************/
  
  #col1 {
  	display: none;
  }
  
  #col2 {
  	display: none;
  }
  
  #col3, #col3_content { 
  	width: 100%; 
  	margin: 0; 
  	padding: 0; 
  	border: 0;
  }
  
  /* Footer einblenden beim Druck */
  #footer {
  	display: block;
  	font-weight: bold;
  }
  
  /* Footer-Menü jedoch ausblenden */
  #footer_menue {
  	display: none;
  }
  
  /* Zusätzliche Adressangaben einblenden beim Druck */
  #copyright-print {
	display: inline;
  }
  
  /* EfA-Symbole (AAA) ausblenden */
  .tx-efafontsize-pi1 {
  	display: none;
  }
  
  /* Page Options ausblenden */
  #pageoptions {
  	display: none;
  }
  
  /* Rootline ausblenden */
  .rootline {
  	display: none;
  }
  
}
