.naglowek {
	
	background-color: #c0c0c0;
	color: #000000;
background: #f5f6f6; /* Old browsers */
background: -moz-linear-gradient(top,  #f5f6f6 0%, #dbdce2 21%, #b8bac6 49%, #dddfe3 80%, #f5f6f6 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #f5f6f6 0%,#dbdce2 21%,#b8bac6 49%,#dddfe3 80%,#f5f6f6 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #f5f6f6 0%,#dbdce2 21%,#b8bac6 49%,#dddfe3 80%,#f5f6f6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f6f6', endColorstr='#f5f6f6',GradientType=0 ); /* IE6-9 */
	
}

#dopisekNaglowek {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	background-image: url('img/wyporzyczalnia-samochodow.png');
	height: 250px;
	width: 305px;
}


body {
	background-color: #1f244a;
}

#logoMaleNaglowek {
	display: block;
	width: 200px;
	height: 157px;
	
	position: absolute;
	top: 10px;
	left: 10px;
	/*background-image: url('img/logoMale.png');*/
	
	
}


.container {
	margin-top: 20px;
}


.colMenu {
	font-size: 20px;
	font-family: arial;

}

#menuGorne {
		  display: flex;
		  display: -webkit-flex; /* Safari 8 */
		  flex-wrap: wrap;
		  -webkit-flex-wrap: wrap;         /* Safari 8 */
		  justify-content: space-between;
		  -webkit-justify-content: space-between;       /* Safari 8 */
}


#banerGorny {
	height: 250px;
	width: 100%;
	display: block;
	background-color: #ffffff;
}

#tresc {
	font-family: arial;
	font-size: 12px;
	line-height: 23px;
	padding: 20px;
	width: 947;
	background-color: #ffffff;
}

H3 {
	font-family: 'Mogra', cursive;
	color: #b6ce38;

}

p {
	color: #1f244a;
}

#tresc img {
	margin: 5px;
	-webkit-box-shadow: inset -1px -1px 24px 42px rgba(255,255,255,0);
	-moz-box-shadow: inset -1px -1px 24px 42px rgba(255,255,255,0);
	box-shadow: inset -1px -1px 24px 42px rgba(255,255,255,0);
}


#tresc img:hover {
-webkit-box-shadow: inset -1px -1px 24px 42px rgba(255,255,255,1);
-moz-box-shadow: inset -1px -1px 24px 42px rgba(255,255,255,1);
box-shadow: inset -1px -1px 24px 42px rgba(255,255,255,1);
}


#stopka {
	height: 70px;
	background-color: #e5e5e5;
	margin-top: 20px;
}


.logoMale2 {
	display: block;
	width: 228px;
	height: 54;
	
}

h2 {
	font-size: 15px;
	font-weight: bold;
}


.obrazki {
	
		  display: flex;
		  display: -webkit-flex; /* Safari 8 */
		  flex-wrap: wrap;
		  -webkit-flex-wrap: wrap;         /* Safari 8 */
		  justify-content: center;
		  -webkit-justify-content: center;       /* Safari 8 */
	
}


.obrazki img {
	width: 250px;
	height: 250px;
}

.tabCennik {
	margin: 30px auto;

	font-family: arial;
}

.tabCennik tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}

.tabCennik tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}

.tabCennik tr:first-child td:last-child {
    border-top-right-radius: 10px;
}

.tabCennik tr:first-child td:first-child {
    border-top-left-radius: 10px;
}

.tabCennik td {
	padding: 5px;
}

	
.tabCennik tr:nth-child(even) {
	background-color: #c0bdcd;
}

.tabCennik tr:nth-child(odd) {
	background-color: #e5e5e5;
}

.tabCennik tr:nth-child(1) {
	background-color: #1f244a;
	color: #ffffff;
	font-size: 17px;
	font-weight: bold;
}

