html {
	height:100%;
}
body {
	height:100%;
	padding: 0;
	margin: 0;
	font-size: small;
	_font-size: 80%;
	color: black;
  font-family: 'Georgia CE', 'Times New CE', 'New York CE', Georgia, times, serif;
	background: white;
	text-align: center;
	vertical-align: top;
	background-image: url("images/layout/bg.gif");
	background-position: right top;
	background-repeat: repeat;
  
}
#hlavni {
  width: 761px;
	margin: 0px auto; /*zarovn? na sted pro M a O*/
	margin-top: 10px;
  text-align: left; /*text zp doleva*/
	vertical-align: top;
	padding: 0px;
}

/*záhlaví*/
#horni_prechod {
  height: 27px;
  width: 761px;
}
#horni_stred {
	position: absolute;
  margin-left: 12px;
	width: 737px;
  height: 27px;
  background-image: url("images/layout/horni-prechod.gif");
	background-position: right top;
	background-repeat: repeat-x;  
}
#horni_leva {
  position: absolute;
  background-image: url("images/layout/horni-leva.gif");
	background-position: right top;
	background-repeat: no-repeat;
	width: 12px;
	height: 27px;
}
#horni_prava {
  position: absolute;
  margin-left: 749px;
  background-image: url("images/layout/horni-prava.gif");
	background-position: left top;
	background-repeat: no-repeat;
	width: 12px;
	height: 27px;
}
#zahlavi {
  height: 88px;
  width: 761px;
  background-image: url("images/layout/zahlavi-prechod.gif");
	background-position: right top;
	background-repeat: repeat-x;  
}
#logo {
  position: absolute;
  margin-top: 8px;
  margin-left: 40px;
  width:123px;
  height:73px;
}
#nadpis {
  position: absolute;
  margin-top: 10px;
  margin-left: 204px;
  height: 63px;
  width: 274px;
}
#telo {
  background-color: white;
  margin-top: 0px;
}


/*menu*/
#menu {
  margin-top: 0px;
  float: left;
  width: 216px;
  height: 396px;
  background-image: url("images/layout/menu-bg.gif");
	background-position: left 18px;
	background-repeat: no-repeat;
}
#menu_top {
  height: 18px;
  width: 216px;
  background-image: url("images/layout/menu-top.gif");
	background-position: left top;
	background-repeat: no-repeat;   
}
#menu_button {
  z-index: 10;
  margin-top: 10px;
  margin-left: 10px;
  font-size: 110%;
  _font-size: 113%;
  font-weight: bold;
}
.menu_seznam {
  margin-left: 13px;
  padding-left: 0px;
  _margin-left: 14px;
  list-style-type: disc;
}
.menu_seznam li {
  margin-left: 0px;
  padding-left: 0px;
  margin-top: 5px;  
}
.menu_seznam a {
  color: black;
  text-decoration: none;
}
.menu_seznam a:hover {
  color: red;
}
.podmenu1 {
  font-size: 100%;
  margin-left: 1em;
  padding-left: 0px;
}
.podmenu1 li {
  margin-top: 5px;   
}
.podmenu2 {
  list-style-type: none;
  font-size: 85%;
  margin-left: 0.2em;
  padding-left: 0px; 
}
.podmenu2 li {
  margin-top: 0px;  
}


/*hlavní obsah*/
#info {
  margin-top: 0px;
  padding-bottom: 10px;
  background-color: white;
  width: 540px;
	margin-left: 216px;
	_height: 450px;
	min-height: 450px;
  margin-bottom: 0px;
	border: 1px white solid;

}


/*zápatí*/
div.presah {
  clear: left;
  font-size: 1px;
  height: 1px;
}
#dolni_prechod {
  margin-top: -20px;
  height: 60px;
}
#dolni_stred {
  _position: absolute;
  margin-left: 14px;
  _margin-left: 8px;
  _margin-top: 16px;
	width: 732px;
	_width: 732px;
  height: 60px;
  background-image: url("images/layout/dolni-prechod.gif");
	background-position: right top;
	background-repeat: repeat-x;  
}
#dolni_leva {
  float: left;
  margin-right: 0px;
  background-image: url("images/layout/dolni-leva.gif");
	background-position: right top;
	background-repeat: no-repeat;
	width: 14px;
	height: 60px;
}
#dolni_prava {
  margin-left: 0px;
  float: right;
  background-image: url("images/layout/dolni-prava.gif");
	background-position: left top;
	background-repeat: no-repeat;
	width: 15px;
	height: 60px;
}
/*textové a obsahové*/
.red {
  color: red;
}
h1 {
  font-size: 180%;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 10px;
}
h2 {
  color: #110FCC;
  margin-left: 10px;
  margin-right: 10px;
}
h3 {
  font-size: 125%;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 0px;
}
h4 {
  margin-left: 10px;
  margin-right: 10px;
}
p {
  margin-left: 10px;
  margin-right: 10px;
}
.prolog {
  margin: 20px;
  padding: 0.5em 1em 0.5em 1em;
  border: 1px gray solid; 
}
.box {
  margin: 10px;
  margin-top: 0px;
  margin-right: 20px;
  padding: 0.5em 1em 0.5em 1em;
  border: 1px black solid; 
}
.foto {
  background-color: white;
  margin-left: auto;
  margin-right: auto;
}
.foto td {
  padding: 0.3em 1em 0.3em 1em;
  
}
.go_back {
  display: block;
  float: left;
}
.small {
  margin: 0em 0em 1.5em 1.5em;
  border: 1px black solid;
  vertical-align: middle;
}

img {
  border: 0px;
}
.mezera-c {
  margin-left: 30px;
  margin-right: 30px;
}
.center {
  text-align: center;
}

/*textvoé a nadpisové boxy*/
.kulaty-box { margin-right: 10px; margin-top: 10px; _margin-top: -5px;}
.kulaty-box h1, .kulaty-box h2, .kulaty-box h3, .kulaty-box p {margin:0 10px; letter-spacing:1px;}
.xtop, .xbottom {display:block; background:transparent; font-size:1px;}

.xb1-p, .xb2-p, .xb3-p, .xb4-p {display:block; overflow:hidden;}
.xb1-p, .xb2-p, .xb3-p {height:1px;}
.xb2-p, .xb3-p, .xb4-p {background:#ECEBE8; border-left:1px solid #fff; border-right:1px solid #fff;}
.xb2-p, .xb3-p, .xb4-p {background:#ECEBE8; border-left:1px solid #fff; border-right:1px solid #fff;}
.xb1-p {margin:0 5px; background:#fff;}
.xb2-p {margin:0 3px; border-width:0 2px;}
.xb3-p {margin:0 2px;}
.xb4-p {height:2px; margin:0 1px;}
.box-p { display:block;  background:#ECEBE8; border:0 solid #fff; border-width:0 1px;}

.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {background:#110FCC; border-left:1px solid #fff; border-right:1px solid #fff;}
.xb2, .xb3, .xb4 {background:#110FCC; border-left:1px solid #fff; border-right:1px solid #fff;}
.xb1 {margin:0 5px; background:#fff;}
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}
.box-h1 { color:white; display:block;  background:#110FCC; border:0 solid #fff; border-width:0 1px;}

a {text-decoration: none; color: blue;}
a:hover {text-decoration: underline; color: red;}


        

