/*	// =============================================================================
	// 	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.1 - 07.10.08 - Daniel Schnitzer
	// _____________________________________________________________________________
	// 
	// _____________________________________________________________________________
	// Beschreibung:
	// 
	// CSS-Datei zum Formatieren von verschiedenen Elementen der Webseite
	// Hinweis: Bilder relativ zum Pfad der CSS-Datei
	//
	// # ID
	// . CLASS
	// _____________________________________________________________________________
*/

	* { margin:0px; padding:0px; }

	body { scrollbar-base-color:#000000; scrollbar-3dlight-color:#121F3E; scrollbar-arrow-color:#A2C5FA; scrollbar-darkshadow-color:#000000;
	scrollbar-face-color:#121F3E; scrollbar-highlight-color:#7589A3; scrollbar-shadow-color:#1F1F1F; scrollbar-track-color:#33405C;
	background-color:#000000; font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 13px; color:#FFFFFF; }

	#beschreibung { z-index:100; visibility:show; background-color:#1F1F1F; padding-top:25px; padding-left:30px; padding-right:30px; padding-bottom:25px; }
	#content { z-index:102; position:relative; margin-top:12%; width:100%; }
	.seite { width:246px; text-align:left; }
	/* Text */
	P { margin-left: 0px; margin-bottom:13px; color:#D0D0D2; font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 13px; background: transparent; }

	/* Links */
	a:link { color: #9999CC; text-align:left; text-decoration:none;}
	a:active { color: #9999CC; text-align:left; text-decoration:none;}
	a:visited { color: #9999CC; text-align:left; text-decoration:none;}

	/* Bilder */
	img	{border:none; }
	.spanFF0000 {color:#FF0000; }
	.span1 {font-size:10px;}