.dummy {}
/***************/
/* PRINT STYLES */
/***************/

@media print {
	body {
		margin: 0px;
		background: none;
	}
	#layout1,
	#layout2, 
	#layout7,
	#layout3, 
	#layout4, 
	#layout8,
	#layout5, 
	#layout6, 
	#layout9 {
		background: #FFF;
	}
	#cmslink, 
	#headmenu, 
	#menu, 
	#hitlist,
	.powered-by {
		display: none;
	}
	h1 {
		width: auto; 
		height: auto;
		background: none; 
		text-indent: 0px; 
	}
	h1 a {
		width: auto; 
		height: auto;
		padding:  0 0 10px 0;
		margin: 0px;
		font-size: 14px;
		font-weight: bold;
		color: #000;
	}
	#de h1,
	#en h1,
	#pl h1,
	#sl h1 {
		background: none; 
	}
	#maincontent .patharea,
	#content .patharea { 
		padding: 0px; 
		margin: 0 0 20px 0;
		font-size: 14px; 
		font-weight: bold;
	}
	#content {
		padding: 0px; 
	}
	.set, 
	.imagebottom {
		display: none;
	}
	.tablearea-popuplink { 
		display: none;
	}
	.tablearea-print { 
		display: inline;
	}
	#functionarea,
	#functionarea-top {
		display: none;
	}
	#printadd {
		display: none;
	}
}
