/* *** Loading *** ********************************************* */	
	
	#loading {
		z-index: 10020;
		display: block;

		top: 0;
		left: 0;

		width: 100%;
		height: 100%;

		position: absolute;		
		background-color: #FFffFF;
		
		cursor: wait;
		
	}
	
	#message {
		z-index: 10021;
		
		min-width: 21px;
		max-width: 21px;
		width: 21px;
		height: 21px;
		
		border: none;		
		position: absolute;
		
		top: 50%;
		left: 50%;
		margin-left: -10px;
		margin-top: -10px;

		color: #ffffff;
		background-color: #FFffFF;
	}
	
	#loadingContent {
		position: absolute;
		z-index: 10010;
		display: none;

		background-image: url("/fileadmin/gfx/ajax/ani9.gif");
		background-repeat: no-repeat;

		top: 25px;
		left: -24px;
		width: 21px !important;
		height: 21px;
		
		-moz-opacity: 0.35;
		opacity:0.35;
		filter: alpha(opacity=35);
	}
	
	#lostFocusDIV {
		display: none;
		visibility: hidden;
		width: 0; height: 0;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 1;
	}

	#print_header {
		display: none;
	}
	
	.single_4_1,
	.single_4_2,
	.single_4_3,
	.single_1_4,
	.single_2_4,
	.single_3_4,
	.single_2_1,	
	.single_2_2,	
	.single_4_4 {
		overflow: hidden;
	}
	
	#page {
		visibility: hidden;
		-moz-opacity: 0;
		opacity: 0;
		filter: alpha(opacity=0);	
	}
	
	#backgroundHolder1,
	#backgroundHolder2 {
		visibility: hidden;
		-moz-opacity: 0;
		opacity: 0;
		filter: alpha(opacity=0);	
	}
	

