#obsah h1 {
	clear: both;
	margin: 0 0 30px 0;

	color: #333;
	font-size: 30px;
	font-weight: normal;
	font-family: 'Syncopate', sans-serif;
	letter-spacing: -2px;
	text-transform: uppercase;
}
#obsah h2 {
	clear: both;
	margin: 25px 0 5px 0;

	color: #333;
	font-size: 24px;
	font-weight: normal;
	font-family: 'Syncopate', sans-serif;
	letter-spacing: -2px;
	text-transform: uppercase;
}

#obsah p {
	margin: 0 0 15px 0;

	color: #323232;
	font-size: 12px;
	line-height: 1.5em;
}

#obsah ul {
	margin: 0 0 15px 0;
	font-size: 12px;
}
#obsah ul li {
	min-height: 30px;
	padding: 5px 0 5px 35px;

	font-size: 12px;
	line-height: 20px;
	list-style-type: none;
	background: url("../img/obsah-ul.png") no-repeat left top;
}

#obsah table {
	width: 100%;
	margin: 0 0 15px 0;
	line-height: 1.5em;
}
#obsah table td {
	padding: 5px 0 10px 0;
}
