@charset "utf-8";
/**
 * @site          spd-steinweiler.de
 * @media         screen
 * @section       print
 * @author        Thorsten Walk | Mediendesign <thorsten@walk-steinweiler.de>
 * @see           http://www.peter-rozek.de/publikationen/css-design-grundlage-druckversion.php#fertig
 * @lastmodified  $LastChangedDate: 2009-11-21 18:32:35 +0100 (Sa, 21. Nov 2009) $
 * @todo
 */

@media print {

body {
  background: #fff !important;
  color: #000;
  font: 12pt Georgia, "Times New Roman", serif; /* Zeichensatz auf Serifen umstellen */
  text-align: justify; /* Blocksatz */
  quotes: "\201E" "\201C" "\201A" "\2018";
}

/* Seitenbreite */
body, #seite {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

h1,
.hide-skip,
#willkommen,
#navigation,
.postmetadata,
#fuss {
  display: none;
}

a {
  text-decoration: none;
}
a:link {
  color: #000;
  text-decoration: none;
}
a:visited {
  color: #000;
  text-decoration: none;
}

h1,h2,h3,h4,h5,h6 {

}

/* Vermeidung von Seitenumbrüchen direkt nach einer Überschrift */
h1,h2,h3,h4,h5,h6 {
  page-break-after: avoid;
}

p, address, li, dt, dd {
  font-size: 100%
}

/* Zeichensatz fuer Code Beispiele */
code, pre {
  font-family: "Courier New", Courier, mono
}

ul, ol {
  list-style: square; margin-left: 18pt;
}

li {
  line-height: 1.6em;
}

a:link, a:visited {
  background: transparent;
  color: #520;
  font-weight: bold;
  text-decoration: underline;
}

/* Sichtbare Auszeichnung der URLs von Links */
/*
a[href]:after {
  content:" <"attr(href)">";
  background-color: inherit;
  color: #369;
  font-style: italic;
}
*/

/* Auszeichnung von Abkürzungen und Acronymen */
abbr[title]:after, acronym[title]:after {
  content: '(' attr(title) ')';
  background-color: inherit;
  color: #369;
  font-style: italic;
}

*[cite]:after {
  content:close-quote" (Quelle: "attr(cite)")";
}

q:before, blockquote:before {
  content:open-quote;
}

q:after, blockquote:after {
  content:close-quote;
}

#seite:after {
  content: "\ Alle Rechte vorbehalten. (c) 2009 Thorsten Walk, www.walk-steinweiler.de";
  color: #999 !important;
  font-size: 0.85em;
  border-top: 1px solid #999;
}

#inhalt .key {
  padding: 0 0.3em;
  margin: 0.1em 0;
  border-color: #ccc #666 #666 #ccc;
  border-width: 2px;
  border-style: solid;
  background-color: #e9e9e9;
  white-space: pre;
  display: inline;
  font-size: .9em;
  font-variant: small-caps;
}

} /* Ende @media print */
