@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) print stylesheet
 * (de) Druck-Stylesheet
 *
 * @copyright       Copyright 2005-2008, 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.6
 * @revision        $Revision: 202 $
 * @lastmodified    $Date: 2008-06-07 14:29:18 +0200 (Sa, 07 Jun 2008) $
 */

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

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

@media print
{
	#col1 { display:none; }
	 /*adresse soll trotzdem angezeigt werden*/

  #col2 { display:none; }
  #headerrechts {display:none; }
  #footerartemed{display:none; }
  

   body * { font-family:"Arial", Arial; }
  code, pre { font-family:"Arial", Arial; }
  
  
 #headerwrapper{
 	width: 100%;
 }
  #navtop{margin-bottom:10px;}
  #breadcrump,#breadcrump_content{ float:left;width: 100%; margin:0px 0px 0px 0px; padding: 0; border:0px solid orange; }
  #col3{ width: 90%; margin:0; padding: 0; border-top:2px solid black; background-color:white;}
  #col3_content{ width: 100%; margin:0; padding: 0; border:0px solid green; background-color:white;}
  
  #content{ width: 100%; margin:0; padding: 0; border:0px solid red; }
  #contenthome{width:100%; padding-top:10px;border:0x solid orange;}
  #contenthomeoben{width:100%;height:400px;  border:0px solid yellow;margin-bottom:10px;}
  #contenthomeobenlinks{width:60%;border-right:0px;border-bottom:0px solid red}
  #contenthomeobenrechts{width:40%;text-align:right;border-bottom:0px solid blue;background-color:white;}
  #contenthomeobenrechtsoben{border-bottom:0px solid blue;background-color:white;}

  #contenthomeobenrechtsunten{height: auto;border-bottom:0px solid blue;background-color:white;}
  #contenthomeunten{width:100%;height:500px;border-top:2px solid black;}
  #contenthomeuntenlinks{width:60%;border-right:0px;}
  #contenthomeuntenrechts{width:40%;text-align:right;border:0px solid blue;}
  #contenthomeuntenrechts img{width:60%;height:60%;text-align:right;border:0px solid blue;}

  #contenteinespalte{ width: 100%; margin:0; padding: 0; border:0px solid blue; }
  #footerprint{display: inline; width:100%; text-align: left;padding-top:20px;}
  
  /* (en) Enable URL output in print layout */
  /* (de) Sichtbare Auszeichnung der URLs von Links werden nicht angezeigt*/
  a[href]:after {
    content:"";
    color:#444;
    background:inherit;
    font-style:italic;
  }

h2 {font-family:  Arial, Verdana, Helvetica, sans-serif; font-size: 100%;}



}
