html {
	background: url(../images/back.jpg) no-repeat;
	background-size: 100% auto;
	margin:0;padding:0;
}
body {
	position: absolute;
	width: 100%;
	min-height: 100%;
	background: url(../images/bg.png) repeat;
	font: 22px/32px 'Bookman Old Style', serif; 
	color: #222;
	margin:0;padding:0;
}
.container {
	max-width: 760px;
	min-width: 480px;
	margin: 0 auto;
	padding: 0 100px;
	background-color: rgba(255,255,255,0.5);
}
ul {
	list-style-position: inside;
	list-style-type: square;
}
h1 {
	margin: 32px 0;
	padding: 12px 0;
	border-bottom: 1px solid #000;
	font-style: italic;
	text-shadow: 2px 2px 4px #777;	            	
}
h2 {
	font-size: 20px;
}
p {
	max-width: 600px;
	margin: 24px 0;
	text-align: justify;
}
.litera {
	float: right;
	font-size: 22px;
	font-weight: normal;
	text-shadow: none;
	margin-top: 7px;
}
.italic {
	font-style: italic;	
}
.stihi {
	margin: 12px 0 12px 50px;
	font-style: italic;
}
.stihi p {
	text-align: left;
}
.stihi img {
	margin: 12px 0;
}
.block {
	margin: 12px 0 12px 50px;
	padding: 18px 0;
	border-top: 1px solid #777;
	border-bottom: 1px solid #777;
	font-style: italic;

}
.block .row {
	display: inline-block;
	position: absolute;
	width: 32px;
	height: 32px;
	background: url(../images/row.png) no-repeat;
	margin-top: -16px;
	margin-left: 10px;
}
.block .besk {
	display: inline-block;
	position: absolute;
	width: 64px;
	height: 44px;
	background: url(../images/besk.png) no-repeat;
	margin-top: -4px;
	margin-left: 10px;
}
.podpis {
	margin: 32px 0;
	padding: 12px 0;
	border-top: 1px solid #000;
	font-style: italic;
}
.index {
	display: block;
	margin: 24px 0 24px 24px;
}
.index ol {
	list-style-position: outside;
}
.clear {
	clear: both;
}
.right {
	float: right;
}
.marg {	
	display: inline-block;	
	width: 100px;
}