@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(../../core/print_base.css);

@media print
{

/*
  body { background: transparent none repeat; padding: 20px 10% 0 10%; }
*/
  /* Layout Alignment | Layout-Ausrichtung */
/*  .page_margins { margin: 0 auto; }
*/
  /* Layout Properties | Layout-Eigenschaften */
/*
  .page_margins { width: auto; background: transparent none; }
  .page { padding: 0 0px 0 0px;  background: transparent none;}
  #header { display: none; }
  #headerzeile { display: none;   }
  #topnav { display: none; }
  #nav { display: none;}

  #main { margin: 10px 10px; padding-top: 0px; background: #fff none; }
  #teaser { float: none; width: 100%; padding: 0; margin: 0;}
  #footer { padding: 10px 0px 30px 0px; color: #357445; background: #fff none ; border-top: 1px solid; text-align: center;}
  #footer .footnav, #spendenraumgr, #spendenraum, #spendenraumkl { display: none; }
*/

 /**
  * @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
  */

/*
  #col1 {display:none; float:none; width: 100%; margin: 0; padding: 0; border: 0;}
  #col2 { display:none; }
  #col3 {float:none; width: 100%; margin:0 ; padding: 0; border: 0; }
*/


  /* Optional Column Labels | Optionale Spaltenauszeichnung
  #col1_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;
  }
  */
  
/*
  .vlist {
    width: 100%;
    overflow: hidden;
    margin: 1em 0 1.5em 0;
    list-style-type: none;
    border-bottom: none;
    min-height: ;
  }
  
  #teaser h1 {
   	position: relative;
  	bottom: ;
  	left: ;
    color:#383939;
    line-height: 1.3em;
  }

  #teaser span {
    color:#383939;
  }

  #main div.boxgelb {
  	margin: 2em -13px 2em -13px;
  	background-color: #FDF6E8;
  	padding: 13px 13px 0 13px;
  }
  #main div.boxgelb table {
  	margin-bottom: 0;
  }
  
  #main p a.button{
		display: none;
	}
*/
	
  #main input.text { padding: 10px; } /* border-top: none;  border-right: none; border-left: none */
  
}
