body, html { 
  text-align: center;
  margin: 0;
  padding: 0;
}
#page {
  width: 784px;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  margin: 0 auto;
  position: relative;
  font-family: Verdana;
  font-size: 0.6875em;
  text-align: left;
}
#header {
	width: 784px;
	height: 137px;
	background: #fff url("../gfx/header-bottom.gif") left bottom no-repeat;
	text-align: left;
	border-bottom: 1px solid #000;
}
#header h1 {
	margin: 0;
	padding: 0;
	font-size: 50%;
}


/* TEXT --------------------------------------------------------------*/
#text {
  background-color: #ffffff;
  float: left;
  width: 784px;
  /* padding-bottom: 10px; */
}
#text #breadcrumbs {
  background-color: #b6d3e1;
  color: #000;
  font-weight: bold;
  padding: 3px 3px 3px 20px;
  border-bottom: 2px solid #fff;
  border-top: 2px solid #fff;
  margin: 0;
  font-size: 90%;
}
#text p {
  padding: 0 20px 0.5em 20px;
}
#text img {
  border: 0px;
}
#text #obsah {
  background-color: #ffffff;
  width: 754px;
  margin: 0 15px 0 15px;
  padding-top: 15px;
  clear: both;
} 

#text #obsah table {
  background-color: #ffffff;
  font-size: 100%;
} 

/* menu */
#menu{
  background-color: #b6d3e1;
  color: #000;
  font-weight: bold;
  padding: 0px 0px 0px 20px;
  margin: 0;
  font-size: 90%;
  height: 26px;
}
#menu UL{
  margin: 0;
  padding: 0;
}
#menu UL LI{
  list-style: none;
  text-align: left;
  float: left;
}
#menu UL LI.oddelovac{
  background-color: #000000;
  width: 1px;
  height: 10px;
  margin-top: 10px;
}
#menu UL LI A{
  padding: 9px 10px 9px 10px;
  margin: 0;

  font-family: "Arial CE", Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #000000;
  text-decoration: none;
  display: block;
  cursor: pointer;
  float: left;
}
#menu UL LI A.active{
  color: #000000;
  font-weight: bold;
}
#menu UL LI A:hover{
  text-decoration: underline;
}

/* footer */
#footer {
  background-color: #51423d;
  color: #fff;
  padding: 10px;
  _padding: 5px;
  width: 764px;
  _width: 784px;
}
#footer a {
  color: #fff;
  text-decoration: none;
}
#footer a strong, #footer a:hover {
  text-decoration: underline;
}
#footer p {
  float: left;
  line-height: 2;
  margin-bottom: 0;
}
#footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: right;
  width: 500px;
}
#footer li {
  float: left;
  margin-right: 5px;
  line-height: 2;
  color: #e2e250;
}

/* flash */
#hp {
  width: 784px;
  height: 80px;
  position: absolute;
  top: 0;
  left: 0;
}

/* obecne------------------------------------------ */
input, button {
  vertical-align: middle;
}

a {
	color: #000;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 0.5em 0;
	line-height: 1.5;
}
.left {
	text-align: left !important;
}
.right {
	text-align: right !important;
}
.center {
	text-align: center !important;
}
.fll {
	float: left;
}
.flr {
	float: right;
}
img.fll {
	float: left;
	margin-right: 10px;
}
img.flr {
	float: right;
	margin-left: 10px;
}
.cleaner {
	clear: both;
}
div.cleaner {
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}
.hid {
	visibility: hidden;
}
.nod {
	display: none;
}
.spaceman {
	position: absolute;
	top: -3000px;
	left: 0;
}
.spacer {
  display: block;
  height: 1px;
  font-size: 1px;
  width: 176px;
  margin-bottom: 10px;
  margin-left: 14px;
  background: url(../gfx/spacer-zima.gif) 0 0 no-repeat; 
}
