/* CSS Document */
@page {
size: auto;
margin: 1cm;
}

*{ 
font-family:Arial,"Times New Roman", Times, serif !important;}

h1, h2, h3{
	font-size:12pt;
	margin-bottom:11pt;}
h2{
	font-size:11pt;}	
p, table,h3{
	font-size:10pt;
	margin-bottom:10pt;}

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://www.sewo.de " attr(href) ">) ";
}

#menu{display:none;}