
body {
	background-color:white;
	font-family: 'Roboto', sans-serif;
	color:black;
	max-width: 1200px;
	margin-left:auto; 
	margin-right: auto;
	font-size:17px;
}

.kontener{width:100%; margin-top:50px;}

/*klasy zbiorcze*/
.bgbialy{background-color:white;}
.textczarny{color:black;}
.margineslewy{margin-left:20px}
.srodkowanie{margin-top:auto; margin-bottom:auto;}

/*style elementów*/
.texttytul{text-align:center; margin-top:50px; margin-bottom: 50px; font-size: 20px;}
.textstopka{text-align:center; margin-top:20px; margin-bottom: 20px;}
.navi100{background-color:white; width:100%; text-align:right;}
.stopka {background-color:#545453; color:white;}

/*style linków*/
a.przycisk:link{color: black;}
a.przycisk:visited{color: black;} 
a.przycisk:hover{background-color: #BBC4C0;} 
a.linkmail:link{color:white;}
a.linkmail:visited{color: white;}

/*style znaczników*/
h2{text-align:center; color:#4A6C9E; margin-top:20px; margin-bottom:20px;}
h3{text-align:center; color:#37945C; margin-top:15px; margin-bottom:20px;}
p{margin-left:15px; margin-right:15px; text-align:justify;}

/*listy*/
ul.listacz{color: red;} ul.listacz span{color: #333;}
ul.listastrzalka{list-style-type: none;} ul.listastrzalka li:before {content: "\21D2"; margin-right:5px; padding-right:8px; color:red;}
