/**
 * @version $Id: print.css 9765 2007-12-30 08:21:02Z ircmaxell $
 * @author Design & Accessible Team ( Angie Radtke / Robert Deutz )
 * @package Joomla
 * @subpackage Accessible-Template-Beez
 * @copyright Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved.
 * @license GNU/GPL, see LICENSE.php
 * Joomla! is free software. This version may have been modified pursuant to the
 * GNU General Public License, and as distributed it includes or is derivative
 * of works licensed under the GNU General Public License or other free or open
 * source software licenses. See COPYRIGHT.php for copyright notices and
 * details.
 */


/* ############# Druckansicht ################# */

div#small {
  width: 90%;
  }
div#wide {
  width: 90%;
  }
div#user4,
div#left,
div#right {
  display:none;
  }

h1, h2, h3, h4, h5, h6, .sectiontableheader,
.contentheading, .componentheading {
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 5pt;
  margin-bottom: 5pt;
  }
h1, .sectiontableheader {
  font-size: 13pt;
  font-weight: 900;
  }
h2, .contentheading, .componentheading {
  font-size: 12pt;
  font-weight: 900;
  }
h3 {
  font-size: 12pt;
  }
h4 {
  font-size: 11pt;
  }
h5 {
  font-size: 10pt;
  margin-bottom: 0pt;
  }
h6 {
  font-size: 9pt;
  margin-bottom: 0pt;
  }
strong, .strong {
  font-weight: bold;
  }