/*
	a stylesheet for printing .. some css2 goodies too
*/


	body {
		font-family: arial, verdana, sans-serif;
		background: white;
		border:0px;
	}
	#noframes 			{ display:none; }
	#printheader 		{ display:block; }
	#printbutton 		{ display:none; }
	.langswitch			{ display:none; }
	#annotations-list 	{ display:none; }
	#annotations-write 	{ display:none; }
	
	a:link, a:visited {
	   color: #520;
	   background: transparent;
	   font-weight: bold;
	   text-decoration: underline;
	}
	
	#item-encoded a:link:after {
	   content: " <" attr(href) "> ";
	   font-size:smaller;
	}
	#item-encoded  a:visited:after {
	   content: " <" attr(href) "> ";
	   font-size:smaller;
	}
	#item-beschrijving a:link:after {
	   content: " <" attr(href) "> ";
	   font-size:smaller;
	}
	#item-beschrijving	a:visited:after {
	   content: " <" attr(href) "> ";
	   font-size:smaller;
	}
	
	