@charset 'UTF-8';

* { font-family: "times new roman", times, serif; } 

/* Beim Drucken das Ziel mit ausgeben */
a[href]:after { content: " (" attr(href) ")"; }
/* Abkürzungen auch ausdrucken */
acronym[title]:after, 
abbr[title]:after { content:" (" attr(title) ")"; }

#header map, #header img, #header form { display: none; }
#footer { display: none; }

body { font-size: 12pt; color: #000; background-color: #fff; width: 100%; margin: 0; padding: 0; float: none; }

h1 { font-size: 20pt; }
h2 { font-size: 16pt; }
h3 { font-size: 14pt; }

.artikel { margin-bottom: 20pt; }
.artikel h2 { border-bottom: 1pt solid #ddd; font-size: 14pt; }
.forumhinweis { text-align: right; font-size: 10pt; color: #ddd; }
.suchbegriffe { display: none; }
.linkpdf, .detaillink { font-size: 10pt; }
p#toplink { display: none; }

