html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
	background-color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
}
#celek {
	min-height: 100%;
	_height: 100%;
	width: 764px;
	margin: 0 auto;
	background-color: #eee;
	background-image: url(bc_celek.gif);
	background-repeat: repeat-y;
}
/* **************************************** */
#hlavicka {
	position: relative;
	width: 764px;
	height: 75px;
	overflow: hidden;
	background-color: #630C10;
	color: white;
}
#hlavicka h1, #hlavicka p {
	margin: 0;
}
#hlavicka a {
	color: white;
	text-decoration: none;
}
#hlavicka span {
	position: absolute;
	left: 0;
	top: 0;
	width: 764px;
	height: 75px;
	background-image: url(hlavicka.gif);
	cursor: hand;
}
/* ********************************************** */
#obsah {
	float: right;
	display: inline;
	margin: 0 10px 0 4px;
	text-align: left;
	width: 560px;
	min-height: 150px;
	_height: 150px;
	background-image: url(bc_obsah.gif);
	background-position: 5px 0;
	background-repeat: no-repeat;
}
#obsah2 {
	margin: 15px;
}
#obsah .logo {
	text-align: center;
}
#obsah h2 {
	color: #620C16;
	font-size: 1.8em;
	font-variant: small-caps;
}
#obsah h3, #obsah h3 a {
	color: #620C16;
	font-size: 1em;
	margin: 0 0 0.5em 0;
}
#obsah h4 {
	margin: 0 0 0.5em 1em;
	font-size: 1em;
}
#obsah a {
	color: #620C16;
}
#obsah a:hover {
	text-decoration: none;
}
/* ****************************************** */
#levy {
	float: left;
	position: fixed;
	background-color: #F7B621;
	background-image: url(bc_celek.gif);
	background-repeat: repeat-y;
}
#menu {
	display: inline;
	width: 190px;
	padding: 1em 0;
	font-weight: bold;
}
#menu ul, #menu li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu ul li {
	padding: 1em 0;
	background-image: url(hr_menu.gif);
	background-repeat: no-repeat;
	background-position: 5px 100%;
}
#menu .u1, #menu .u1 a {
	color: black;
}
#menu .u2 a, #menu .u2 {
	color: #620C16;
	font-style: italic;
}
#menu a {
	text-decoration: underline;
}
#menu .u1 a:hover, #menu .u2 a:hover {
	color: #eee;
}
#menu .act {
	text-decoration: none;
}
/* *************************************** */
#paticka {
	margin-top: 50px;
	width: 190px;
	color: #620C16;
	font-size: 0.8em;
}
#paticka a {
  color: #620C16;
}
#paticka a:hover {
  text-decoration: none;
}
/* ****************************************** */
.cleaner {
	visibility: hidden;
	clear: both;
 height: 1px;
 margin:-1px 0 0 0;
 border: 0;
 padding: 0;
}

