/*** styly pro html mapu ***/
#mapaCR {
	position: relative;
	top: 0px;
	width: 621px;
	height: 354px;
	background: white url("../img/mapaCRNew.jpg");
}

#imgCR {
	position: absolute;
	width: 621px;
	height: 351px;
	top: 0;
	left: 0;
	z-index: 10;
}

#praha, #stredocesky, #jihocesky, #karlovarsky, #plzen, #ustecky, #liberecky, #kralovehradecky, #pardubicky, #vysocina, #olomoucky, #moravskoslezsky, #jihomoravsky, #zlinsky {
	position: absolute;
	visibility: hidden;
	z-index: 1;
}
/** styly pro jednotlive regiony CR */
#praha {
	top: 125px;
	left: 195px;
	width: 43px;
	height: 34px;
	background: url("../img/prahaH.png") no-repeat;
}

#stredocesky {
	top: 65px;
	left: 116px;
	width: 197px;
	height: 155px;
	background: url("../img/stredH.png") no-repeat;
}

#jihocesky {
	top: 205px;
	left: 126px;
	width: 195px;
	height: 149px;
	background: url("../img/jihH.png") no-repeat;
}

#karlovarsky {
	top: 82px;
	left: 0px;
	width: 109px;
	height: 80px;
	background: url("../img/karlovH.png") no-repeat;
}

#plzen {
	top: 135px;
	left: 23px;
	width: 134px;
	height: 164px;
	background: url("../img/plzenH.png") no-repeat;
}

#ustecky {
	top: 0px;
	left: 79px;
	width: 155px;
	height: 139px;
	background: url("../img/ustiH.png") no-repeat;
}

#liberecky {
	top: 2px;
	left: 205px;
	width: 117px;
	height: 81px;
	background: url("../img/liberecH.png") no-repeat;
}

#kralovehradecky {
	top: 38px;
	left: 275px;
	width: 138px;
	height: 106px;
	background: url("../img/hradecH.png") no-repeat;
}

#pardubicky {
	top: 117px;
	left: 299px;
	width: 138px;
	height: 93px;
	background: url("../img/pardubH.png") no-repeat;
}

#vysocina {
	top: 170px;
	left: 255px;
	width: 142px;
	height: 129px;
	background: url("../img/vysocinaH.png") no-repeat;
}

#olomoucky {
	top: 82px;
	left: 423px;
	width: 112px;
	height: 167px;
	background: url("../img/olomoucH.png") no-repeat;
}

#moravskoslezsky {
	top: 99px;
	left: 462px;
	width: 158px;
	height: 128px;
	background: url("../img/ostravaH.png") no-repeat;
}

#jihomoravsky {
	top: 201px;
	left: 317px;
	width: 197px;
	height: 143px;
	background: url("../img/brnoH.png") no-repeat;
}

#zlinsky {
	top: 209px;
	left: 462px;
	width: 119px;
	height: 99px;
	background: url("../img/zlinH.png") no-repeat;
}

