/* SVN FILE:   $Id: print.css 199 2011-09-02 14:27:46Z j.mueller $
 * SVN HEADER: 1.1
 ***
 * $title           Gutachterausschuss Internet Layout Druckversion
 *
 * $description
 *   Test
 *   Text
 *
 * $author          j.mueller
 * $copyright       babiel GmbH
 * $version         $Revision: 199 $
 * $modifiedby      $LastChangedBy: j.mueller $
 * $lastmodified    $LastChangedDate: 2011-09-02 16:27:46 +0200 (Fr, 02 Sep 2011) $
 * $filesource      $URL: http://svn.babiel.com/ITK/Projekte/Gutachterausschuss/HTML-Prototyp/includes/css/print.css $
 * $keywords        Druckversion, Layout, Style, Inhalt
 * $require         -
 *
 */

 
 
* {
    float: none;
}

a, a img {
    border: none;
    text-decoration: none;
}
 
body {
  font-family: Arial, Helvetica, sans-serif;
  color: black;
  font-size: 12pt;
  line-height: 140%;
}

.skip, #naviWrap, #banner, p.toplink, #bereichsNavigation, h1.hidden
{
    display: none;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    page-break-inside: avoid;
    page-break-after: avoid;
}