@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) print stylesheet
 * (de) Druck-Stylesheet
 *
 * @copyright       Copyright 2005-2007, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.0.4
 * @revision        $Revision: 168 $
 * @lastmodified    $Date: 2007-12-15 17:28:42 +0100 (Sa, 15 Dez 2007) $
 */

/* import print base styles | Basisformatierung für Drucklayout einbinden */


/* #col1 - 0
** #col2 - 0
** #col3 - x
*/

@media print
{
  #col1 {display:none}
  #col2 {display:none}
  
  #col3, #col3_content { width: 100%; margin:0px; padding: 0px; border:0}
  
  #header {display:none;  }
	
  #header_print { display:block; width: 100% !important; margin-bottom:50px; text-align:center; }
  #header_print img {  }
  #header_print p { text-align:center; margin:20px 0; font-size: 11px !important; }

  body { font-size: 12px; margin-left:20px; }
   
.only_print {
    display:block;
  }

  #footer {display:none; margin-top:0; }

  #breadcrumbs { display:none; }
  /* (en) Disable background graphics of links  */
  /* (de) Abschalten evlt. vorhandener Hintergrundgrafiken zur Linkkennzeichnung */
  #main { margin-left:30px; }
  #page a[href^="http:"], #page a[href^="https:"]
  {
    padding-left: 0;
    background-image:inherit ;
  }

  /* (en) Enable URL output in print layout */
  /* (de) Sichtbare Auszeichnung der URLs von Links */
  a[href]:after {
    /* (content:" <URL: "attr(href)">"; */
    content:inherit;
    color:#000;
    background:inherit;
    font-style:normal;
  }
  a {	color:#000; }
   ul.arrow li, li.arrow, ul.arrow li.arrow, li.mail { 
				background:url(../../../images/default/M_images/arrow.gif) no-repeat 1px 4px;
				margin-left:0; padding-left:0;	
			}
			li.mail a{
	padding-left:0;
	content:" ("attr(href)") ";
	}	
	.buttonheading, .contentpaneopen_edit { display:none; }
}