/**
 * Project: Beispielseite ra-print online [homepage2006]
 * File: html4.printing_all.css
 *
 * Diese Bibliothek wurde von der ra-online GmbH (KurfÃ¼rstendamm 36, D-10719 Berlin) entwickelt.
 * Alle Rechte vorbehalten.
 * Bei Fragen, Hilfe oder Hinweisen wenden Sie sich bitte an unsere Serviceteam unter info@ra-online.de oder rufen Sie uns unter (+49 30) 280 43 600 an.
 * This library has been developed by ra-online GmbH (KurfÃ¼rstendamm 36, D-10719 Berlin).
 * All rights reserved.
 * For questions, help or comments contact our serviceteam and mail to info@ra-online.de or call (+49 30) 280 43 600.
 *
 * @package homepage2006
 * @link http://www.ra-online.de/
 * @copyright ra-online GmbH, 2006-19
 * @author Marco Mruk (mmruk@ra-online.de)
 * @author Stefan Janus (sjanus@ra-online.de)
 */
 

/* CSS-Definitionen für die Druckansicht [alle Browser] */

/* (Bugfix für Mozilla-basierende Browser) */ * {}

/* <# Definition der Grundelemente des Dokuments #> */
div.documentURL {
  padding-top: 1cm;
  clear: both;
  width: 17cm;
  display: block;
 }
div.documentURL hr {
  text-align: left;
  color: #333333;
  height: 1px;
  width: 1.5cm;
 }
div.documentURL p {
  font-family: 'Times New Roman', Times, serif, verdana, arial, sans-serif;
  font-size: 8pt;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  text-transform: none;
  padding-top: 0.02cm;
  padding-left: 0.4cm;
  color: #222222;
 }
