/*
Print stylesheet for ddc-deutsch.de
Author: Lars Svensson (l.svensson@d-nb.de)
Last changed 13.11.2006 by Marcus Klein (m.klein1@d-nb.de) 
*/

body
{
	font-size:12pt;
}

/* don't show the menu */
#menu
{
	display:none;
}

/* don't show the footer, either */
#footer
{
	display:none;
}

#pageinfo
{
	display:none;
}

/* the authorlink should, however, be visible */
#pageinfo>a.authorlink
{
	display:inline;
}

#content
{
	width:95%;
}

a:link, a:visited
{
	background-color:white;
	color:#09c;
}

/* We print all the hrefs out */
#content a:link:after, #content a:visited:after
{
   content: " (" attr(href) ") ";
   font-size: 90%;
}

/* Except in the summary tables */
#content .summary a:link:after, #content .summary a:visited:after
{
	content:"";
}
