.clanek_nahled {
	border-bottom: 1px solid #666; 
}
.clanek_nahled h2 {
	margin: 10px 0;
}
.clanek_nahled h2 a {
	color: darkblue;
	font-family: serif;
}
#obsah a:hover {
	text-decoration: none;
}
.clanek_nahled p {
	margin: 10px 0;
}
.clanek_nahled img.uvodni {
	float: right;
	border: 3px solid #ddd;
	padding: 1px; background: white;
	margin: 3px 5px;
}
.clanek_nahled .uvodnitext {
	width: 360px;
	text-align: justify;
}

#obsah table {
	margin: 1em auto;
	border: 1px solid #999;
}
#obsah h1 {
	font-size: 160%;
}
#obsah h2 {
	font-size: 140%;
}
#obsah h6 {
	font-size: 100%;
}

#obsah > p {
	line-height: 140%;
	text-align: justify;
}

#obsah table thead tr {
	background: #ccc;
}
#obsah table thead tr th {
	padding: 2px 10px;
}
#obsah table tbody tr {
	background: #eee;
}
#obsah table tbody tr td,
#obsah table tbody tr th {
	padding: 2px 5px;
}
#obsah table tbody th {
	text-align: left;
}
