* {
	padding: 0;
	margin: 0;
	font-family: Arial;
}
a {
	text-decoration: none;
	color: unset;
	background-color: unset;
}
/*nagłówek*/
#header {
	position: fixed;
	top: 0;
	width: 100%;
	height: 130px;
	background-color: #004080;
	color: white;
}
#name {
	height: 100%;
	width: 50%;
	float: left;
}
#name div {
	padding: 10px 5%;
}
#kontakt {
	height: 100%;
	width: 50%;
	float: right;
}
h1 {
	font-size: 60px;
	width: 90%;
	text-transform: uppercase;
}
#kontakt p {
	width: 80%;
	font-size: 25px;
	float: right;
	text-align: right;
	padding: 10px 5%;
}
#adres {
	width: 95%;
	font-size: 25px;
	float: left;
	margin-right: 5%;
}
#kontakt a {
	color: white;
}
#kontakt a:hover {
	color: #ffff00;
}
/*nagłówek2
	background-color: #3d3d5c;*/
/*nagłówek3*/
#sub {
	position: fixed;
	top: 130px;
	width: 100%;
	height: 120px;
	background-color: #0059b3;
	color: white;
	text-transform: uppercase;
}
.nav {
	height: 50%;
	float: left;
	text-align: center;
}
#nav1 {
	width: 34%;
}
.nav2 {
	width: 33%;
}
.nav:nth-of-type(2n-1) {
	background-color: #0066cc;
}
.nav p {
	padding: 14px 0;
	font-size: 28px;
}
.nav4 {
	background-color: #0073e6;
	width: 67%;
}
.nav3:nth-of-type(1) {
	background-color: #004d99;
	width: 33%;
}
.nav:hover {
	background-color: #339966;
}
/*zawartość*/
#main {
	width: 100%;
	height: auto;
	margin: 250px 0 0 0;
	background-color: white;
}
.text {
	padding: 10px 80px;
	font-size: 18px;
}
h3 {
	padding: 30px 80px 0 80px;
	text-transform: uppercase;
}
.tel {
	color: #ffff00;
	font-size: 41px;
}
#L {
	padding: 20px 10%;
}
#lok {
	width: 100%
}