@charset "utf-8";
/**
 * @site          betze-stuermer-steinweiler.de
 * @media         print
 * @section       Druck-Style-Sheets
 * @author        Thorsten Walk | Mediendesign <thorsten@walk-steinweiler.de>
 * @lastmodified  $LastChangedDate: 2009-12-21 11:29:21 +0100 (Mo, 21 Dez 2009) $
 */

@media print {
body {
  background: #fff;
  padding: 1em;
  font-family: serif;
  font-size: 10pt;
  line-height: 1.3em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: serif;
}
h1 {
  font-size: 20pt;
}
h2 {
  font-size: 18pt;
}
h3 {
  font-size: 16pt;
}
h4 {
  font-size: 14pt;
}
h5 {
  font-size: 12pt;
}
h6 {
  font-size: 10pt;
}
img,
a img {
  border: 1px solid #000;
  ;
  padding: 0;
  margin: 0.5em;
  display: block;
}
#seite {
  margin: 0;
  padding: 0;
  width: 100%;
}
h1 {
  background-color: #fff;
  background-image: none;
  height: auto;
  text-indent: 0;
  text-align: left;
  margin-top: 0;
  line-height: normal;
}
h1 a {
  text-decoration: none;
  color: #000;
}
.feedback,
ul.hide-skip,
#seitenleiste,
h2,
.metadaten,
ul#navigation,
#nav-link,
#fuss {
  display: none;
}
.post h3 {
  margin: 0;
}
.post h3 a {
  text-decoration: none;
  color: #000;
}
.info {
  font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
  margin: 0 auto;
  margin-bottom: 1em;
  border: 1px solid #b8b8b8;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  font-size: 0.9em;
  padding: 10px;
  color: #000;
  text-align: justify;
  min-height: 28px;
}
} /* Ende @media print */
