#mapa {
	overflow: auto;
	border: 5px solid #aaa;
	float: left;
}
#subcontainer {
	position: relative;
	top: 0;
	left: 0;
	background: url('img/container_bg.gif');
}
#container {
	position: absolute;
}
#container img {
	position: absolute;
}
#ruler {
	position: relative;
	font-size: 0.8px;
	height: 0px;
	z-index: 30;
}
#ruler table td, #ruler table th  {
	border-left: 1px solid black;
	width: 20%;
	font-weight: normal;
	padding-bottom: 5px;
	text-align: left;
}
#ruler table td {
	background: url('img/ruler_white.gif') 0 100% repeat-x;
}
#ruler table th {
	background: url('img/ruler_black.gif') 0 100% repeat-x;
}
#ruler table td.last {
	background: transparent;
}
#control {
	top: 5px;
	width: 80px;
	float: left;
}
#control table {
	border: 0px solid #aaa;
}
#control table td {
	padding: 4px;
	background: #444;
	text-align: center;
}
#control table th {
	background: white;
}
#control table td.selected {
	background: #888;
}
#control table td a, #control table th a  {
	color: white;
	font-weight: bold;
	display: block;
	width: 100%;
	height: 100%;
}
#control table th a {
	color: black;
}
#object * {
	margin: 0;
	padding: 0;

}
#objects div.mapObj {
	position: absolute; 
/* border: 2px solid red;*/
}
#objects div.mapObj img.objImg {
	position: relative;
	z-index: 15;
}
#objects div.mapObj div.objDesc {
	position: relative;
	top: -5px; 
	background: white;
	z-index: 15;
	width: 150px;
	font-size: 0.8em;
	border: 1px solid gray;
/*	display: none;*/
}
#mapObjectInfoBox {
	position: relative;
	border: 5px solid #aaa;
	float: left;
	width: 150px;
	_top: -18px;
/* height: 400px;*/
}
#mapObjectInfo p {
	margin: 0;
	padding: 2px;
}
#mapObjectInfo p a, #objects div.mapObj div.objDesc a {
	color: #444444;
	font-weight: bold;
	text-decoration: none;
}
.cleaner {
	clear: both;
}

#infoBox {
	display: none;
}
#objects div.mapObj div.objDesc { /** POZOR, TOTO PRAVIDLO MUSI BYT JAKO POSLEDNI !!!! **/
	display: block;
}
