@media print {
	
	.print {
	    display:block !important;
	}	

	.noprint {
		display: none !important;
	}		
	
	.top-img-left, #column-right-top, #column-right-middle, #column-right-bottom, #header, #min-seher-button, #art-filler, #article-related, #middle-container, #article-album, #hovedside-bottom-tag, #tag-aligned-list, #footer {
		display: none !important;
	}		
	
	.ad_horseshoe_top, .ad_horseshoe_right, .ad_horseshoe_left,#netboard1 {
		display: none !important;
	}
	
	a:link:after,  a:visited:after {
		content: " (" attr(href) ") ";				
	}
	
	a[href^="/"]:after {
		content: " (http://www.seher.no" attr(href) ") ";		
	}
	
	#top-container {
		width:100% !important;
		padding-right:30px;
	}
}