.AreasMapTable
{
	/* set margin left and right to 'auto' to center the tableContent */
	margin-left:auto;
	margin-right:auto;
	/* set here the same width like the pictures width of the map */
	width:360px;
}

.AreasMapTitle
{
	font-size:1.1em;
	padding-bottom:10px;
	text-align:center;
}

.AreasMapImage
{
	position:absolute;
}

.AreasMapError
{
	color:Red;
	font-weight:bold;
}
