@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: 302 $
 * @lastmodified    $Date: 2008-12-14 11:23:55 +0100 (So, 14. Dez 2008) $
 */

@media print
{
  /*------------------------------------------------------------------------------------------------------*/
  /* add your print styles here */
#col3, #nav, #sitemap, #medienpartner, #partnerverlage, #partnerunternehmen, #copyright, .sociable, #breadcrumbs, #headerInhaltLinks, #headerInhaltRechts, #formTitle, form, #jump, #superbanner, #skyscraper, #OMSrectangle, #facebook, #fbcomment, #omsv_sky_DhtmlLayer, #oms_DhtmlLayer, oms_wp_fold1{
	display: none;
}
#col1, #col1_content{
	width: 100%;
}
	
.thumbnail, .teaserIMG{
	float: left;
	margin: 0 20px 20px 0;
}	
#main p{
	font-size: 12px;
	}
#main h3, #main h4{
	font-size: 18px;
}	
#main h2{
margin-bottom: 10px;	
}
#main .wp-caption-text, #main small{
	font-size: 10px;
}
#main .wp-caption{ margin-bottom: 20px;}
#main small{ margin: 0 0 20px 0;}
  /*------------------------------------------------------------------------------------------------------*/

  /* (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;
  }
  */
}
