@charset "utf-8";

:focus {
	outline: 0;
}


.clear {
	clear:both
	}
.dnone {
	display:none;
}
.dtable {
	display:table;
}
.center {
	text-align:center;
}
.tleft {
	text-align:left;
}
.tright {
	text-align:right;
}
.hidden {
	display: none;
}
.go2top {
	position: relative;
	z-index: 50;
}
.fleft {
	float:left;
}
.fright {
	float:right;
}

#flashcontent {
	height: 100%;
}



#xouter{
	height:100%;
	width:100%;
	display:table;
	vertical-align:middle;
}
#xcontainer {
	text-align: center;
	position:relative;
	vertical-align:middle;
	display:table-cell;
	height: 550px;
}	
#xinner {
	width: 950px;
	text-align: center;
	margin:0 auto;
	border: #000 0px solid;
}
.xbox {
	width: 450px;
}

.ciemne {
	color: #322117;
}


/*********************************** begin moduły */
/* #overlay */
	#n_overlay {
		width: 100%; 
		height:100%; 
		top:0; 
		left:0; 
		position: absolute; 
		background-color:#311F19; 
		opacity: 0.9; 
		filter: alpha(opacity=90);
	}
	#n_overlay-content {
		width:1px;
		height:1px;
		overflow: auto;
		background: #FFFFFF url("../gfx/loading.gif") no-repeat center center;
		position:absolute;
		left:50%;
		top:0;
		text-align:center;
	}
	#n_overlay-foot {
		width:100%;
		margin:10px 0px; 
		overflow:hidden;
	}
	#n_overlay-zamknij {
		width:14px; 
		height:14px; 
		margin:0 9px 0 0; 
		float:right; 
		display:inline; 
		background: #FFFFFF url("../gfx/closelabel.gif") no-repeat;
		no-repeat; 
		text-indent:-20000px;
	}


/************************************* end moduły */


