/* Style-Sheet für den Druck von Dokumenten */

#top, #sidebar  { 
display:none !important;}

body {
 font-family:"times new roman",times,serif;
 text-align:justify;
} 

body, #main, #content, .column, #articletext, #footer {
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

a:after, a:link:after  { 
color: #000000;
background-color:transparent; 
content: " * Link " attr(href) "* "; }
}
a:visited:after {
color:#000000; 
background-color:transparent;
content: " * Link " attr(href) "* "; }

page-break-after:always;
page-break-before:always;
page-break-after:avoid;
page-break-before:avoid;