@media print {
	/* Main */

	#left, #header, #body .rightcol, #navigationbar, .menu {display: none;}
	#content, #footer, #body, #body .content, #headercontainer {
		width: auto;
		margin: 0;
		padding: 0;
		background: transparent none;
	}
	
	#footercontainer #footer div {margin: 0;}
	
	h2 {
		font-size: 100%;
		margin: 1em 0 0.2em 0.1em;
		padding: 0;
		background: transparent none;
	}
	h3 {font-size: 90%;}
	
	a[href*="."]:not([href*="http://"]):not([href*="mailto:"]):after {
		content:" http://arien.sk/" attr(href) " ";
		font-size: 90%;
		padding: 0;
	}
	a[href*="http://"]:after {
		content:" " attr(href) " ";
		font-size: 90%;
		padding: 0;
	}
	.ex {padding: 0;}
	
	abbr:after, acronym:after {
		content:" (" attr(title) ")";
		font-size: 90%;
		padding: 0;
	}
}