
body {

 	font: 100% Tahoma;
	background-position:center;
	background-position:top;
	background-color: #393939;

	}
.home #container {
	margin: 0 auto;
	}
.home #header {
	
	}
.home #stopka {
	text-align:center;
	margin-top: 100px;
	}	
	
#p1 {	
	margin-top: 0px;
	font-size:30px;
	font-weight: 900;
	color: #eee;
	text-align: center;
	}
#p2 {	
	margin-top: 0px;
	font-size:30px;
	font-weight: 900;
	color: #c63f27;
	text-align: center;
	}
#p3 {	
	font-size:20px;
	font-weight: 700;
	color: #dddddd;
	}
	
A { 
	color: inherit; 
	text-decoration : none 
	} 
A:visited { 
	color: inherit; 
	text-decoration : none 
	} 
A:hover {
	 color: inherit; 
	 text-decoration : none
	 }
	
#logo {
	display: block;
	margin-left: auto;
	margin-right: auto;
	background-image: url("img/header_v2.png");
	height: 515px;
	width: 1202px;
	}
#tab-red {
	background-position:center;
	background-position:top;
	background-color: #c63f27;
	height: auto;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 40px;
	}
#tab-gray {
	background-position:center;
	background-position:top;
	background-color: #b6b6b6;
	height: auto;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 40px;
	}


#spacer1 {
	background-color: #c63f27;
	width: 300px;
	height: 3px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
}

#spacer2 {
	background-color: #eee;
	width: 300px;
	height: 3px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
}
#stopk {
	text-align:center;
}

#panel {
	padding-top: 20px;
	padding-left: 500px;
	display: flex;
	flex-wrap: wrap;
	width: 500px;
	margin: auto;
	
	
}

#przycisk {
	width: 130px;
	height: 50px;
	font-size:20px;
	font-weight: 600;
	margin-left: 10px;
	text-align: center;
	line-height: 50px;
	color: #dddddd;
}
#przycisk:hover {
	background-color: #747474;
	border-radius: 25px;

	
}

#headline {
	width: 1000px;
	margin: auto;
	padding-top: 15px;
	padding-bottom: 10px;
	
}
#tab_con {
	display: flex;
	flex-wrap: wrap;
	width: 1000px;
	margin: auto;
}
#oferta1{
	background-image: url("img/machine.png");
	background-size: 465px 350px;
	background-repeat: no-repeat;
	background-position: center;
	width: 465px;
	height: 350px;
	margin: 10px;
    position: relative;
}
#oferta2{
	background-image: url("img/sheets.png");
	background-size: 465px 350px;
	background-repeat: no-repeat;
	background-position: center;
	width: 465px;
	height: 350px;
	margin: 10px;
	position: relative;

}
#oferta3{
	background-image: url("img/draw.png");
	background-size: 465px 350px;
	background-repeat: no-repeat;
	background-position: center;
	width: 465px;
	height: 350px;
	margin: 10px;
	position: relative;
}
#oferta4{
	background-image: url("img/wizka.png");
	background-size: 465px 350px;
	background-repeat: no-repeat;
	background-position: center;
	width: 465px;
	height: 350px;
	margin: 10px;
	position: relative;
}

#oferta5{
	background-image: url("img/spawacz.png");
	background-size: 465px 350px;
	background-repeat: no-repeat;
	background-position: center;
	width: 465px;
	height: 350px;
	margin: 10px;
	position: relative;
}

#oferta6{
	background-image: url("img/www.png");
	background-size: 465px 350px;
	background-repeat: no-repeat;
	background-position: center;
	width: 465px;
	height: 350px;
	margin: 10px;
	position: relative;
}

#podpis_oferta {
	background-color: #b6b6b6;
	opacity: 0.70;
	width: 100%;
	height: 40px;
	position: absolute;
	bottom: 0px;
	text-align: center;
	font-size: 15px;
	font-weight: 700;
	line-height: 40px;
}
