/* Print */
* {
background:none;
}
div.top,
div.print,
ul#topnav,
ul#mainnav,
#logo{
display:none;
}
#contentbox { 
  margin-left:0px;
}
/* Link Def. */
a, a:visited, a:hover, a:visited:hover {
  color: #000;
  background: transparent;
  text-decoration: none;
}
a:link:after, a:link:visited:after {
  content: "(Link auf <" attr(href)">) ";
  font-size: 76%;
  color: #999;
  background: transparent;
}
a[href^="/"]:link:after {
  content: "(Link auf <http://style-sheets.de " attr(href)">) ";
}