/* spezielle Einstellungen fuer die Druckausgabe */

/* Anker */
h1[id]:after, h2[id]:after, h3[id]:after, h4[id]:after {
	content: ' #'attr(id);
}
/* evtl. noch Code fuer weitere exponierte Teile hinzufuegen, z.B.
 * Bilder oder so.
 */
h1 a[name]:after, h2 a[name]:after, h3 a[name]:after, h4 a[name]:after {
	content: ' #'attr(name);
}

/* Hyperlinks */
a[href]:after {
	content: ' <'attr(href)'> ';
}

/* Zitate */
blockquote[cite]:after, q[cite]:after {
	content: ' (Quelle: 'attr(cite)') ';
}

abbr, acronym, dfn {
	border: none;
}

li {
	list-style-type: disc;
}

/* versteckte Elemente */
.heading p {
	display: none;
}
#ariadne { display: none; }

