
/*
*{padding:0px;margin:0px;outline:none;}
	img{padding:0px;margin:0px;outline:none;}
:focus	{outline:none;}
body 
{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	overflow:auto;
}
*/
		.mapholder{
			width:259px;
			height:300px;
			margin:0px;
			padding:0px;
			position:relative;
			margin-left:20px;
			background-color:transparent;
			overflow:hidden;
		}
		#mapholder_germany{display:none;}
		#mapholder_europe{display:none;}
		
		#mapbackground{
			padding:0px;
			margin:0px;
			background-repeat: no-repeat;
			width:259px;
			/*height:230px;*/
			position:absolute;
			left:0px;
			top:0px;
			background-color:transparent;
		}
		
		.mapbackground_germany{background-image:  url(../img/maps/germany/map_germany_bg.gif);height:230px;}
		.mapbackground_europe{background-image:  url(../img/maps/europe/map_europe_bg.gif);height:300px;}
		
		#mapbackground img{
			position:absolute;
			left:0px;
			top:0px;}
		.maphovers{
			padding:0px;margin:0px;
			/*background-image:url(../img/maps/germany/map_germany_counties.gif);*/
			background-position:0px 0px;
			background-repeat:no-repeat;
			width:259px;
			/*height:230px;*/
			position:absolute;
			left:0px;
			top:0px;
		}
		.maphovers_germany{background-image:url(../img/maps/germany/map_germany_counties.gif);height:230px;}
		.maphovers_europe{background-image:url(../img/maps/europe/map_europe_countries.gif);height:300px;}
		
		.mapempty			{background-position:0px 0px;}