/* =========================================================
navigate.de - Stylesheet für Kliniken Landkreis Heidenheim gGmbH
Datei: start_print.css
Media: print
Datum: 25. Oktober 2006
Autor: Ulf Mayer
Mail: mayer@navigate.de
Web: http://kliniken-heidenheim.de

========================================================== */

/* ===============================
   =Alles enfernen was nicht benötigt wird
=============================== */
* {
  margin: 0;
  padding: 0;
}

body {
  font-size: 100.01%;
  font-family: Arial, Verdana, Tahoma, sans-serif;
}

address {
  font-style: normal;
  margin: .5cm 0 0 0;
}

p {
  margin-top: .5cm;
}

img,
.screenreader,
div#header,
div#footer {
  display: none;
}

h1 {
  color: #000;
  font-weight: normal;
  /*border-bottom: 1px solid #3E3E3E;*/ 
  padding: 13px 0 5px 0;
  margin-bottom: 20px;
  font-size: 1.4em;
  line-height: 1em;   
}

div#container {
  margin: .5cm auto;
  width: 95%;
  font-size: .8em;  
}
