/*------------------------------ transmisja ----------------------------------*/
body{
	display: block;
	width: 100%;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	border: none;}
html{
	font-family: Arial, Helvetica, Verdana, Calibri, Candara, Segoe, "Segoe UI", Optima, sans-serif;}
#transmisja_mini{
	display: block;
	width: 100%;
	padding: 0px;
	margin: 0px;}
#nakladka_rodo_vol{
    position: relative;
	display: flex;
	width: 100%;
	height: auto;
	align-items: flex-start;
	flex: 1;
	background-color: #1d3595;
    z-index: 2;}
.ikona_rodo_vol{
	width: auto;}
#tekst_rodo_vol{
	width: 100%;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	text-shadow: 1px 1px 2px #333333;}
#okno_rodo{
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: flex-end;
    background-repeat: no-repeat;
	border: none;
	padding: 0px;
	margin: 0px;}
#tekst_rodo{
	display: block;
	width: 100%;
	height: auto;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
	font-weight: bold;
    background-color: transparent ;
	color: #ffffff;
	text-shadow: 1px 1px 2px #333333;}
#okno_przerwa{
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: flex-end;
    background-repeat: no-repeat;
	border: none;
	padding: 0px;
	margin: 0px;}
#godzina_przerwy{
	display: block;
	width: 100%;
	height: auto;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
	font-weight: bold;
    background-color: transparent ;
	color: #ffffff;
	text-shadow: 1px 1px 2px #333333;}
#nakladka_inf{
    position: absolute;
	width: 100%;
	height: auto;
	background-color: transparent;
    z-index: 2;}
#tekst_nakladki_inf{
	width: 100%;
	text-align: center;
	font-weight: normal;
	color: #ffffff;
	text-shadow: 1px 1px 2px #333333;}
#nakladka_vol{
    position: relative;
	display: flex;
	width: 100%;
	height: auto;
	align-items: flex-start;
	flex: 1;
    z-index: 2;}
.ikona_nakladka_vol{
	width: auto;}
#tekst_nakladki_vol{
	width: 100%;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	text-shadow: 1px 1px 2px #333333;}
#nakladka_plansza{
    position: absolute;
	width: 100%;
	height: auto;
	top: 0px;
	left: 0px;
	background-color: transparent;
    z-index: 2;}
#plansza{
    position: absolute;
	width: auto;
	height: auto;
	top: 0pz;
	left: 0px;}
#okno_plansza_rady{
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: flex-end;
    background-repeat: no-repeat;
	border: none;
	padding: 0px;
	margin: 0px;}
#tekst_plansza_rady{
	display: block;
	width: 100%;
	height: auto;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
	font-weight: bold;
    background-color: transparent ;
	color: #ffffff;
	text-shadow: 1px 1px 2px #333333;}
/*----------------------------------------------------------------------------*/