@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) print stylesheet
 * (de) Druck-Stylesheet
 *
 * @copyright       Copyright 2005-2010, 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.2.1
 * @revision        $Revision:302 $
 * @lastmodified    $Date:2008-12-14 11:23:55 +0100 (So, 14. Dez 2008) $
 */


/*@media print*/
@media print/*all*/
{

 /**
  * @section content selection
  * (en) individually switch on/off any content column for printing
  * (de) (De)aktivierung der Contentspalten für den Ausdruck
  *
  */

  #service { display: none; }
  #footer { display:none; }
  #minical_wrapper { display: none; }
  #map_mini { display: none; }
  #bc { display: none; }
  
 /**
  * @section content reformating
  * (en) individually switch on/off any content column for printing
  * (de) (De)aktivierung der Contentspalten für den Ausdruck
  *
  */  
  .sub_col4, .sub_col6, .sub_col8, .sub_col12 { width: 100%; height: auto; min-height: 0; margin-left: 0; margin-right: 0; }
  .csc-default, .sub_col4, .sub_col6, .sub_col8, .sub_col12, .sub_col16 { border: none; border-top: 1px solid #666; margin-top: 1em; padding-top: 1em; clear: both; }
  
  .fake_link, .more_link, .lightbox_magnifier { display: none; }
   
   #header_logo h1 { float: left;}
   #header_logo h1 img { display: none; }
   #header_logo h1 a, #header_logo h1 span { 
      font-size: 16pt; display: block; width: auto; height:auto; position:static; 
      text-indent: 0; 
   }
   
   #header_logo h2 { float: right; }
   #header_logo h2 img { display: none; }
   #header_logo h2 a, #header_logo h2 span { 
      font-size: 16pt; display: block; width: auto; height: auto;
      position: static; background: none; text-indent: 0;
   } 
   #nav { display: none;}
   #col1, #main { clear: both; }

  /* gallerie */
  .gallery a { float: left; margin-right: 1em; }
  .gallery li { display: inline; }
  .gallery ul { margin: 0; padding: 0; }
  .gallery .csc-textpic-imagewrap, .gallery .csc-textpic-imagerow { width: auto !important; }

 /**
  * @section multi-content reformating
  * (en) individually switch on/off any content column for printing
  * (de) (De)aktivierung der Contentspalten für den Ausdruck
  *
  */ 
  .cloned { display: none; }
  .anythingControls { display: none; } 
  
  /* carousel */
  .tx-jfmulticontent-pi1 .anythingSlider { width: auto !important; height: auto !important; }
  .tx-jfmulticontent-pi1 .anythingBase { width: auto !important; }
  .tx-jfmulticontent-pi1 .panel { width: auto !important; height: auto !important; }
  .tx-jfmulticontent-pi1 li.panel { display: inline; }
  .tx-jfmulticontent-pi1 ul { margin: 0; padding: 0; }
  .tx-jfmulticontent-pi1 .cloned { display: none !important; }
  
  /* tabs */
  .ui-tabs-nav { display: none; } 


}

