* {
	padding: 0;
	margin: 0;
}
h1, h2, h4, a img {
	font-weight: bold;
	padding: 0;
	margin: 0;
	border: 0;
}
h1 {
	font-size: 2eM;
}
h2 {
	font-size: 1.3eM;
}
h3 {
	padding: 10px 5px 1px 2px;
	margin: 0;
	border: 0;
	font-size: 1.3eM;
}
ul, ol, li {
	list-style: none
}
table, td, th {
	border: 0px;
	font-size: 1em;
	font-weight: normal;
}
body {
	overflow: scroll;
	background: white url("pozem/bg.jpg") 50% 0% no-repeat;
	background-attachment: fixed;
	font: normal normal 0.8em tahoma, arial, verdana, sans-serif, helvetica;
	letter-spacing: 0.1em;
	line-height: 1.3;
	margin: 0;
	padding: 0;
	text-indent: 0;
	border: 0;
	text-align: center;
} 
#text {
	text-align: left;
	width: 400px;
	height: 190px;
	padding: 10px;
	margin: 0px auto;
	background: #FFF;
	position: relative;
	top: 50px;
	left: -280px;
}
#text img{
  border: 1px solid #990000; 
  float: right;
}
#katastr {
	text-align: center;
	width: 450px;
	height: 646px;
	padding: 5px;
	margin: -160px auto;
	background: #990000;
	position: relative;
	left: 250px;
	top: 0px;
}
#mapa {
	text-align: center;
	width: 450px;
	height: 392px;
	padding: 5px;
	margin: -400px auto;
	background: #990000;
	position: relative;
	left: -250px;
	top: 0px;
}
a {
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	color: #000;
}
a:hover {
	text-decoration: underline;
	font-size: 15px;
	font-weight: bold;
	color: #000;
}
a:visited {
	font-size: 15px;
	font-weight: bold;
	color: #000;
}