body {
	text-align: center;
	color: black;
	font-family: Tahoma, Geneva, Verdana, sans-serif;
	background-color: rgb(255,255,255);
  background-repeat: repeat-x;
/*  min-height: 1124px;  */
}
a:link {
	color: black;
	text-decoration: none
}
a:visited {
	color: black;
}
a:hover {
	color: rgb(0,102,0);
}
#obal {
  position: relative;
  margin: 0 auto;  
  width: 1024px;
  top: 0px;
  min-width: 700px;
/* background-color: rgb(192,192,192); */ 
  min-height: 1224px 
}
#hlavicka {
	position: absolute;
	width: 1024px;
	height: 320px;
	top: 0px;
  left: 0px;
  background-image: url(img/1.png);   
}
#lista {
	position: absolute;
  width: 100%;
	left: 0px;
	height: 45px;
/*	top: 320px;  */
	text-align: left;
  font-size: 20px;
  background-color: rgb(128,128,128); 
  -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -o-user-select: none; -user-select: none;
}
#text {
  position: relative;
  margin: 0 auto;
	font-size: 14px;
	text-align: justify; 
  width: 65%;
  top: 0px;
  min-width: 700px;
  color: white;   
}
#paticka {
	position: absolute;
  width: 100%;
  height: 25px;
  left: 0px;
	bottom: 0px;
	text-align: center;
  font-size: 12px;
  background-color: rgb(0,102,0);
  padding-top: 10px;
  z-index: 999;
}
#prechod {
  position: absolute;          
  width: 100%;
  left: 0px;
  top: 0px;
  background-color: rgb(0,153,0);
  font-size: 14px;
  z-index: 999;
}
#nadpis {
	font-size: 24px;
  text-align: left;
}

