html, body {
	height: 100%;
}
body {
	margin: 0px;
	font-family: Tahoma, Verdana, Arial, lucida, sans-serif;
	background: url('image/pozadi.jpg') silver;
	font-size: 12px;
	text-align: center;
	min-width: 900px;
	max-height: 1200px;
}
#menu {
	background-color: black;
	width: 480px;
	margin: 0px 0px 0px 360px;
	position: absolute;
	top: 130px;
	z-index: 5;
}
#hlavni {
 	width: 900px;
	margin: 0 auto;
	text-align: left;
	background-color: white;
	color: Black;
	position: relative;
}
#logo {
	background: url('image/logo.jpg') lightgrey;
	height: 160px;
}
#obsah {
 	padding: 10px 100px 0px 100px;
 	margin: 0px;
 	background: url('image/obsah.jpg') white;
 	height: 1030px;
 	>height: 1040px;
}
h1{
	font-family: Georgia, times new roman, tahoma, arial, times roman, helvetica;
	font-size: 18px;
	font-weight: bold;
	color: red;
	text-align: center;
	>padding-top: 10px
}
h4{
  margin: 0px;
	color: darkblue;
	text-align: left;
	font-size: 14px;
}
p{
	text-indent: 40;
	color: black;
	text-align: justify;
}
ul{
	font-family: tahoma, arial;
	color: black;
	line-height: 1.5;
}
a{
	text-decoration: none;
	color: brown;
}
table{
  font-size: 12px
}
.poloha{
  width: 420px;
}
.mapka{
  position: absolute;
  top: 250px;
  left: 550px;
  border: 0;
}
.odkaz{
	border: 0;
	position: relative;
	top: 10px;
	left: 10px
}
.odkaz2{
	border: 0;
	position: relative;
	top: 6px;
	left: 0px
}
.tab{
	text-align: center;	
	width: 620px;
	line-height: 1.5;
}
.hlav{
	background-color: #FFE600;
	font-weight: bold;
	line-height: 2;
}

