/*
Fraggers aus Leidenschaft
www.fal-caln.de
Style Sheet by RollerCoaster
*/

body {
	font-family: 	Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: 	#D68D0C;

	/* FIFA 2010 */
	/* background: 	#589317; */
	margin-top:		0px;
	font-size: 		10px;
}

/* ---------------------------------------------------------------------- */
/* Preloader */

	#dhtmlgoodies_progressPane{
		width:100%;
		height:100%;
		background: 	#D68D0C url(http://portal.fal-clan.de/images/template/fal_design_bg.jpg) bottom center repeat-x fixed; 
	/* FIFA 2010 */
	/* background: 	#589317 url(http://portal.fal-clan.de/images/template/fal_design_bg_wm2010.jpg) bottom center repeat-x fixed;		 */
		z-index:5000;
		position:absolute;
		left:0px;
		top:0px;
		
	}
	#dhtmlgoodies_progressBar_bg{
		position:absolute;
		left:50%;
		top:50%;
		width:300px;
		height:20px;
		border:1px solid #100A2D;
		background-color:#D68F08;
		margin-left:-150px;	
		margin-top:-20px;
		text-align:center;
	}
	#dhtmlgoodies_progressBar_infotext{
		position:absolute;
		left:50%;
		top:50%;
		width:300px;
		height:20px;
		margin-left:-150px;	
		margin-top:4px;
		text-align:center;
		color: #100A2D;
	}
	#dhtmlgoodies_progressBar_outer{
		position:absolute;
		left:0px;
		top:0px;
		width:0px;	
		height:100%;
		overflow:hidden;	
	}
	
	#dhtmlgoodies_progressBar{
		position:absolute;
		left:0px;
		top:0px;
		width:300px;
		background:		 url(http://portal.fal-clan.de/images/template/fal_preloader.jpg) repeat-x;
		background-color:#984114;
		/* filter: Alpha(Opacity=0, FinishOpacity=100,Style=1,StartX=0, StartY=0, FinishX=200,FinishY=20) ;*/
		height:100%;
		z-index:5000;
	}
	#dhtmlgoodies_progressBar_txt{
		color:#000;
		z-index:10000;
		width:100%;
		height:100%;
		left:0px;
		top:0px;
		position:absolute;		
		font-family:	 	"Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;	
		color: #100A2D;
		font-size:16px;
		line-height:20px;	/* Same as height of progress bar */
	}