/* @override 
	http://www.stallkamp.local/sites/all/themes/yaml_simple/css/print/print_003.css?x */

@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) $
 */

@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
  */

  #col1 { display:none; }
  #col2 { display:none; }
  #col3, #col3_content { width: 100%; margin:0; padding: 0; border: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;
  }
  */
  #site-logo { margin: 0 auto; text-decoration:none; border:none;}

  h1,h2,h3,h4,h5,h6 {border:none; background:none; color:black; page-break-after:avoid; }

  #col3_content .content, .subcolumns{ page-break-before: avoid; page-break-inside: avoid;}

  .clflex,  #col3_content .content {
    margin: 0 15px 0px !important
  }

  h2 {
    border-bottom:#000 1px solid;
    font-size:160%;
  }
  h3 {
    border-bottom:#000 1px dotted;
  }

  h3 a,h4 a,h5 a,h6 a,
  h3 a:focus,h4 a:focus,h5 a:focus,h6 a:focus,
  h3 a:visited,h4 a:visited,h5 a:visited,h6 a:visited,
  h3 a:active,h4 a:active,h5 a:active,h6 a:active {
    background: none;
    padding:0;
  }

  ul, ol, dl { line-height: 1.5em; margin: 0 0 1em 0.5em; }
  ul li { list-style-type: square; padding:0; margin-left:1.5em; }
  .node ul li, #ckEditor ul li {
    background: none;
  }
  .meta, #block-user-1, .messages, .metahead, #l10n-client {
    display:none;
  }

  /* (de) Subcolumns: flex | 200px */
  .clflex {
  	margin-right:229px;
  }
  .crfix {
  	float: right !important;
  	width: 219px;
  }
  /* (de) Subcolumns: 200px | flex */
  .clfix {
  	float: left !important;
  	width: 219px;
  }
  .crflex {
  	margin-left:229px;
  }

  .subcl {
    padding-left: 3px;
  }


  .bigsidethumb .clflex {
    margin-right: 329px;
  }
  .bigsidethumb .crfix {
    width: 319px !important;
  }
  .bigsidethumb .clfix {
    width: 319px !important;
  }
  .bigsidethumb .crflex {
    margin-left: 329px;
  }

  .content_right {
    float: right;
  }
  .content_right div {
    width: 200px;
    position: relative;
  }

  .flexible .crfix {
    width: auto !important;
    margin-left:20px;
  }
  .flexible .clflex {
    width: auto !important;
    margin: 0;
  }

  .flexible .clfix {
    width: auto !important;
    margin-top: 3px;
  }
  .flexible .crflex {
    width: auto !important;
    margin: 0;
  }

  .imglist .field-item, .view-Produkte .field-item, .view-Products .field-item, .statistics_counter, .links.inline {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none);
    padding:1px;
    border: 0px #ccc solid;
  }

}

