@charset "utf-8";
/* CSS Document */

html{
	width: 100%;
}

body{
	background-color: black;
	background-size: 100%;
	margin: 0;							/* margines */
	min-width: 240px;						/* min szerokosc */
	max-width: 100%;						/* max szerokosc */
	oXXverflow-y: hidden;
  				/* widocznosc paska przewijania  */
	padding: 0px;
}						/* przesuniecie */
	font-family:"Audiowide", Verdana, sans-serif;		/* czcionka */

}







p{
	margin: 0px 0px 0px 0px;				/* margines - gora prawa dol lewa */
	z-index: 999;
}

p, ul{
	font-family:"Proxima Nova Light", 'Helvetica Neue', Arial, Helvetica, sans-serif;	/* czcionka */
	font-size-adjust:0.488;					/* tylko dla firefoxa */
	font-weight: 200;						/* waga czyli grubosc czcionki */
	font-style: normal;						/* styl czcionki */

}



a{
	text-decoration: none;  				/* usunięcie podkreślenia */
	color: gray; 				/* kolor linków */
	background-color: kolor2;
	foXXXXnt-weight:500;					/* waga czyli grubosc czcionki */
	foXXXXnt-size: 1.2em;
	z-index: 999;
}


a:hover{
	text-decoration: none;  				/* usunięcie podkreślenia */
	disXXXXplay:block;					/* twój link jest obiektem blokowym, tzn jest 						"klikalny" na całym obszarze li, w którym go umieściłeś */
	color: white; 
	backXXXXXground-color: red;
	foXXXXnt-weight:500;					/* waga czyli grubosc czcionki */
	foXXXXnt-size: 1.3em;
	z-index: 999;
}



