@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) print stylesheet
 * (de) Druck-Stylesheet
 *
 * @copyright       Copyright 2005-2008, 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.5
 * @revision        $Revision: 189 $
 * @lastmodified    $Date: 2008-05-24 08:26:23 +0200 (Sa, 24 Mai 2008) $
 */

/* import print base styles | Basisformatierung für Drucklayout einbinden */
/*@import url(../yaml/core/print_base.css);*/

/* #col1 - x
** #col2 - 0
** #col3 - 0
**
** + startpage layout configuration
*/
  #col3, #col3_content { float:none; width: 100%; margin: 0; padding: 0; border: 0; }

  #col1 { display:none !important; }
  #col2 { display:none !important; }

  #topnav { display: none !important;}
  #nav { display: none !important; }
  #teaser { display: none !important; }

  #main { background: white none !important; color: black !important; }
  .boxhead { display: none !important; }

  body {background: none !important; }

  #nav_headlinks { display: none !important; }
  #footer { display: none !important; }
  #header {display: none !important;}

  #start_col1 {page-break-after: auto; float: none; padding: 0; margin: 0; width: auto;}
  #start_col3 {page-break-after: auto; float: none; padding: 0; margin: 0; width: auto;}
  #start_col3 .startpage_banner {width: auto;}
  

  #col3_content_following { padding: 0; }

  /* print layout for events and news ajax sites */
  
  #dcmsToolbar {display: none !important;}
  .funtioncontainer {width: auto !important; margin: 0; padding: 0;}
  .newsitemcontainer, .eventsitemcontainer {page-break-after: avoid; float: none; margin: 0; padding: 0;}
  #newsitem, #eventsitem, #eventsitemdirectedit, #newsitemdirectedit, #newsitemtop, #eventsitemtop {float: none !important;}
  .newsselectioncontainer, .eventsselectioncontainer, .newsselection, .eventsselection {display: none !important;}
  #eventsitemdirectedid, #newsitemdirectedit {display: none !important;}
  #newsdetailhead,#eventsdetailhead,h1,h2,h3,h4 {page-break-before: avoid; float: none !important;}

  
  /* standart config for print layout */
  p, div.itemtext {page-break-inside: avoid;}
  .innerbox { width: auto !important; }
  ul, ol {float: none !important;}
  .directarea {float: none !important;}
  .directfile {background: none !important;}

  /* print layout configs for following pages */
  .content_head, .content_body, .content_footer {background: none !important;}
  #materialcontainer, .materialhead, .materialfoot { background: none; }

  p { color: black !important; }




  /*************************************************************
   * old print config
   *************************************************************/

  #start_rightboxes {
    float: left !important;
    width: 100% !important;
  }
  .startbox .boxhead {
    background: none !important;
  }
  .startbox .bottom {
    background: none !important;
  }
  .boxtabpanel {
    display: none !important;
  }
  .boxcontent {
    display: block !important;
    float:left !important;
    width: 100% !important;
    height: auto !important;
    border: none !important;
  }
  .innerbox {
    background: none !important;
    height: auto !important;
    padding-left: 0 !important;
  }
  .startbox {
    background: none !important;
  }
  #page_margins {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 1000000000000px !important;
  }
  .searchboxinput {
    display: none !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
  }
  .categoryboxcontent {
    display: none !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
  }
  .mediabox {
    display: none !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
  }
  .eventssearchinput {
    display: none !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
  }
  .textbox .boxhead span.boxtitle, .bilddb .boxhead span.boxtitle, .cards .boxhead span.boxtitle{
    margin-left: 0 !important;
    padding-left: 0 !important;
    color: #000 !important;
    font-weight: bold !important;
  }
  .cards {
    display: none !important;
  }
  .list_menu_list{
    display: none !important;
  } 
  .list_submenu_list {
    display: none !important;
  }


