body {
	background-color: white;
	color: #000000;
	margin: 0 !important;
}

.wrapper{
	width: 1500px;
	margin-left: auto;
	margin-right: auto;
}

.logo{
	height: 375px;
	/*width: 100%;*/
	background-color: #fcfafb;
	color: white;
}

.logoL{
	float: left;
	width: 30%;
	color: black;
	padding-top: 120px;
	padding-left: 270px;
	font-size: 80px;
	font-family: 'Roboto Slab', serif;
}

.logoR{
	float: right;
}

.menu {
	height: auto;
	font-size: 24px;
	background-color: #a9cbf8;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	border-radius: 0px 0px 10px 10px;
}

.option {
	float: left;
	width: 25%;
}

.main{
	/*width: 1050px;*/
	margin-left: auto;
	margin-right: auto;
	font-size: 22px;
	line-height: 1.5;
	text-align: center;
}

.main_oferta{
	text-align: left;
}

.footer{
	height: 287px;
	/*width: 100%;*/
	background-color: #000000;
	color: white;
}	

.footerL{
	float: left;
	width: 25%;
	height: 287px;
	border-right: 2px dashed #696969;
}

.footerS{
	float: left;
	width: 30%;
	height: 287px;
	border-right: 2px dashed #696969;
	color: white;
	font-size: 22px;
	padding-left: 60px;
	/* font-family: 'Piazzolla', serif; */
	font-family: 'Fira Sans', sans-serif;
}

.footerR{
	float: left;
	color: white;
	padding:5px;
	font-size: 20px;
	padding-top:15px;
	padding-left: 200px;
	text-align: center;
	font-family: 'Piazzolla', serif; 
}

.kafelki{
	margin-left: auto;
	margin-right: auto;
	width: 1050px;
	height: 300px;
}

.naprawa{
	float: left;
	width: 350px;
	height: 300px;
	text-align: center;
	font-size: 30px;
	background-image: url("images/naprawa2.png");
	background-size: contain;
	opacity: 0.75;
	filter: grayscale(100%);
}

.czesci{
	float: left;
	width: 350px;
	height: 300px;
	text-align: center;
	font-size: 30px;
	background-image: url("images/czesci.png");
	background-size: contain;
	opacity: 0.75;
	filter: grayscale(100%);
}

.sprzedaz{
	float: left;
	height: 300px;
	width: 350px;
	text-align: center;
	font-size: 30px;
	background-image: url("images/sprzedaz.png");
	background-size: contain;
	opacity: 0.75;
	filter: grayscale(100%);
}

a.menu{
	color: #000000;
	text-decoration: none;
}

.naprawa:hover{
	opacity: 1;
	filter: grayscale(0%);
}

.czesci:hover{
	opacity: 1;
	filter: grayscale(0%);
}

.sprzedaz:hover{
	opacity: 1;
	filter: grayscale(0%);
}

.naprawa span{
	background-color: white;
}

.czesci span{
	background-color: white
}

.sprzedaz span{
	background-color: white;
}

a.kafelki{
	color: #000000;
	text-decoration: none;
	display: block;
	width: 350px;
	height: 300px;
}

.naprawa2{
	float: left;
	width: 350px;
	height: 300px;
	text-align: center;
	font-size: 30px;
	background-image: url("images/naprawa2.png");
	background-size: contain;
	opacity: 1;
	filter: grayscale(0%);
}

.czesci2{
	float: left;
	width: 350px;
	height: 300px;
	text-align: center;
	font-size: 30px;
	background-image: url("images/czesci.png");
	background-size: contain;
	opacity: 1;
	filter: grayscale(0%);
}

.sprzedaz2{
	float: left;
	height: 300px;
	width: 350px;
	text-align: center;
	font-size: 30px;
	background-image: url("images/sprzedaz.png");
	background-size: contain;
	opacity: 1;
	filter: grayscale(0%);
}

.naprawa2 span{
	background-color: white;
}

.czesci2 span{
	background-color: white
}

.sprzedaz2 span{
	background-color: white;
}

.naprawa2:hover{
	opacity: 1;
	filter: grayscale(0%);
}

.czesci2:hover{
	opacity: 1;
	filter: grayscale(0%);
}

.sprzedaz2:hover{
	opacity: 1;
	filter: grayscale(0%);
}

.naprawa_podzial {
	height: auto;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding: 10px;
}

.podzial {
	float: left;
	width: 50%;
}

.czesciiakcesoria_podzial {
	height: auto;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding: 10px;
}

.podzial2 {
	float: left;
	width: 33%;
}

.oferty{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

table, th, td {
		  border: 1px solid black;
		  border-collapse: collapse;
		  text-align: center;
		}
		
a.naprawa_podzial{
	color: #000000;
	text-decoration: none;
}

a.czesciiakcesoria_podzial{
	color: #000000;
	text-decoration: none;
}

div.list {
	text-align: center;
}
	
ul { 
	display: inline-block; 
	text-align: left; 
}

	