/* ################################################################### */
/* ___ STOPKA STRONY _________________________________________________ */
/* ___ BodyFooter.html _______________________________________________ */
/* ################################################################### */


DIV.botfooter {                      /*###### warstwa dolnej stopki ######*/
        position: relative;
       	margin: 0 auto;
		margin-top: -1px;
		width: 774px;
		height: 50px;
		margin-bottom: 10px;
}
IMG.botleftcorner {                  /*###### lewy dolny narożnik ######*/
        position: absolute;
		left: 0;
		top: 0;
}
IMG.botedge {                        /*###### lewa krawędź strony ######*/
        position: absolute;
        left: 17px;
		top: 0px;
		z-index: 0;
}
IMG.botrightcorner {                 /*###### prawy dolny narożnik ######*/
        position: absolute;
        right: 0;
		top: 0;
}
IMG.w3cxhtml {                       /*###### obrazek validacji kodu xhtml ######*/
        position: absolute;
        right: 90px;
		top: 4px;
		border: 0;
}
IMG.w3ccss { 		 	             /*###### obrazek validacji css ######*/
        position: absolute;
        right: 40px;
		top: 4px;
		border: 0px;
}
P.footertext { 			             /*###### tekst na stopce ######*/
        position: absolute;
		left: 40px;
		margin-top: 3px;
		color: #232B33;
		z-index: 2;
		font-size: 8pt;
}
P.footershadow {   	   	             /*###### cień tekstu na stopce ######*/
        position: absolute;
        left: 41px;
		margin-top:  4px;
		color: #FFFFFF;
		z-index: 1;
		font-size: 8pt;
}