@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) print stylesheet
 * (de) Druck-Stylesheet
 *
 * @copyright       Copyright 2005-2009, 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.1
 * @revision        $Revision: 343 $
 * @lastmodified    $Date: 2009-01-19 23:41:32 +0100 (Mo, 19. Jan 2009) $
 */

/* import print base styles | Basisformatierung für Drucklayout einbinden */
@import url(/cms/common/yaml/core/print_base.css);

@media print
{
 /**
  * @section column selection
  * (en) individually switch on/off any content column for printing
  * (de) (De)aktivierung der Contentspalten für den Ausdruck
  *
  * @see     http://www.yaml.de/en/documentation/css-components/layout-for-print-media.html
  */

  .element{
/*  page-break-before:always; 
  margin:0; 
  border-top:1px solid #000;
		margin-bottom:20px; */
	}
	
   h2,h4 {clear:both;border:0px solid #000;}
   h1 h2 { width: 500px;}
   	
   p { font-size: 11px;}
   td { font-size: 11px;}
   li { font-size: 11px;}
   intro { font-size: 11px;} 
   
  .hlist ul, 
  .hlist ul.extranet, 
  .login_extranet,
  .login_extranet a,    
  .breadcrumbs,  
  #col1,
  #footer .c2, 
  #footer .c3,  
  #footer .c1 ul span { display:none; }
  
  /* body {max-width: 19cm;} */
  
  #col2 { float:right; width: 12cm; margin: 0; padding-top: 20px; border: 0;}
  #col2_content { float: right; width: 50%; margin: 0; padding-top: 20px; border: 0; clear:both;overflow: auto;}
  #col3 { float: left; margin:0px 0px 0px 0px; padding-top: 20px; border:0; position: absolute; clear:both;}
  #col3_content { max-width:60%; padding: 0px; border:0; clear:both;}
  
  #col3 ol   { max-width: 100%; }
  #col3 img {max-width: 400px;}
  
  #col 2 img {max-width: 100px;}

  #header h1 a img{ height:80px;}

  #col3_content .element img { margin-left:0px;}
 

 .hlist {
	 border-bottom:1px solid red; 
	 margin:0px;
	 }

  fieldset, img {
    border: 0 solid;
    margin: 10px;
	float:left;
	}
 
  .content_legenda {
	float:left;
	margin: 20px 0px 0px 10px;	
	width:340px;
	}
	
	
  #footer .c1 ul { 
	position:absolute;
	top:20px;
	right:0px;
	font-size:11px;	
	text-align:right;
	width:200px;
	}
	

 #footer .c1 li {line-height:1.2em;}

 .extranet .element table.sample {
	border-bottom: 1px #7FB8CA solid;
	}
 
 
 
 
/* Optional Column Labels | Optionale Spaltenauszeichnung
  #col2_content:before { content:" [ left | middle | right column ]"; }
  #col3_content:before { content:" [ left | middle | right column ]"; }
  */

  /*------------------------------------------------------------------------------------------------------*/

  /* (en) optional output of acronyms and abbreviations*/
  /* (de) optionale Ausgabe von Auszeichnung von Abkürzungen */

  /*
    abbr[title]:after, acronym[title]:after { content: '(' attr(title) ')'; }
  */

  /*------------------------------------------------------------------------------------------------------*/

  /* (en) optional URL output of hyperlinks in print layout */
  /* (de) optionale Ausgabe der URLs von Hyperlinks */
  /*
  a[href]:after {
    content:" <URL: "attr(href)">";
    color:#444;
    background:inherit;
    font-style:italic;
  }
  */
}