.odn1 {					/* inny kolor linku musi miec class  tutaj class=odn */
	COLOR: Black; 			/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
	FONT-FAMILY: "Beau Sans Pro Book", Verdana, sans-serif;	/* ||||||||||||||||||||||||||||||||| */
	FONT-SIZE: 8pt; 			/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
	LINE-HEIGHT: 32pt; 		/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
	FONT-WEIGHT: Bold;		/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
background: #d3d3d3;
background: -moz-linear-gradient(top, #d3d3d3 0%, #595959 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d3d3d3), color-stop(100%,#595959));
background: -webkit-linear-gradient(top, #d3d3d3 0%,#595959 100%);
background: -o-linear-gradient(top, #d3d3d3 0%,#595959 100%);
background: -ms-linear-gradient(top, #d3d3d3 0%,#595959 100%);
background: linear-gradient(to bottom, #d3d3d3 0%,#595959 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='d3d3d3', endColorstr='#595959',GradientType=0 );
	padding: 5px;
	border: 5px solid black;				/* ramka wielkosc typ kolor */
	text-align: center;					/* wysrodkowanie tekstu */
	box-shadow: 0 0 1px #000, 1px 1px 5px black inset;	/* CIEN */
	border-radius: 90px;				/* zaokraglenie dookola */
}

.odn1:hover {
	COLOR: darkgreen; 			/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
	TEXT-DECORATION: none; 		/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
	FONT-WEIGHT: bold;		/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
}					/* inny kolor linku musi miec class  tutaj class=odn */



.odn2 {					/* inny kolor linku musi miec class  tutaj class=odn */
	COLOR: Black; 			/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||| white */
	FONT-FAMILY: "Beau Sans Pro Book", Verdana, sans-serif;	/* ||||||||||||||||||||||||||||||||| */
	FONT-SIZE: 8pt; 			/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||| 13 */
	LINE-HEIGHT: 32pt; 		/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||| 15 */
	FONT-WEIGHT: Bold;		/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||| normal */
background: #d3d3d3;
background: -moz-linear-gradient(top, #d3d3d3 0%, #595959 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d3d3d3), color-stop(100%,#595959));
background: -webkit-linear-gradient(top, #d3d3d3 0%,#595959 100%);
background: -o-linear-gradient(top, #d3d3d3 0%,#595959 100%);
background: -ms-linear-gradient(top, #d3d3d3 0%,#595959 100%);
background: linear-gradient(to bottom, #d3d3d3 0%,#595959 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='d3d3d3', endColorstr='#595959',GradientType=0 );
	padding: 5px;
	border: 5px solid black;				/* ramka wielkosc typ kolor */
	text-align: center;					/* wysrodkowanie tekstu */
	box-shadow: 0 0 1px #000, 1px 1px 5px black inset;	/* CIEN */
	border-radius: 90px;				/* zaokraglenie dookola */
}

.odn2:hover {
	COLOR: blue; 			/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
	TEXT-DECORATION: none; 		/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
	FONT-WEIGHT: bold;		/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
}					/* inny kolor linku musi miec class  tutaj class=odn */





.odn3 {					/* inny kolor linku musi miec class  tutaj class=odn */
	COLOR: Black; 			/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
	FONT-FAMILY: "Beau Sans Pro Book", Verdana, sans-serif;	/* ||||||||||||||||||||||||||||||||| */
	FONT-SIZE: 8pt; 			/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
	LINE-HEIGHT: 32pt; 		/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
	FONT-WEIGHT: Bold;		/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
background: #d3d3d3;
background: -moz-linear-gradient(top, #d3d3d3 0%, #595959 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d3d3d3), color-stop(100%,#595959));
background: -webkit-linear-gradient(top, #d3d3d3 0%,#595959 100%);
background: -o-linear-gradient(top, #d3d3d3 0%,#595959 100%);
background: -ms-linear-gradient(top, #d3d3d3 0%,#595959 100%);
background: linear-gradient(to bottom, #d3d3d3 0%,#595959 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='d3d3d3', endColorstr='#595959',GradientType=0 );
	padding: 5px;
	border: 5px solid black;				/* ramka wielkosc typ kolor */
	text-align: center;					/* wysrodkowanie tekstu */
	box-shadow: 0 0 1px #000, 1px 1px 5px black inset;	/* CIEN */
	border-radius: 90px;				/* zaokraglenie dookola */
}

.odn3:hover {
	COLOR: orange; 			/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
	TEXT-DECORATION: none; 		/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
	FONT-WEIGHT: bold;		/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
}					/* inny kolor linku musi miec class  tutaj class=odn */





.odn4 {					/* inny kolor linku musi miec class  tutaj class=odn */
	COLOR: Black; 			/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
	FONT-FAMILY: "Beau Sans Pro Book", Verdana, sans-serif;	/* ||||||||||||||||||||||||||||||||| */
	FONT-SIZE: 8pt; 			/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
	LINE-HEIGHT: 32pt; 		/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
	FONT-WEIGHT: Bold;		/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
background: #d3d3d3;
background: -moz-linear-gradient(top, #d3d3d3 0%, #595959 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d3d3d3), color-stop(100%,#595959));
background: -webkit-linear-gradient(top, #d3d3d3 0%,#595959 100%);
background: -o-linear-gradient(top, #d3d3d3 0%,#595959 100%);
background: -ms-linear-gradient(top, #d3d3d3 0%,#595959 100%);
background: linear-gradient(to bottom, #d3d3d3 0%,#595959 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='d3d3d3', endColorstr='#595959',GradientType=0 );
	padding: 5px;
	border: 5px solid black;				/* ramka wielkosc typ kolor */
	text-align: center;					/* wysrodkowanie tekstu */
	box-shadow: 0 0 1px #000, 1px 1px 5px black inset;	/* CIEN */
	border-radius: 90px;				/* zaokraglenie dookola */
}

.odn4:hover {
	COLOR: darkred; 			/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
	TEXT-DECORATION: none; 		/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
	FONT-WEIGHT: bold;		/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
}					/* inny kolor linku musi miec class  tutaj class=odn */





















img{
	border: 0px;						/* . */
}

h1, #pixels{
	font-family:"Museo 900", Verdana, serif;				/* czcionka */
	font-size-adjust:0.40;					/* tylko dla firefoxa */
	font-weight:300;						/* waga czyli grubosc czcionki */
	font-style:normal;						/* styl czcionki */
}

h2{
	font-family:"Beau Sans Pro Book", Verdana, sans-serif;		/* czcionka */
	font-size-adjust:0.531;					/* tylko dla firefoxa */
	font-weight:500;						/* waga czyli grubosc czcionki */
	font-style:normal;						/* styl czcionki */
	padding-top: 80px;
}


h3{
	font-family:"Beau Sans Pro Book", Verdana, sans-serif;		/* czcionka */
	font-size-adjust:0.531;					/* tylko dla firefoxa */
	font-weight:500;						/* waga czyli grubosc czcionki */
	font-size: 1.5em;
	font-style: normal;						/* styl czcionki */
	padding-top: 459px;
	z-index: 888;
}


h4{
	font-family:"Beau Sans Pro Book", Verdana, sans-serif;		/* czcionka */
	font-size-adjust:0.531;					/* tylko dla firefoxa */
	font-weight:500;						/* waga czyli grubosc czcionki */
	font-size: 1.5em;
	font-style:normal;						/* styl czcionki */
	padding-top: 10px;
	text-align: center;
}




h6{
	width: 700px; 	
	font-family:"Arial", Verdana, sans-serif;		/* czcionka */
	font-size-adjust:0.531;					/* tylko dla firefoxa */
	font-weight:600;						/* waga czyli grubosc czcionki */
	font-size: 1.3em;
	font-style:normal;						/* styl czcionki */
	padding-top: 539px;
	padding-left: 278px;
	padXXXXding-right: -288px;
		color: gray;
    	opacity: 0.5;
    	filter: alpha(opacity=50); 					/* For IE8 and earlier */
}


h7{
	font-family:"Proxima Nova Light", 'Helvetica Neue', Arial, Helvetica, sans-serif;	/* czcionka */
	font-size-adjust:0.488;					/* tylko dla firefoxa */
	font-weight: 200;						/* waga czyli grubosc czcionki */
	font-style: normal;						/* styl czcionki */
}


#header h1, #pixels{
	color: #48941A;						/* . */
}

.float-left{
	float: left;						/* umiejscowienie z lewej */
	margin: 0px 0px 0px 45px;			       /* odstep lewego tekstu - gora prawa dół lewa35  */
}

.float-right{
	float: left;						/* umiejscowienie z lewej */
	margin: 0px 0px 0px 45px;			       /* odstep lewego tekstu - gora prawa dół lewa5  */
	text-align: rigXXXXXht;
}


.center{
	font-size: 2.5em;
	padding: 80px 0 0 0;
	text-align: justify;
	z-index: 888;
}


#nav{
	list-style: none;					/* styl listy buttonow przyciskow MENU */
	position: fixed;					/* pozycja buttonow przyciskow MENU */
	left: -20px;			/* polozemie buttonow przyciskow MENU left right */
	z-index: 999;
}

#nav li{
	margin: 1px 0 20px 0;		    /* margines listy przyciskow MENU - gora prawa dół lewa */
	z-index: 999;
}

#header, #drugi, #trzeci  {
	width: 100%;						/* szerokosc 100% */
}






.kontakt
{
	img-size: 40px;
	list-style: none;					/* styl listy buttonow przyciskow MENU */
	position: fixed;					/* pozycja buttonow przyciskow MENU */
	right: 10px;			/* polozemie buttonow przyciskow MENU right */
	bottom: 0px;			/* polozemie buttonow przyciskow MENU dół */
    	opacity: 0.1;
    	filter: alpha(opacity=10); 					/* For IE8 and earlier */
}















      		/* --------------------        MENU   GÓRNE  w     NAGŁÓWKU  kolory    ------------------- */
.szare1
{
background: #d3d3d3;
background: -moz-linear-gradient(top, #d3d3d3 0%, #595959 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d3d3d3), color-stop(100%,#595959));
background: -webkit-linear-gradient(top, #d3d3d3 0%,#595959 100%);
background: -o-linear-gradient(top, #d3d3d3 0%,#595959 100%);
background: -ms-linear-gradient(top, #d3d3d3 0%,#595959 100%);
background: linear-gradient(to bottom, #d3d3d3 0%,#595959 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='d3d3d3', endColorstr='#595959',GradientType=0 );
}

.szare2 
{
background: #d3d3d3;
background: -moz-linear-gradient(top, #d3d3d3 0%, #595959 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d3d3d3), color-stop(100%,#595959));
background: -webkit-linear-gradient(top, #d3d3d3 0%,#595959 100%);
background: -o-linear-gradient(top, #d3d3d3 0%,#595959 100%);
background: -ms-linear-gradient(top, #d3d3d3 0%,#595959 100%);
background: linear-gradient(to bottom, #d3d3d3 0%,#595959 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='d3d3d3', endColorstr='#595959',GradientType=0 );
}

.szare3 
{
background: #d3d3d3;
background: -moz-linear-gradient(top, #d3d3d3 0%, #595959 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d3d3d3), color-stop(100%,#595959));
background: -webkit-linear-gradient(top, #d3d3d3 0%,#595959 100%);
background: -o-linear-gradient(top, #d3d3d3 0%,#595959 100%);
background: -ms-linear-gradient(top, #d3d3d3 0%,#595959 100%);
background: linear-gradient(to bottom, #d3d3d3 0%,#595959 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='d3d3d3', endColorstr='#595959',GradientType=0 );
}

.szare4 
{
background: #d3d3d3;
background: -moz-linear-gradient(top, #d3d3d3 0%, #595959 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d3d3d3), color-stop(100%,#595959));
background: -webkit-linear-gradient(top, #d3d3d3 0%,#595959 100%);
background: -o-linear-gradient(top, #d3d3d3 0%,#595959 100%);
background: -ms-linear-gradient(top, #d3d3d3 0%,#595959 100%);
background: linear-gradient(to bottom, #d3d3d3 0%,#595959 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='d3d3d3', endColorstr='#595959',GradientType=0 );
}

.szare5 
{
background: #d3d3d3;
background: -moz-linear-gradient(top, #d3d3d3 0%, #595959 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d3d3d3), color-stop(100%,#595959));
background: -webkit-linear-gradient(top, #d3d3d3 0%,#595959 100%);
background: -o-linear-gradient(top, #d3d3d3 0%,#595959 100%);
background: -ms-linear-gradient(top, #d3d3d3 0%,#595959 100%);
background: linear-gradient(to bottom, #d3d3d3 0%,#595959 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='d3d3d3', endColorstr='#595959',GradientType=0 );
}

.szare6 
{
background: #d3d3d3;
background: -moz-linear-gradient(top, #d3d3d3 0%, #595959 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d3d3d3), color-stop(100%,#595959));
background: -webkit-linear-gradient(top, #d3d3d3 0%,#595959 100%);
background: -o-linear-gradient(top, #d3d3d3 0%,#595959 100%);
background: -ms-linear-gradient(top, #d3d3d3 0%,#595959 100%);
background: linear-gradient(to bottom, #d3d3d3 0%,#595959 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='d3d3d3', endColorstr='#595959',GradientType=0 );
}

.szare7 
{
background: #d3d3d3;
background: -moz-linear-gradient(top, #d3d3d3 0%, #595959 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d3d3d3), color-stop(100%,#595959));
background: -webkit-linear-gradient(top, #d3d3d3 0%,#595959 100%);
background: -o-linear-gradient(top, #d3d3d3 0%,#595959 100%);
background: -ms-linear-gradient(top, #d3d3d3 0%,#595959 100%);
background: linear-gradient(to bottom, #d3d3d3 0%,#595959 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='d3d3d3', endColorstr='#595959',GradientType=0 );
}




.kolo 
{
	width: 42px; 					/* szerokosc przycisku 62 lub 36*/
	height: 42px; 					/* wysokosc przycisku 62 */

	float: left; 					/* opływanie od lewej */

	margin: 3px; 					/* margines 5 */
	padding: 0px;					/* odsuniecie -2*/
	border: 5px solid black;				/* ramka wielkosc typ kolor 10 */
	text-align: center;					/* wysrodkowanie tekstu */
	box-shadow: 0 0 1px #000, 1px 1px 5px black inset;	/* CIEN */
	border-radius: 90px;				/* zaokraglenie dookola */

}
 
.nazwa 
{
	font-family: calibri;					/* czcionka tekstu */
        	foXXnt-weight: bold;					/* waga tekstu */
	font-size: 0.8em;					/* wielkosc tekstu 1,2 */
	letter-spacing: -2px;					/* spacje miedzy literkami */
	color: black;				/* kolor nazy przycisków */
	display: block;					/* wyswietlanie blokowo */
	position: relative;					/* pozycja tekstu */
	top: 13px;						/* odstep od góry 18 lub 9 */
	text-shadow: 0 0 10px #fff;				/* CIEN po tekstem */

}
 
.ukryty 
{
	font-family: calibri;					/* czcionka tekstu */
	font-size: .25em;					/* wielkosc tekstu 65 */
	letter-spacing: -1px;					/* spacje miedzy literkami */
	color: #000;
	display: block;					/* wyswietlanie blokowo */
	position: relative;					/* pozycja tekstu */
	top: 9px;						/* odstep od góry 12 lub 6 */
	text-shadow: 0 0 10px #fff;				/* CIEN po tekstem */
	visibility: hidden;					/* widzialnosc ukryty */
}
 
.kolo:hover 
{
	cursor: pointer;					/* rodzaj kursora po najechaniu */
	box-shadow: 0 0 50px gray, 1px 1px 5px black inset;	/* CIEN boxa po najechaniu */
}

.kolo:hover .ukryty 
{
	visibility: visible;					/* widzialnosc po najechaniu */
}

.kolo, .kolo * 
{
-moz-transition: 0.1s ease-in; -webkit-transition: 0.1s ease-in; -o-transition: 0.1s ease-in; transition: 0.1s ease-in;
}
 

@-webkit-keyframes obrot 
{
from 
{
	-webkit-transform: rotate(0deg);
}
to 
{ 
	-webkit-transform: rotate(360deg);
}
}


.kolo:hover
{
	-webkit-animation-name: obrot; 
	-webkit-animation-duration: .5s; 
	-webkit-animation-iteration-count: 1;
	-webkit-transition-timing-function: linear;
}


      		/* --------------------        koniec  Menu   kolka      ------------------- */










      		/* --------------------        Ukryte elementy w Smartfonie      ------------------- */


.przyciskiR
{
display: none;
visibility:collapse
color: black;
float: right; 
list-style: none;
padding: 20px;
}
.float-center
{
display: none;
}
 .bg02
{
visibility: hidden;
}
 .bg03
{
visibility: hidden;
}
 .bg04
{
visibility: hidden;
}
 .bg05
{
visibility: hidden;
}
 .bg06
{
visibility: hidden;
}
 .bg07
{
visibility: hidden;
}
 .bg08
{
visibility: hidden;
}
 .bg22
{
visibility: hidden;
}
 .bg32
{
visibility: hidden;
}
 .bg42
{
visibility: hidden;
}
 .bg43
{
visibility: hidden;
}
 .bg44
{
visibility: hidden;
}
 .bg45
{
visibility: hidden;
}
 .bg46
{
visibility: hidden;
}
 .bg47
{
visibility: hidden;
}
 .bg52
{
visibility: hidden;
}
 .bg53
{
visibility: hidden;
}
 .bg54
{
visibility: hidden;
}
 .bg55
{
visibility: hidden;
}
span
{
display: none;
}





      		/* --------------------       Koniec  Ukryte elementy w Smartfonie      ------------------- */














#pierwszy{

	background:url(images/1nag1.jpg) 50% 0 no-repeat fixed;

	color: white;
	height: 800px;
	margin: 0 auto;
	padXXding: 0px;
	padXXXXding-top: 0px;
	z-index: -1;


  	background-image:   	url(images/OkiemKierowcyL.png),
			url(images/1nag1.jpg);

  background-size: 160px 247px, auto;
    background-repeat: no-repeat, no-repeat;
  background-attachment: fixed, fixed;
  background-position: center bottom, auto;

}



#drugi{
  		background-image:   linear-gradient(172deg, transparent, darkgreen, transparent, transparent);
     			backgXXround-position: center;
	backgXXround:url(images/2dru1.jpg) 100% 100% repeat fixed;
	color: white;
	height: 800px;
	margin: 0 auto;
	padding: 0;
}

#trzeci{
  		background-image:   linear-gradient(172deg, transparent, navy, transparent,  transparent);
     			backgXXround-position: center;
	backXXground: url(images/3trz1.jpg) 100% 100% repeat fixed;
	color: white;
	height: 800px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
}

#czwarty{
  		background-image:   linear-gradient(172deg, transparent, #CC9933, transparent,  transparent);
     			backgXXround-position: center;
	backXXXground: url(images/4czw1.jpg) 100% 100% repeat fixed;
	color: white;
	height: 800px;
	padding: 0px 0px 0px 30px;			/* regulacja napisów góra prawa dół lewa   */
}

#piaty{
  		background-image:   linear-gradient(172deg, transparent, maroon, transparent,  transparent);
     			backgXXround-position: center;
	backXXground: url(images/5pia1.jpg) 100% 100% repeat fixed;
	color: white;
	height: 800px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
}

#siodmy{
	background: #222;				/* kolor tła stopki  */
	color: #ccc;			/* kolor czcionki stopki  */
	height: 1300px;      				/* wysokosc tła stopki  */
	margin: 0 auto;
	padding: 40px 0 0 0;
	z-index: -1;
}
















.story{
	margin: 0 auto;
	min-width: auto;			 	/*  minimalna szerokosc */
	overflow: auto;
	width: 80%;			 	/*  szerokosc */
}

.story .float-left, .story .float-right{
	padding: 0px 0px 0px 0px;			 /*  gora prawa dół lewa */
	position: relative;
	width: 75%;	      			/* szerokosc tekstu zawartosci  */
	z-index: 888;
}













.columna 	
{
	width:100%; 
	float:left; 
	height:auto; 
	padding: 0px 0px 0px 0px;			 /*  gora prawa dół lewa */
}








			/*  od Formularza Kontaktowego
.formField{font: inherit; width: 150px; background: #5e5e5e;
border: 1px solid #ccc; border-radius: 3px; 
margin: 1px 0 8px 0; 					 /*  gora prawa dół lewa */
padding: 1px 0px}
textarea.formField{width: 250px; height: 70px}
#sendBtn{cursor:pointer;background: #ccc; background: linear-gradient(#ddd 0, #eee 100%); border: 1px solid #ccc; line-height: 32px; font-size: 14px;padding: 0 15px; border-radius: 3px}
#send_form_status{border: 1px dashed #ccc;display: none; padding: 0 10px; margin: 10px 0}
.status_ok{color: #060}
.status_err{color: #F00};

 */


