@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(../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
  */

body * {
  line-height: 1.4em;
}

#header a#logo_deutscherobinsonliste,
#header a#logo_idi,
#header a#logo_robinsonliste,
#header p {
  display: none;
}

#header h1 {
  color: #000000;
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 0.5em;
}

#header p {
  font-size: 120%;
  font-weight: bold;
}

#col1,
#col2 {
  display: none;
}

#col3,
#col3_content {
  border:0;
  margin:0;
  padding: 0;
  width: 100%;
}

h1,
h2,
h3,
h4 { color: #000; }

h2 a.link_back,
a.edit_button { display: none!important; }

h3 {
	margin.left: 0;
    padding-left: 0;
}

table tr td { border: 1px solid #000; }

}