
/*------------------------------- kolor tytułu, tematu, banera, klawisza  -------------------------*/
#naglowek, #tresc_naglowka, #stopka {background-color: #996633;}
.tresc_temat  {background-color: #cc6633;}
.tresc_temat_prawy {background-color: #ff6633;}
.klawisz_obrazek, #klawisz_poczatek, #klawisz_pozycja, .klawisz_przewin > div, .klawisz > div, .klawisz_powrot > div{
	background-color: #6666cc;}
/*------------------------------ kolor wspólny hover -------------------------------*/
.klawisz_obrazek:hover, #klawisz_poczatek:hover, #klawisz_pozycja:hover, #cala_strona:hover, .cale_okno:hover{
	background-color: #b22222;}
/*-------------------------------- układ okien -------------------------------*/
*{
	box-sizing: border-box;}
html{
	overflow-x: hidden;}
body{
	width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0px;
	margin: 0px;
	font-size: 20px;
	font-family: Calibri, "Lucida Grande", Arial, Tahoma, Helvetica, Verdana, Candara, Segoe, "Segoe UI", Optima, sans-serif;
	background-color: #ffffff;}
#pomiedzy_naglowkiem_a_stopka{
	display: block;
	margin: 0px;
	padding: 0px;
	margin-left: 8px;
	margin-right: 8px;}
#ekran_cale_okno{
	display: block;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	margin-left: 8px;
	margin-right: 8px;}
.wiersz::after{
	content: "";
	clear: both;
	display: table;}
.kolumna{
	width: 100%;
	float: left;
	line-height: 20px;
	justify-content: center;
	align-items: center;
	margin: 0px;
	padding: 0px;}
/*------------------------------ style tekstu  -------------------------------*/
.czerwony{
	color: red;}
.zielony{
	color: green;}
.zolty{
	color: #ff6600;}
.niebieski{
	color: blue;}
.sredni{
	font-size: 24px;}
.duzy{
	font-size: 28px;}
.ukosny{
	font-style: oblique;}
.cien{
	text-shadow: 1px 1px 1px #000000;}
/*-------------------------------- nagłówek  ----------------------------------*/
h1{
	font-size: 30px;}
h3{
	font-weight: normal;
	font-size: 20px;}
#naglowek{
	display: block;
	width: 100%;
	height: auto;
	line-height: 34px;
	text-align: center;}
#tekst_naglowka{
	display: block;
	position: absolute;
	overflow: hidden;
	height: 10px;
	top: 0px;
	font-weight: bold;
	margin: 0px;
	padding: 8px;
	color: transparent;
	background-color: transparent;
	text-shadow: 2px 2px 4px transparent;}
#tresc_naglowka{
	display: block;
	overflow: hidden;
	word-wrap: normal;
	font-weight: bold;
	margin: 0px;
	padding: 8px;
	color: #ffffff;
	text-shadow: 2px 2px 4px #000000;}
.temat{
	display: block;
	width: 100%;
	height: auto;
	line-height: 30px;
	text-align: center;}
/*--------------------------- banner w treści prawej -----------------------------*/
.tresc_temat{
	display: block;
	overflow: hidden;
	word-wrap: normal;
	font-size: 26px;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 5px;
	margin-right: 5px;
	padding: 8px;
	color: #ffffff;
	text-shadow: 2px 2px 4px #000000;}
.tresc_temat_prawy{
	display: block;
	overflow: hidden;
	word-wrap: normal;
	font-size: 22px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 40px;
	margin-right: 40px;
	padding: 8px;
	color: #ffffff;
	text-shadow: 2px 2px 4px #000000;}
.linia{
	margin: 0px;
	padding: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-style: none;
	border-top-style: ridge;}
/*-------------------------- ustawienia strony prawej i pola tekstu lewego ---------------------------------*/
.kolumna_lewa_zawartosc{
    display: block;
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0px;
	padding: 0px;
	margin-bottom: 8px;}
.kolumna_prawa_zawartosc{
    display: block;
	overflow: hidden;
	font-size: 20px;
	font-weight: normal;
	color: #000000;
	margin: 0px;
	padding: 0px;
	word-wrap: normal;}
.obrazek{
    display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 720px;
	width: 100%;
	height: auto;}
.obrazek_całe_okno{
    display: block;
	margin-left: auto;
	margin-right: auto;	
	max-width: 1280px;
	width: 100%;
	height: auto;}
.video{
	width: 360px;
	height: auto;
	border-style: solid;
	border-width: 1px;
	border-radius: 15px;
	margin: 0px;
	padding: 0px;}
/*-------------------------------- specyfikacja kolumny lewej i prawej ------------------------------*/
#kolumna_lewa_zawartosc_s{
    display: block;
	overflow: hidden;
	width: 100%;
	border-style: none;
	font-size: 20px;
	font-weight: normal;
	color: #000000;
	margin: 0px;
	padding: 0px;
	word-wrap: normal;
	padding-right: 8px;}
#kolumna_prawa_zawartosc_s{
    display: block;
	overflow: hidden;
	width: 100%;
	border-style: none;
	font-size: 20px;
	font-weight: normal;
	color: #000000;
	margin: 0px;
	padding: 0px;
	word-wrap: normal;
	padding-left: 8px;}
ol{
	width: 100%;
	margin: 0px;
	padding: 0px;
	padding-left: 28px;
	padding-right: 28px;
	line-height: 20px;}
#brak_specyfikacji{
	margin: 0px;
	padding: 0px;
	padding-bottom: 8px;}
