<!--
/**
 * Standorte /company/location/index.php
 */
#map_de {
	width:350px;
	text-align:center;
	background-image:url('/company/images/map.gif');
	background-repeat:no-repeat;
	background-position:top;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
}
#map_en {
	width:350px;
	text-align:center;
	background-image:url('/company/images/map_en.gif');
	background-repeat:no-repeat;
	background-position:top;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
}
-->