/**************************************************************************************************/
/* layout                           */
/**************************************************************************************************/
.label{
	display:inline;
	float:left;
	width:123px;
	height:40px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(../../images/f_label.png);
	padding-top: 14px;
		padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0080b9;
}
.labelblu{
	display:inline;
	float:left;
	width:123px;
	height:40px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(../../images/f_label_blu.png);
	padding-top: 14px;
		padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.labelblu a.close{
	display:inline;
	float:right;
	width:20px;
	height:18px;
	margin:0px 0px 0px 0;
	padding-right:5px;
	color:#fff;
	line-height:18px;
	text-align:center;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
}
.label a.link{
	display:inline;
	float:left;
	width:131px;
	height:31px;
	margin:8px 4px 0 4px;
	padding-left:10px;
	font-weight:bold;
	background:url('../imm/linkmap.gif') left top no-repeat;
	color:#FFF;
	line-height:31px;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
}
.label a.link:hover{
	text-decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
}
.label a.close{
	display:inline;
	float:right;
	width:20px;
	height:18px;
	margin:0px 0px 0px 0;
	padding-right:14px;
	color:#000;
	line-height:18px;
	text-align:center;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
}
.clear{clear:both;}
#mapHeader{overflow:hidden;margin:0 auto 0px auto;width:530px;height:530px;}