/*-------------------------------- całe okno ---------------------------------*/
.klawisz_przewin{
	display: flex;
	padding: 0px;
	margin: 0px;
	justify-content: center;}
.klawisz_przewin > div{
	width: auto;
	text-align: center;
	line-height: 20px;}
#klawisz_poczatek{
	display: none;
	position: fixed;
	bottom: 8px;
	right: 8px;
	z-index: 99;
	font-size: 20px;
	font-weight: bold;
	color: #ffff00;
	color: #33ffff;
	padding: 8px;
	text-shadow: 1px 1px 2px #333333;}
#klawisz_poczatek:hover{
	cursor: pointer;}
#klawisz_pozycja{
	display: block;
	position: fixed;
	bottom: 8px;
	left: 8px;
	z-index: 99;
	font-size: 20px;
	font-weight: bold;
	color: #ffff00;
	color: #33ffff;
	padding: 8px;
	text-shadow: 1px 1px 2px #333333;}
#klawisz_pozycja:hover{
	cursor: pointer;}
.klawisz{
	display: flex;
	padding: 0px;
	margin: 0px;
	margin-bottom: 8px;
	justify-content: center;}
.klawisz > div{
	width: auto;
	text-align: center;
	line-height: 20px;}
.klawisz_obrazek{
	width: 26px;
	height: 26px;
	margin-left: 8px;
	padding-top: 3px;}
.cale_okno{
    display: block;
	margin: 0px;
	padding: 8px;
    font-size: 20px;
	text-align: center;
	color: #ffff00;
	font-weight: bold;
	text-shadow: 1px 1px 2px #333333;}
.cale_okno:hover{
	cursor: pointer;}
.klawisz_powrot{
	display: flex;
	padding: 0px;
	margin: 0px;
	margin-bottom: 8px;
	justify-content: flex-end;}
.klawisz_powrot > div{
	width: auto;
	text-align: center;
	line-height: 20px;}
#cala_strona{
	display: block;
	margin: 0px;
	margin-top: 8px;
	padding: 8px;
    font-size: 20px;
	text-align: center;
	color: #ffff00;
	font-weight: bold;
	text-shadow: 1px 1px 2px #333333;}
#cala_strona:hover{
	cursor: pointer;}
#okno_obrazek{
	display: block;
	width: 100%;
	height: auto;}
#zawartosc_okna_obrazek{
	display: block;
	margin-right: 8px;}
#wyswietlanie_pdf{
	background-color: #ffffff;
	border-style: none;}
#okno_pdf{
	margin-right: 8px;
	margin-top: 8px;
	margin-bottom: 0px;}
#tekst_miganie{
	display: block;
	position: absolute;
	width: 100%;
	height: auto;
	top: 14px;
	text-align: right;
	font-weight: bold;
	color: #b22222;
	background-color: transparent;
	padding: 0px;
	margin: 0px;
	margin-right: 40px;
    animation-name: tekst_miganie;
    animation-duration: 0.3s;
	animation-delay: 1s;
	animation-direction: alternate;
	animation-iteration-count: infinite;}
@keyframes tekst_miganie{
	from{
		margin-right: 40px;}
	to{
		margin-right: 100px;}}
/*--------------------------------- stopka -----------------------------------*/
#stopka{
	display: flex;
	width: 100%;
	height: auto;
	height: 60px;
	padding: 0px;
	padding: 0px;
	color: #ffffff;}
#stopka_lewa{
	font-size: 36px;
	line-height: 60px;
	text-align: left;
	font-weight: bold;
	padding-left: 9px;
	text-shadow: 2px 2px 4px #000000;}
#stopka_srodek{
    font-size: 14px;
	margin-right: 8px;
	margin-left: 8px;
	padding-top: 8px;
	text-shadow: 1px 1px 0px #000000;}
#stopka_prawa{
	width: 100%;
	font-size:18px;
	line-height: 20px;
	padding-top: 36px;
	padding-right: 162px;
	margin-left: 8px;
	text-align: right;
	text-shadow: 1px 1px 0px #000000;}
#dane_firmy{
	display: flex;
	width: 100%;
	align-items: flex-start;}
#dane_firmy_l{
	line-height: 14px;
	margin-right: 18px;
	margin-right: -10px;
	text-align: left;}
#dane_firmy_p{
	line-height: 14px;
	text-align: right;}
.br{
	display: block;
	height: 4px;
	line-height: 4px;}
/*-------------------------------- Responsive --------------------------------*/
@media only screen and (min-width: 600px){
	.kolumna{
		width: 50%;}
	.kolumna_lewa_zawartosc{
		margin: 0px;
		padding: 0px;}
	.kolumna_prawa_zawartosc{
		margin: 0px;
		padding: 0px;
		padding-left: 8px;}}
/*----------------------------------------------------------------------------*/