body {

    font        : 11px Bookman Old Style, sans-serif, Helvetica, Lucida;

    background  : #282828;

    margin      : 0px;           /* wycentrowanie calej strony */

}




#INTRO{

    margin      : auto;         /* wycentrowanie calej strony */

    height      : 100%;

    margin-top  : 0px;
    
    background	: url(images/tapeta.png) no-repeat ;

    background-position:center;
}



#KONTENER {

    margin      : auto;         /* wycentrowanie calej strony */

    height      : 580px;

    margin-top  : 0px;

}

#MENU{

    margin      : auto;         /* wycentrowanie calej strony */

    height      : 40px;

	background	: url(images/cien_menu.png);

}



#LINIA {

    margin      : auto;         /* wycentrowanie calej strony */

    height      : 1px;

	width		: 1000;

    margin-top  : 0px;

	background	: #555555;

}

#CIALO {

    margin      : auto;         /* wycentrowanie calej strony */

    height      : 460px;

	width		: 100%;

    margin	    : 0px;

	padding		: 0px;

	color		: #B9B9B9;

	font-family : Bookman Old Style, sans-serif, Helvetica, Lucida;

	font-size	: 14px;

	background	: #000000;

}

#CIALO1 {

    margin      : auto;         /* wycentrowanie calej strony */

    height      : 460px;

	width		: 20%;

    margin	    : 0px;

	padding		: 0px;

	float		: left;

}

#CIALO2 {

    margin      : auto;         /* wycentrowanie calej strony */

    height      : 460px;

	width		: 70%;

	float		: left;

	margin-left	: 20px;

	padding		: 0px;

}

#CIALO3 {

    margin      : auto;         /* wycentrowanie calej strony */

    height      : 460px;

	width		: 50%;

	float		: left;

	padding		: 0px;

}

#CIALO4 {

    margin      : auto;         /* wycentrowanie calej strony */

	margin-left : 60px;

    height      : 460px;

	width		: 40%;

	float		: left;

	padding		: 0px;

}

#GALERIA {

	position	: absolute;

	height		: 131px;

	font-size	: 2px;

	width		: 100%;

	top			: 205px;

	margin      : auto;         /* wycentrowanie calej strony */

    margin-top  : 0px;

	background	: url(images/galeria_linia.png) no-repeat center;

}

#STOPKA {

    margin      : auto;         /* wycentrowanie calej strony */

    height      : 88px;

	width		: 100%;

    margin-top  : 10px;

}

#STOPKA_LEWO {

    margin      : auto;         /* wycentrowanie calej strony */

    height      : 88px;

	float		: left;

	width		: 15%;

    margin-top  : 10px;

}

#STOPKA_SRODEK {

    margin      : auto;         /* wycentrowanie calej strony */

    height      : 88px;

	width		: 70%;

	float		: left;

    margin-top  : 4px;

}

#STOPKA_PRAWO {

    margin      : auto;         /* wycentrowanie calej strony */

    height      : 88px;

	float		: left;

	width		: 15%;

    margin-top  : 20px;

}



ul{

	list-style	: none;

	margin		: auto;

	/*wycentrowanie menu*/

	clear		: left;

	float		: left;

	list-style	: none;

	margin		: 0;

	padding		: 0;

	position	: relative;

	left		: 30%;

	text-align	: center;

}

#li-1{

	float		: left;

	width		: 110px;

	text-align	: center;

	/*wycentrowanie menu*/

	display		: block;

	float		: left;

    list-style	: none;

    margin		: 0;

    padding		: 0;

    position	: relative;

    right		: 21%;

}

li a{

	display		: block;

	padding		: 10px 10px;

	height		: 100%;

	font-family : Bookman Old Style, sans-serif, Helvetica, Lucida;

	font-size	: 14px;

	color		: #B9B9B9;

	text-decoration	: none;  			/* Brak podkreslenia w odnosnikach */

}



li a:hover, li a:focus, li a:active {

	background-position	: -150px 0;

	color		: #000000;

}

#d a{

	background	: url(images/menu_tlo.png) repeat 0 0;

}



a:hover {

	color:#ffffff;

	text-decoration:none;

}

a:link {
	color: #919191;
	text-decoration:none;
}

a:visited {
	color: white;
	text-decoration:none;
}

a:active {
	background-color: #919191;
	text-decoration:none;
}

a:hover {
	color:#919191;
	text-decoration:none;
}





/* FORMULARZ */

input 			/* pola do wpisania */

{

	color			: #AAB9AA;

	vertical-align	: text-top;

	width			: 200px;

	font-family 	: Bookman Old Style, sans-serif, Helvetica, Lucida;

	font-size		: 12px;

	background		: #191919;

	border			: 0px;

	margin-top  	: 0px;

}

textarea#styled {

	width			: 200px;

	height			: 60px;

	color			: #AAB9AA;

	font-family 	: Bookman Old Style, sans-serif, Helvetica, Lucida;

	font-size		: 12px;

	background		: #191919;

	border			: 0px;

	margin-top  	: 0px;

}

select#styled {

	color			: #AAB9AA;

	width			: 200px;

	background		: #191919;

	border			: 1px solid #781351;

}

.submit input 			/* przycisk */

{

	color			: #AAB9AA;

	width			: 150px;

	background		: #191919;

	border			: 2px outset #d7b9c9;

	float       	: left;

}

fieldset 			/* legenda ramka */

{

	border			: 2px solid #1A2024;

	width			: 100%;

}

legend  			/* legenda */

{

	color			: #AAB9AA;

	background		: #191919;

	border			: 1px solid #1A2024;

	padding			: 2px 6px

} 




