/*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 ---------------------*/

html, body {

	width: 100%;

	height: 100%;

	background-color: #ffffff;

}

*{

	margin: 0px;

	padding: 0px;

	border: 0px;	 	

	

	font-family: Verdana;

	font-size: 12px;

	color: #000000;

}

ul, li {

  list-style-type: none;

  display: block;

  margin: 0px;

  padding: 0px;

}

ul li {

  background: url(../img/minus.jpg) no-repeat left bottom;

  padding-left: 10px;

}

a{

	text-decoration: none;

	font-family: Arial;

	color: #020a6d;

}

a:hover{

	text-decoration: underline;

	font-family: Arial;

	color: #020a6d;

}

img{

	margin-right: 0px;

	margin-bottom: -2px;

}

/* -------------------------------------------------*/



/* ------------- uklad strony --------------------*/

#tab_gl{

	width: 100%;

	height: 100%;	

}

	#tab_gl_td{

		width: 100%;

		height: 100%;	

		text-align: center;

	}



#warstwa1{

	width: 100%;

	height: 607px;	

}

	#warstwa1_tab{

		width: 100%;

	}

		#warstwa1_td1{

			width: 100%;

			height: 27px;

		}

		#warstwa1_td2{

			background-image: url('../img/index/p.jpg');

			width: 100%;

			height: 226px;

		}



#warstwa2{

	position: absolute;

	width: 100%;

	height: 607px;	

}

	#strona {

		width: 874px;

		height: 607px;	

	  	margin:auto;

	}

		#poziom1{

			clear: both;

		}

			#poziom1_L{

				float: left;

				width: 130px;

				height: 27px;

			}

			#poziom1_S{

				float: left;

			}

			#poziom1_P{

				float: left;

				width: 130px;

				height: 27px;

			}

		#poziom2{

			clear: both;

		}

			#poziom2_L{

				float: left;

				width: 130px;

				height: 287px;

			}

			#poziom2_S{

				float: left;

			}

			#poziom2_P{

				float: left;

				width: 130px;

				height: 287px;

			}

		#poziom3{

			clear: both;

		}

			#poziom3_L{

				float: left;

				width: 131px;

				height: 233px;

			}

			#poziom3_S{

				float: left;

			}

				#poziom3_S_L{

					float: left;

					width: 350px;

					height: 233px;

				}

				#poziom3_S_P{

					margin-left: -1px;

					float: left;

					width: 264px;

					height: 233px;

				}

			#poziom3_P{

				float: left;

				width: 130px;

				height: 233px;

			}

		#poziom4{

			clear: both;

		}

			#poziom4_L{

				float: left;

				width: 130px;

				height: 35px;

			}

			#poziom4_S{

				float: left;

				text-align: left;

				padding-left: 20px;

			}

			#poziom4_P{

				float: left;

				width: 130px;

				height: 35px;

			}

.pozyc{

	position: absolute;

}



#copy{

	position: absolute;

	left: 400px;

	top: 7px;

	width: 400px;

	text-align: left;

}

#flash1_v1{

	position: absolute;

	left: 418px;

	top: 249px;

	width: 10px;

	height: 10px;

}

#flash1_v2{

	position: absolute;

	left: 774px;

	top: 250px;

	width: 10px;

	height: 10px;

}



#flagi

{

	width:284px;

	margin-left:0px;

	margin-right:auto;

}

#stopka

{

	width:610px;

  margin-left:-20px;

	margin-top:5px;

	margin-bottom:auto;

}

/* -----------------------------------------------*/



/* ------------ wyglad tekstow ---------------------*/

.text_normalny{

	font-family: Arial;

}

.text_wyrozniony{

	font-weight: bolder;

}

.a1{

	text-decoration: none;

}

.a1:hover{

	text-decoration: underline;

}

/* ---------------------------------------------------*/

/* --------------- menu na samej gorze (Krzysztof Zajaczkowski) */


#top_menu {
	border-style: solid;
	border-width: 10px;
	border-color: white;

}

#top_menu ul, ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

#top_menu ul li {
	display: inline;
	white-space: nowrap;
}
#top_menu ul a {
	font-size: 10px;
}

#top_menu ul a:link, ul a:visited {
  border-style: solid;
	border-width: 0 5px 0 5px;
	border-color: white;
}



/* --------------------------------------------------*/

/* --------------- activedesign ---------------------*/

#activedesign img{

 	margin-right: 0px;	

}

#activedesign{

	width: 56px;

	margin: auto;

	margin-right:0px;

	margin-left:auto;

	margin-top: -35px;

	text-align: right;

}

/* --------------------------------------------------*/
