#mapcontainer 
{
	/*position:relative;*/
	width:100%;
/*	height:600px;*/
        height: 490px;
}
#map {
	width: 530px;
	height: 480px;
	margin: 10px 0 0 10px;
	position: absolute;
	overflow: hidden;
}
.kraj {
	margin: 6px 0 0 4px;
}
table#list {
	border-collapse: collapse;
	width: 530px;
	text-align: left;
	color: #153B63;
	font-size: 8pt;
}
table#list th, table#list td {
}
table#list th {
	background-color: #B4C6D9;
	border-bottom: 3px solid #FFFFFF;
	padding: 3px 3px 2px;
}
table#list tr { background-color: #F1F2F2; }
table#list td {
	cursor: pointer;
	border-bottom: 3px solid #FFFFFF;
}
table#list tr:hover *, table#list tr:hover {
	background-color: #dddddd;
}
table#list tr.thead:hover *, table#list tr.thead:hover {
	background-color: #B4C6D9;
}

table#list tr.select {
	background-color: #FDFACD;
}
table#list tr.activated, table#list tr.activated * {
 background-color: #dddddd;
}

#list tr td { background-color: #F1F2F2; }
#list tr.hover td, #list tr:hover td { background-color: #DDDDDD; }
#list tr { behavior: url(/system/css/hover.htc); }

#bubble {
	width: 180px; /*urcuje sirku bubliny*/
}
#bubble h3 {
	margin: 0px 0 5px 0px;
	font-style: italic;
	font-size: 12px;
}
#bubble #position {
	background: #EAFFD8;
	padding: 0 11px;
	height: 24px;
	margin-bottom: 11px;
}
#bubble #position span {
	display: block;
	margin-top: 2px;
}
#bubble #position span.first {
	float: left;
}
#bubble #position span.second {
	float: right;
}
#bubble #bubbleContent {
	margin: 0 11px 11px 11px;
}
#bubble #bubbleContent img {
	float: left;
	border: 1px solid #B2E191;
	margin-right: 10px;
	width: 80px;
	height: 80px;
}
#bubblefooter 
{
	width: 180px; /* urcuje sirku bubliny */
}
#bubble .city {margin-left: 6px;} /* odsazeni nazvu mesta od PSC */
#GoogleMaps {
 /*position: relative;*/
 /*height: 670px;*/
}

#ListObal {
 /*position: absolute;*/
 /*top: 490px;*/
/*  overflow: auto;  */
/* height: 180px;*/
/* overflow-x: hidden;*/
/* overflow-y: auto; */
}

p#googleJistic {
	line-height: 1px;
	height: 1px;
	font-size: 1px;
	overflow: hidden;
}

/* napoveda pod mapkou */
#infoPodMapkou {margin: 0 0 0 6px;}
#infoPodMapkou img {display: inline;}

