html {
	max-height: 100%;
	height: 100%;
	overflow: hidden;
}

body {
	height: 100%;
	max-height: 100%;
	overflow: auto;
	background: url(../img/bck.png) #DADBE6;
	margin:0;
  border:0;
  padding:0;
}

#kontejner {
	display: block;
	overflow: auto;
	position: absolute;
	top: 0px;
	bottom: 0px;
	width: 784px;
	margin-left: -392px;
	left: 50%;
	background:#006699;
}

* html #kontejner {
  height:100%;
}

#horni {
	position: absolute;
	margin-left: -390px;
	left: 50%;
	top: 2px;
	width: 780px;
	min-width: 780px;
	height: 80px;
	background: #660066;
	text-align: center;
	font-family: verdana, sans-serif;
	color: #FFFFFF;
	font-size: 16px;
}

#dolni {
	position: absolute;
	margin-left: -390px;
	left: 50%;
	bottom: 10px;
	width: 780px;
	min-width: 780px;
	height: 50px;
	font-size: 1em;
	z-index: 5;
	background: #006699;
	text-align: center;
	font-family: verdana, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	padding-top: 10px;
}

#obsah {
	display: block;
	overflow: auto;
	position: absolute;
	top: 82px;
	bottom: 60px;
	width: 740px;
	margin-left: -390px;
	left: 50%;
	background: white url(../img/logo.jpg) no-repeat center fixed;
	padding:10px 20px 10px 20px;
}

* html #obsah {
	height:70%;
}

#menu1 a {
	padding: 10px;
	text-align: center;
	text-decoration: none;
	color: white;
	font-family: Verdana;
	font-size: 14px;
	display: block;
	width: 120px;
	height: 40px;
	border: 0.5em solid #fff; 
	border-color: #7FC0F0 #7F6080 #7F6080 #7FC0F0;
	background-color: #7F90C0;
}
	
* html #menu1 a {
	height: 40px;
	width: 120px;
}

#menu1 a:hover {
	text-align: center;
	text-decoration: none;
	font-size: 13px;
	display: block;
	color: #fff;
	border: 0.5em solid #fff;
	background-color: #006080;
	border-color: #7F6080 #7FC0F0 #7FC0F0 #7F6080;
}

a {
	text-decoration: none;
	cursor: pointer;
	font-size: 12px;
	font-family: verdana, sans-serif;
	color: rgb(0,0,153);
}

a:hover {
	text-decoration: none;
	cursor: pointer;
	font-size: 12px;
	font-family: verdana, sans-serif;
	color: rgb(0,0,153);
	font-weight: bold;
}

.texty, ul, li {
	font-size: 14px;
	font-family: verdana, sans-serif;
	color: #3F3F3F;
}

h2 {
	font-family: verdana, sans-serif;
	color: #3F3F3F;
}

h3 {
	font-family: verdana, sans-serif;
	color: #3F3F3F;
	text-decoration: underline;
}
