
html, body {
	background: #ffffff;
	margin: 0;
	padding: 0 10px 0 10px;
}
body * {
	font-family: 'Trebuchet MS', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	margin: 0;
	padding: 0;
	color: #0d004c;
}
header, footer, aside, nav, article {
	display: block;
}
img {
	border: 0px;
}
.imgresp {
	max-width: 100%;
	height: auto;
}
.clr {
	clear: both;
}

.main {
	max-width: 1100px;
	margin: 0 auto;
	clear: both;
	margin-top: 15px;
	margin-bottom: 40px;
}
@media only screen and (min-width : 940px){
	.main {
		border: 1px solid #e0e0e0;
		width: 90%;
		padding: 18px;
	}
}

h1, h2 {
	font-weight: normal;
	color: #00005b;
}
h1 {
	margin: 0 0 8px 0;
}
h2 {
	margin: 20px 0 36px 0;
}

.cite {
	background: #e8e3de url('img/quotes.png') no-repeat;
	border: 1px solid #ded1b4;
	padding: 10px 20px 10px 74px;
	min-height: 42px;
	width: 700px;
	max-width: 80%;
	font-size: 22px;
	margin-top: 10px;
	margin-bottom: 18px;
	color: #000000;
	text-align: center;
}
@media only screen and (min-width : 800px){
	.cite {
		min-width: 700px;
	}
}
@media only screen and (max-width : 700px){
	.cite {
		font-size: 18px;
	}
}
.left {
	float: left;
	/* margin-left: -4px; */
}
.right {
	float: right;
	/* margin-right: -4px; */
}

.przypis {
	font-style: italic;
	text-align: right;
}

.video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 30px;
	background-color: #eeeeee;
	margin-top: 20px;
}
.video iframe, .video object, .video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

ul {
	margin-left: 5px;
}
li {
	list-style-type: none;
	background: url('img/bullet.png') no-repeat left top;
	padding-left: 35px;
	margin-bottom: 20px;
}
strong {
	font-size: 20px;
}


