/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
| Print-Stylesheet für www.herzenssterne.de
| fasc | 2009-08-16
| 
| Inhaltsverzeichnis:
| - ==hide            Elemente verstecken
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==hide */
  
#header {
  display: none;
}

#header-print {
  border-bottom: 1px solid #666;
  margin-bottom: 30px; padding-bottom: 15px;
}

#main {
  padding-top: 0 !important;
}

#anschreiben a {
  display:none;
}