@charset "utf-8";
@font-face {
    font-family: "MontserratMedium";
    src: url("fonts/montserrat-medium.woff") format('woff');
    font-weight: normal;
	font-display: swap;
}
@font-face {
    font-family: "MontserratBlack";
    src: url("fonts/montserrat-black.woff") format('woff');
    font-weight: normal;
	font-display: swap;
}
@font-face {
    font-family: "MontserratBold";
    src: url("fonts/montserrat-bold.woff") format('woff');
    font-weight: normal;
	font-display: swap;
}
@font-face {
    font-family: "MontserratLight";
    src: url("fonts/montserrat-light.woff") format('woff');
    font-weight: normal;
	font-display: swap;
}
body {
	margin: 0; padding: 0;
	font-family: "MontserratLight";
	background-color:#FFFFFF;
	color:#000000;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 1px;
}
div {
	padding: 0;
	margin:0 auto;
}
.max_wymiar_full_hd {
	width:100%;
	max-width:1920px;
}
.max_wymiar {
	width:100%;
	max-width:1400px;
	overflow:hidden;
	height:auto;
}
.logowanie {
	background-image:url(images/tlo-logowanie.jpg);
	width: 500px;
	height: 400px;
	margin-top: 50px;
}
.logowanie input {
    border: solid 1px #000000;
    font-size: 18px;
    padding: 10px;
}
.tekst_logowanie {
	padding-top: 50px;
	text-align:center;
	font-size:18px;
	font-weight:bold;
}
.logo {
	width: 400px;
    margin: auto;
    overflow: hidden;
}
.logo img {
    width: 100%;
}
.top {
    width: 100%;
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #f4f4f4;
    color: #FFFFFF;
    overflow: hidden;
    text-align: center;
}
.top img {
    height: 30px;
}
.stopka {
    width: 100%;
    position: fixed;
    bottom: 0;
    text-align: center;
    background-color: #f4f4f4;
    padding-top: 5px;
    padding-bottom: 5px;    
}
.stopka_odstep {
    width: 100%;
    height: 40px;
    overflow: hidden;
    clear: both;
}
.obrazki_start {
    text-align: center;
    clear: both;
    margin-top: 20px;
}
.obrazki_start_jeden {
    display: inline-block;
    width: 200px;
    height: 150px;
    border: solid 1px #CCCCCC;
    text-align: center;
    padding: 5px;
    margin: 5px;
  	behavior: url(/js/border-radius.htc);
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
    vertical-align: top;
}
.obrazki_start_jeden img {
    height: 80px;
}
.odstep_10 {
    width: 100%;
    height: 10px;
    clear: both;
}
.odstep_15 {
    width: 100%;
    height: 15px;
    clear: both;
}
.naglowek {
    width: 100%;
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #ff6803;
    color: #FFFFFF;
    overflow: hidden;
    text-align: center;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.naglowek2 {
    width: 100%;
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #000000;
    color: #FFFFFF;
    overflow: hidden;
    text-align: center;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.do_srodka {
    text-align: center;
}
select {
    width: 100%;
    max-width: 800px;
    border: solid 1px #000000;
    font-size: 18px;
    padding: 5px;    
}
input[type="password"] {
    width: 100%;
    max-width: 500px;
    border: solid 1px #000000;
    font-size: 18px;
    padding: 5px;    
}
input[type="submit"] {
    font-size: 18px;
    padding: 5px;    
    background-color: #000000;
    color: #FFFFFF;
    border: none;
    padding-left: 20px;
    padding-right: 20px;
}
input[type="submit"]:hover {
    background-color: #ff6803;
}
.pole_txt {
    width: calc(40% - 30px);
    margin: 5px;
    font-size: 16px;
    border: solid 1px #000000;
    padding: 5px;
}
.pole_txt_select {
    width: calc(20% - 30px);
    margin: 5px;
    font-size: 16px;
    border: solid 1px #000000;
    padding: 5px;    
}
.cz_24 {
    font-size: 24px;
}
.tabela {
    font-size: 14px;
    margin-bottom: 5px;
    
}
.tabela td {
    border: solid 3px #FFFFFF;
    background-color: #cfcfcf;
    padding: 2px;
}
.tabela_nag td {
    background-color: #000000;
    color: #FFFFFF;
}
.button_maly {
    display: inline-block;
    padding: 2px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #ff6803;
    color: #FFFFFF;
    border: 0;
}
.button_maly:hover {
    background-color: #000000;
    color: #FFFFFF;
}
.tresc {
    text-align: left;
}
.tresc img {
    max-height: 400px;
}
.zdj_wp {
    max-height: 400px;
}
.do_prawej {
    text-align: right;
}
blockquote {
    font-style: italic;
    color: #ff6803;
}

a:link {
color:#000000;
text-decoration:none;
}
a:visited
{
color:#000000;
text-decoration:none;
}
a:hover
{
color:#f38c2a;
text-decoration: none;
}
a:active
{
color:#000000;
text-decoration:none;
}