#karte_hintergrund {
 width: 428px;
 height: 476px;
 background: url(../images/karte/karte_oberwallis.gif) no-repeat;
 margin: 0px;
 paddiung: 0px;
 position: relative;
 border: 0px solid #333;
}

#karte a {display: block; text-indent: 0px; text-decoration: none;}
/*
#goms {left: 1px; top: 1px; width: 248px; height: 224px; z-index: 40;}
#westlich_raron {left: 61px; top: 46px; width: 49px; height: 47px;}
#oestlich_raron {left: 26px; top: 187px; width: 127px; height: 108px;}
#brig {left: 10px; top: 10px; width: 134px; height: 239px;}
#visp {left: 186px; top: 72px; width: 80px; height: 108px;}
#leuk {left: 187px; top: 176px; width: 114px; height: 143px;}

#goms a {height: 224px;}
#westlich_raron a {height: 47px;}
#oestlich_raron a {height: 108px;}
#brig a {height: 239px;}
#visp a {height: 108px;}
#leuk a {height: 143px;}
*/
#goms a {
	position:absolute;
	/*background: url(../images/karte/goms.gif) no-repeat;*/
	width:100px;
	height:102px;
	top: 80px;
	left: 290px;
	z-index:30;
	
}
#oestlich_raron a {
	position:absolute;
	/*background: url(../images/karte/oestlich_raron.gif) no-repeat;*/
	width: 47px;
	height: 45px;
	top: 180px;
	left: 243px;
	z-index:60;
}
#brig a {
	position:absolute;
	/*background: url(../images/karte/brig.gif) no-repeat;*/
	width: 53px;
	height: 206px;
	top: 137px;
	left: 189px;
	z-index:20;
}
#westlich_raron a {
	position:absolute;
	/*background: url(../images/karte/westlich_raron.gif) no-repeat;*/
	width: 43px;
	height: 114px;
	top: 134px;
	left: 101px;
	z-index:40;
}
#visp a {
	position:absolute;
	/*background: url(../images/karte/visp.gif) no-repeat;*/
	width: 81px;
	height: 177px;
	top: 284px;
	left: 105px;
	z-index:10;
}
#leuk a {
	position:absolute;
	/*background: url(../images/karte/leuk.gif) no-repeat;*/
	width: 53px;
	height: 158px;
	top: 183px;
	left: 26px;
	z-index:50;
}

/*---------------------------------------------------------------------------------------------*/
#goms a:hover {
	position:absolute;
	background: url(../images/karte/goms.gif) no-repeat;
	width:248px;
	height:224px;
	top: 2px;
	left: 178px;
	z-index:31;
}
#oestlich_raron a:hover {
	position:absolute;
	background: url(../images/karte/oestlich_raron.gif) no-repeat;
	width: 95px;
	height: 119px;
	top: 115px;
	left: 208px;
	z-index:61;
}
#brig a:hover {
	position:absolute;
	background: url(../images/karte/brig.gif) no-repeat;
	width: 134px;
	height: 239px;
	top: 120px;
	left: 153px;
	z-index:21;
}
#westlich_raron a:hover {
	position:absolute;
	background: url(../images/karte/westlich_raron.gif) no-repeat;
	width: 149px;
	height: 212px;
	top: 71px;
	left: 51px;
	z-index:41;
}
#visp a:hover {
	position:absolute;
	background: url(../images/karte/visp.gif) no-repeat;
	width: 211px;
	height: 325px;
	top: 153px;
	left: 18px;
	z-index:11;
}
#leuk a:hover {
	position:absolute;
	background: url(../images/karte/leuk.gif) no-repeat;
	width: 106px;
	height: 215px;
	top: 137px;
	left: 0px;
	z-index:51;
}

