/* Dieses CSS regelt die Darstellung der Unterseiten für die Druckausgabe */
/* Die Styleanweisungen sind nach folgendem Schema sortiert: Breite, Höhe, Außenabstand, Innenabstand, Ausrichtung, Schriftformatierung, Farbe, Hintergrund, Rahmen */
/* ACHTUNG! Schriftgrößen für Druckausgabe bitte in pt (Punkt) */
html { font-family:Arial, "Times New Roman", serif; font-size:100.1%; color:#000; background:#fff; margin:0; padding:0; }

a, a:link { color:#000; background:#fff; text-decoration:none; font-weight:700; }
a[href]:after { content:" <"attr(href)">"; font-style:italic; font-weight:400; } 
a[href^="/"]:after { content:" <http://www.hanfparade.de"attr(href)">"; font-weight:400; }
a[href^="#"]:after, a[href^="mailto"]:after { content:""; }

h1, h2, h3, h4, h5, h6 { padding-top:15pt; text-align:left; font-weight:700; }
h1 { font-size:16pt; padding-top:0; }
h2 { font-size:14pt; border-top:#000 solid 2pt; }
h3 { font-size:13pt; border-top:#000 dashed 2pt; }
h4 { font-size:12pt; border-top:#000 dotted 2pt; }
h5 { font-size:11pt; }
h6 { font-size:11pt; }

dt { font-weight:700; font-size:1.1em; }
dd { margin:0.25em 0 1em 0; padding:0 0 1em 1em; font-weight:400; border-bottom:#fff solid 0.1em; }

#header, #menue, #subnavi, #footer, img, .p-b-r, .p-b-l, .p-h-r, .p-h-l, .nichtzeigen { display:none; }
#content p { font-size:11pt; font-weight:400; }

