
/* - print.css - */
@media print {
/* https://test.interessenerklaerung.de/portal_css/print.css?original=1 */
div.top,
#portal-top-inGl,
#portal-languageselector,
#navi-container,
#portal-logo,
#portal-siteactions,
.hiddenStructure,
#portal-searchbox,
#portal-globalnav,
#portal-personaltools,
#portal-breadcrumbs,
#portal-column-one,
#portal-column-two,
.contentViews,
.contentActions,
.help,
.legend,
div.portalMessage,
div.portalWarningMessage,
div.portalStopMessage,
div.documentActions,
.documentByLine,
.netscape4,
#portal-footer,
#portal-colophon,
.skipnav,
.visualNoPrint,
#portal-globalLanguageSelector,
#gl_category_navigation,
.link-parent,
.poweredBy,
.commentPortrait,
#gl_header,
.contentViews_lit,
.visualNoPrint {
display: none !important;
}
.hideOnPrint {
/* */
display: none !important;
}
body {
font-family: Arial;
font-size: 8pt !important;
text-align: justify;
}
h1, h2, h3, h4, h5, h6
{
border: none;
/* */
font-size:100%;
}
h1 {
font-size:120% !important;
text-align:center;
}
h2 {
font-size:110% !important;
}
h3 {
font-size:105% !important;
}
div, p, ul, dl, ol {
width: auto !important;
}
ul, ol, dl {
padding-right: 0.5em;
}
ul {
list-style-type: disc;
margin-left: 20px;
}
.documentDescription {
font-weight: bold;
}
pre {
border: 1pt dotted black;
white-space: pre;
font-size: 8pt;
overflow: auto;
padding: 1em 0;
}
table.listing,
table.listing td {
border: 1pt solid black;
border-collapse: collapse;
}
table.listing  tr.odd td {
background: #eee !important;
}
table.listing th{    background: #ddd !important;}
a {
color: Black !important;
padding: 0 !important;
text-decoration: none !important;
}
a:link, a:visited {
color: #520;
background: transparent;
}
.boardComment {
border-bottom: 2px dotted #9C9D9F !important;
}

}

