/*Print Stylesheet FM-NRW*/
body {
    background-color: #FFF;
    color: #000;
    font: 11pt, "Times New Roman", Times, Garmond, serif;
}

#head,
#breadcrumbs,
#navi,
#marginalie,
#binnennavUnten,
.pubinhalt,
.skip {
    display: none;
}
h1, h2, h3, h4, h5, h6 {
    border: none;
    font-weight: bold;
}
h1, h2, h3 {
    font-family: Helvetica, Arial, sans-serif;
}
h1 {
    font-size: 16pt;
}
h2 {
    font-size: 14pt;
}
h3 {
    font-size: 13pt;
}
h4 {
    font-size: 14pt;
}
h5 {
    font-size: 13pt;
}
h6 {
    font-size: 11pt;
}
ul { 
    list-style-type: square;
}
table,
table td {
    border: 1pt solid #000;
    border-collapse: collapse;
}
a {
    color: #000 !important;
    padding: 0 !important;
}

a:link, a:visited {
    color: #000;
    background: transparent;
    text-decoration: underline;
}
h1 a,
h2 a, 
h3 a,
h4 a, 
h5 a, 
h6 a {
    text-decoration: none !important;
}
div.artikel {
    border: solid 1pt #000;
    padding: .5em;
    margin: 0 0 .5em 0;
}
div#printOnly {
    display: block !important;
}