body {
	font-family: sans-serif;
	font-size: 12px;
	background-color: #ffffff;
}

table {
	font-family: sans-serif;
	font-size: 12px;
}

A {
	text-decoration: underline;
	color: #8A8B8E;
}

A:HOVER {
	color: #525355;
	text-decoration: underline;
}

A:LINK {
	color: #525355;
	text-decoration: underline;
}

.head {
  width: 750px;
  font-align: left;
	margin: 0 0 4px 0;
}

.hledani {
  width: 748px;
	background-color: #DDDDDD;
  font-weight: bold;
  padding: 2px 2px 2px 4px;
	border-width: 1px;
	border-style: solid;
	border-color: #AAAAAA;

}

.titulek1, .titulek2, .titulek3 {
	background-color: #EBC146;
  font-weight: bold;
  padding: 2px 2px 2px 4px;
  margin: 0;

	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #DB473C;

	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #DB473C;
}

.obsah1, .obsah2, .obsah3 {
	background-color: #FEEFC1;
	padding: 2px 2px 2px 4px;
	margin: 0 0 7px 0;
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DB473C;
}

.podtrh {
  margin: 25px 0 5px 0;
  
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #E9CE7E;

	border-bottom-width: 0px;
	border-bottom-style: dotted;
	border-bottom-color: #E9CE7E;
}