/*
	Styles for 'IMI-NET' project / All Pages / Print Only
	by Dominik Stroncer / DG Markt / A4
*/	
@media print
{	
	/* RESET */
	html,body{width:auto;}
	h1 {padding:10px 0 5px 0; border-bottom:2px solid #000;}
	h2 {padding:5px 0 5px 0; border-top:1px solid #000; border-bottom:1px solid #000;}
	
	a {text-decoration:none;}
	
	table th {background-color:#aaa; }
	
	div.side-info { border:1px solid #000; margin:10px; padding:10px; }
	div.side-info h3 { background-color:#aaa; }
	
	/* HIDDEN */
	#menu, #site-path, #pageindex { display:none; }
}