/*	// =============================================================================
	// 	X-DATABASE SOURCE CODE                                           
	//             (c) by Daniel Schnitzer & Martin Kubon                                             
	//                                                                              
	// Daniel Schnitzer, A-6491 Mils b. Imst, Unterdorf 4                           
	// E-Mail:	info@danisoft.at                                                    
	// Web:		www.danisoft.at                                                     
	// =============================================================================
	// 
	// 
	// _____________________________________________________________________________
	// 0.0.2 - 
	// 0.0.1 - 01.08.08 - Daniel Schnitzer
	// _____________________________________________________________________________
	// 
	// _____________________________________________________________________________
	// Beschreibung:
	// 
	// CSS-Datei zum Formatieren von verschiedenen Elementen der Webseite
	//
	// default
	// _____________________________________________________________________________
*/

	/* Seite */
	#divcontent {z-index:60; position:absolute; left:0px; right:398px; top:0px; bottom:0px; }
	#divfensterklein {z-index:59; position:absolute; right:0px; top:0px; bottom:130px; width:390px; }
	#divverweis {z-index:58; position:absolute; right:0px; height:110px; bottom:0px; width:390px; }
	
	@media print 
	{
		#divcontent {z-index:60; position:absolute; left:0px; right:100px; }
		#divfensterklein {z-index:59; position:absolute; right:0px; width:100px; } 
		#divverweis {display:none; }
	}
