@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) print stylesheet
 * (de) Druck-Stylesheet
 *
 * @copyright       Copyright 2005-2007, 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.4
 * @revision        $Revision: 130 $
 * @lastmodified    $Date: 2007-10-05 19:05:21 +0200 (Fr, 05 Okt 2007) $
 */

/* import print base styles | Basisformatierung für Drucklayout einbinden */
@import url(../core/print_base.css);

/* #col1 - x
** #col2 - x
** #col3 - 0
*/
@media print
{
  #main {width: 900x; margin-top:3em;}
  


  #col3 {display:none}
    
  #col1 {
  	width:630px;
  }
  
  
  
  #header {display:block; height: 174px; width: 900px;}
  #header img.headImg1,
  #header img.headImg2,
  #header #topnav {display: none;}
  #header #printHead {display: block;}
  #teaser {display:none}
  #nav {display:none}
  #footer {display:none;}
  #print_footer {display: none; width: 900px; }

/* ################
** ### Tabellen ###
** ################
*/ 
  #col1_content table.contenttable-1 td,
  #col1_content table.contenttable-1 th {
  	border: 1px solid #4e5155;
  }
  #col1_content table.contenttable-2 td,
  #col1_content table.contenttable-2 th {
  	border: 1px solid #A8E9F7;
  }
  #col1_content table.contenttable-3 td,
  #col1_content table.contenttable-3 th {
  	border: 1px solid #F0D1D5;
  }
  
/* ####################################
** ### FCE 3 Boxes with rounded edges #
** ####################################
*/
/* grau */
.REboxGreenContent {border-left:1px solid #ccc; border-right:1px solid #ccc;}
.rGline2, .rGline3, .rGline4 {border-left:1px solid #ccc; border-right:1px solid #ccc;}
.rGline1 {border-top: 1px solid #ccc; overflow: hidden; height: 0; max-height: 0;}
/* Grundfarbe 2 */
.REboxRedContent {border-left:1px solid #F0D1D5; border-right:1px solid #F0D1D5;}
.rRline2, .rRline3, .rRline4 {border-left:1px solid #F0D1D5; border-right:1px solid #F0D1D5;}
.rRline1 {border-top:1px solid #F0D1D5; overflow: hidden; height: 0; max-height: 0;}
/* freie Farbe */
.REboxBlueContent {border-left:1px solid #A8E9F7; border-right:1px solid #A8E9F7;}
.rBline2, .rBline3, .rBline4 {border-left:1px solid #A8E9F7; border-right:1px solid #A8E9F7;}
.rBline1 {border-top: 1px solid #A8E9F7; overflow: hidden; height: 0; max-height: 0;}
/* FCE 3 Boxes with rounded edges End */

/* #########################
** ### FCE subcoloumns #####
** #########################
*/
/**
  * @section subtemplates
  * @see     http://www.yaml.de/en/documentation/practice/subtemplates.html
  */

  .subcolumns, .subcolumns_oldgecko {
    width: 100%;
    overflow:hidden;
  }

  /* (en) alternative class for optional support of old  Mozilla/Netscape browers */
  /* (de) Alternative Klasse zur optionalen Unterstützung alter Mozilla/Netscape-Brower */
  .subcolumns_oldgecko { float:left }

  .c50l, .c25l, .c33l, .c38l, .c66l, .c75l, .c62l {float: left; }
  .c50r, .c25r, .c33r, .c38r, .c66r, .c75r, .c62r {float: right; margin-left: -5px; }

  .c25l, .c25r { width: 25% }
  .c33l, .c33r { width: 33.333% }
  .c50l, .c50r { width: 50% }
  .c66l, .c66r { width: 66.666% }
  .c75l, .c75r { width: 75% }
  .c38l, .c38r { width: 38.2% }
  .c62l, .c62r { width: 61.8% }

  .subc  { padding: 0 0.5em }
  .subcl { padding: 0 1em 0 0 }
  .subcr { padding: 0 0 0 1em }



}
