/*Alpha PNG support for IESelf-removing expression trick from: <a href="http://dean.edwards.name/my/misbehaviors/OnAfterPrint" target="_blank">http://dean.edwards.name/my/misbehaviors/OnAfterPrint</a> doesn't seem worth the trouble; PNGs will look buggy after printingbecause IE has buggy PNG support.\*/* html img/**/ { filter:expression( this.napalmLoaded ? "" : ( this.src.substr(this.src.length-4)==".png" ? ( (!this.complete) ? "" : this.runtimeStyle.filter= ("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"')")+ (this.onbeforeprint="this.runtimeStyle.filter='';this.src='"+this.src+"'").substr(0,0)+ String(this.napalmLoaded=true).substr(0,0)+ (this.src="px.gif").substr(0,0) ) : this.runtimeStyle.filter="" ) );}/**/ /*Alpha PNG support for IESelf-removing expression trick from: <a href="http://dean.edwards.name/my/misbehaviors/OnAfterPrint" target="_blank">http://dean.edwards.name/my/misbehaviors/OnAfterPrint</a> doesn't seem worth the trouble; PNGs will look buggy after printingbecause IE has buggy PNG support.\*/* html img/**/ { filter:expression( this.napalmLoaded ? "" : ( this.src.substr(this.src.length-4)==".png" ? ( (!this.complete) ? "" : this.runtimeStyle.filter= ("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"')")+ (this.onbeforeprint="this.runtimeStyle.filter='';this.src='"+this.src+"'").substr(0,0)+ String(this.napalmLoaded=true).substr(0,0)+ (this.src="px.gif").substr(0,0) ) : this.runtimeStyle.filter="" ) );}/**/

/* -------------- podstawowe ---------------------*/
body,html {
	width: 100%;
	height: 100%;
}
*{
	margin: 0px;
	padding: 0px;
	border: 0px;	 	
	
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
}
a{
	color: #df0000;
	text-decoration: none;
}
a:hover{
	color: #df0000;
	text-decoration: underline;
}
img{
	margin-right: -3px;
	margin-bottom: -2px;
}
/* -------------------------------------------------*/

/* ------------- uklad strony --------------------*/
#warstwa1{
	position: absolute;
	width: 100%;
	height: 100%;
}
	#warstwa1_G{
		background-image: url('../img/site/t1.jpg');
		width: 100%;
		height: 50%;	
	}
	#warstwa1_D{
		background-image: url('../img/site/t3.jpg');
		width: 100%;
		height: 50%;		
	}
#warstwa2{
	position: absolute;
	width: 100%;
	height: 100%;	
}
	#warstwa2_tab{
		width: 100%;
		height: 100%;			
	}
		#warstwa2_S{
			background-image: url('../img/site/t2.jpg');
			width: 100%;
			text-align: center;
		}

		
#strona{
	margin: auto;
	width: 990px;
	height: 570px;
	background-image: url('../img/index/1.jpg');
}
	#warstwa3_tab{
		width: 100%;
		height: 100%;
	}
	
	
.pozyc{
	position: absolute;
}
/* -----------------------------------------------*/
.f_input{
	border: 1px #ff0000 solid;
	background-color: transparent;
}
.f_submit{
	border: 1px #ff0000 solid;
	background-color: transparent;
	font-weight: bolder;
}
/* -----------------------------------------------*/


/* ------------ wyglad tekstow ---------------------*/
.text_normalny{
}
.text_wyrozniony{
	font-weight: bolder;
	color: #fe0002;
}
.a1{
	text-decoration: none;
	font-weight: bolder;
	color: #fe0002;
}
.a1:hover{
	text-decoration: underline;
	font-weight: bolder;
	color: #fe0002;
}
/* ---------------------------------------------------*/

/* --------------- activedesign ---------------------*/
#activedesign img{
 	margin-right: 0px;	
}
#activedesign{
	clear: both;
	width: 990px;
	margin: auto;
	margin-top: 5px;
	text-align: right;
}
/* --------------------------------------------------*/