.footer {
	background-color: #D68A10;
	padding: 0.5em;
	text-align: center;
	margin-top: 10px;
}

.footer a{
	color: #ffffff;
}

.leightbox {
	color: #333;
	display: none;
	position: absolute;
	top: 100px;
	left: 15%;
	width: 70%;
	height: 80%;
	padding: 1em;
	border: 1em solid #869241;
	background-color: white;
	text-align: left;
	z-index:4001;
	overflow: auto;
}

.leightbox .lb_tresc img{
	margin: 0 auto;
	display: block;
}

.red{
	color: red;
}

.bold_italic{
	font-weight: bold;
	font-style: italic;
}

.srodek{
	text-align: center;
}

.leightbox .close{
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 4000;
	/*position: relative;
	float: right;
	vertical-align: top;*/
}

.leightbox .strzalka_lewo{
	margin-top: 170px;
	float: left;
	z-index: 5000;
	width: 20px;
	height: 20px;
}

.leightbox .strzalka_prawo{
	margin-top: 170px;
	float: right;
	z-index: 5000;
	width: 20px;
	height: 20px;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:4000;
	background-color:#333;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed;    }#overlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }
