body {
	margin: 0;
	font-size: 14px;
	font-family: Verdana, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #000;
	background-color: #fff;
}
#content {
	width: 745px;
	background-color: #fff;
	margin: 0 auto;
}
h1 {
	text-align: center;
	font-size: 16pt;
	font-weight: bold;
	margin-bottom: 20px;
}
h2 {
	font-size: 12pt;
	font-weight: bold;
	margin-top: 7px;
	margin-bottom: 7px;
}

.fwb {
	font-weight: bold;
}

.text-block {
	margin-top: 20px;
	margin-bottom: 20px;
}
	.text-block p {
		color: #0b0b0b;
		widows: 2;
		orphans: 2;
		text-align: left;
		margin-top: 0;
		margin-bottom: 0;
	}
	.text-block p.ti {
		text-indent: 15px;
	}

.default-list {
	margin-left: 48px;
	text-align: left;
	padding: 0;
}
	.default-list li {
		margin: 0 0 0 24px;
		color: #0b0b0b;
		list-style-type: none;
	}

.ul-italic li {
	font-style: italic;
}

.rekvizity {
	margin-bottom: 20px;
	list-style-type: none;
}

	.rekvizity li {
		color: #454646;
		padding: 5px 0;
	}

		.rekvizity label {
			font-weight: bold;
		}

.rekvizity+div {
	padding-left: 150px;
}

	.rekvizity+div a {
		background: url(./../img/word.png) no-repeat;
		padding-left: 25px;
		text-decoration: underline;
		color: #454646;
	}
