.art{
}

.art h1, .art h2, .art h3{
	color: #507bac;
	font-weight: bold;
	margin: 0 0 10px;
	line-height: 1.4em;
}
.art h1{
	font-size: 170%;
}
.art h2{
	font-size: 150%;
}
.art h3{
	font-size: 110%;
}
.art p{
	color: #3a4e65;
	margin: 10px 0 24px;
	line-height: 1.4em;
}
.art p a, .art li a{
	display: inline-block;
	padding: 0 3px;
	color:#1d3e87;
	background: rgba(29,62,135,0.1);
	text-decoration: none;
	font-weight: bold;
	border:2px solid transparent;
}
.art p a:hover, .art li a:hover{
	border:2px dashed rgba(22,34,65,0.3);
	text-decoration: none;
}
.art-wstep{
	margin-top: 14px;
	margin-bottom: 14px;
	margin-left: -14px;
	margin-right: -14px;
	background: #1747a6;
	color: #fff !important;
	padding: 14px;
	border-radius: 14px;
}
.art-stopka{
	margin:24px 0 24px;
	background: rgba(104,134,200,0.1);
	padding: 14px;
	font-size: 90%;
}
.art ul, .art ol{
	margin: 10px 0 24px;
	overflow: hidden;
}
.art ul li, .art ol li{
	margin: 10px 0 14px 34px;
}

.art table{
}

.art table{
	border:1px solid #f1ddc4;
	width:100%;
}
table th{
	font-weight:bold;
	background: #ab1903;
	color: #fff;
	padding: 8px;
}
table td{
	vertical-align: middle;
	font-size:90%;
	padding: 8px;
	border-color: #f1ddc4 !important;
}
table p{
	margin:0 auto !important;
}


.dolacz-obraz{
	display: block;
	margin: 20px 0 30px;
	text-align: center;
	position: relative;
}
.dolacz-obraz-opis{
	position: absolute;
	bottom: 0;
	left:0;
	width:100%;
	padding: 10px;
	font-size: 80%;
	font-weight: bold;
	background: rgba(255,255,255,0.8);
}
.dolacz-obraz-oplywanie{
	float:left;
	clear: left;
	width:40%;
	max-width: 300px;
	margin: 4px 14px 20px 0px;
	text-align: center;
}
.dolacz-obraz-oplywanie img{
	max-width: 100%;
	margin: 4px auto;
}

.dolacz-galerie {
	display: block;
	overflow: hidden;
	width: 100%;
	margin: 10px auto 20px;
	padding: 0;
}
.dolacz-galerie li {
	list-style-type: none;
	float: left;
	width: 100px;
	margin: 1px 1px 1px 0;
	text-align: center;
	overflow: hidden;
	display: inline-block;
}
.dolacz-galerie li .dolacz-galerie-img {
	position: relative;
	float: left;
	width: 100px;
	height: 100px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover !important;
	border-radius: 8px;
	border:3px solid #1747a6;
}
.nazwa-galerii {
	font-weight: bold;
	margin: 14px 0 10px;
	overflow: hidden;
	font-size: 160%;
	line-height: 1.5em;
}
.opis-galerii {
	font-weight: bold;
	margin: 14px 0 10px;
	overflow: hidden;
	line-height: 1.5em;
}

.artykul{
	
}
	.artykul h1, .artykul h2, .artykul h3{
		font-weight: bold !important;
	}
		.artykul h1{
			font-size: 240% !important;
		}
		.artykul h2{
			font-size: 190% !important;
		}
		.artykul h3{
			font-size: 150% !important;
		}
	.artykul p{
		margin: 18px 0 !important;
		line-height: 1.4em !important;
	}
		.artykul ul, .artykul ol{
			margin: 18px 0 !important;
			padding: 0 !important;
		}
			.artykul li{
				margin:  0 0 14px 44px !important;
			}
	.artykul a{
		font-weight: bold;
		color: #1747a6;
		text-decoration: none;
		border-bottom: 1px solid transparent;
	}	
		.artykul a:hover, .artykul a:focus{
			border-bottom: 1px solid #1747a6;
		}

.dolacz-plik{
	background: #1747a6;
	color: #fff;
	border-radius: 5px;
	padding: 4px 10px;
}
	.dolacz-plik:hover{
		background: #f291a3;
	}
	.dolacz-plik a{
		color: #fff !important;
		text-decoration: none;
		border: 0 !important;
	}