body {
background: white;
}
#hlavni { 
  position: absolute;
  display: block;
  left: 50%;
  margin: 0 0 0 -600px;
  padding: 0; 
  display: block;
  clear: both;
  width: 1000px;
  height:800px;
  z-index: 100;
  text-align: center;
  float: left;
  border: none;
  background:none;
  
}
#page {
  position: absolute;
  display: block;
  left: 50%;
  margin: 0 0 0 -395px;
  padding: 0; 
  clear: both;
  width: 1000px;
  height:800px;
  z-index: 100;
  text-align: center;
  float: left;
  border-right:1px solid white;
border-left:1px solid white;
}

#page1 {
  position:relative;
  top:10px;
  left:10px;
  clear:both;
  float:left;
  text-align:center;
  border:none;
  background:white;
  background-repeat:no-repeat;
  padding:0px;
  font-weight:bold;
  display:block;
  width:800px;
  height:800px;
}

#mezera {
position:relative;
display:block;
width:50px
height:100%;
}
a.menu {
font-size:12pt;
font-weight:bold;
text-decoration:none;
color:black;
}
a.menu:hover {
font-size:13pt;
font-weight:bold;
text-decoration:none;
color:white;
}

p {
font-family:verdana,arial;
font-size:10pt;
color:black;
}

