@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(./print_base.css); */

/* #col1 - x
** #col2 - 0
** #col3 - 0
*/
 @media all
{
  #col1, #col1_content { float:none; width: 100%; margin: 0; padding: 0; border: 0; }

  #col2 { display:none !important; }
  #col3 { display:none !important; }
  #topnav { display: none !important;}
  #nav { display: none !important; }
  #col1_content .c25l { display: none !important; }
  #nav_headlinks { display: none !important; }
  #col1_content .c75r {width: 100% !important; float: left !important; }
  #footer { display: none !important; }
  #col1_content .c66l {
    float: left !important; width: 100% !important;
  }
  #header {
    display: none !important;
  }
  #col1_content .c33r {
    float: left !important; width: 100% !important;
    margin-left: 15px !important;
  }
  #start_rightboxes {
    float: left !important;
    width: 100% !important;
  }
  .startbox .boxhead {
    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;
  }

}
