﻿/* Farbwelt: DarkGrey #4d4e53 - MidGrey #747679 - LightGrey #d6d6d4 - Link #5f9baf - Active #77c0d9(9bc8d7) */ 
		
#map {
position:relative;
margin:0;
padding:0;
width: 250px;
height: 250px;
/* background:url(images/goldschmiede-kaddick-anfahrt-2.gif) top left no-repeat #fff; */ 
}		
		#map li {
			margin:0;
			padding:0;
			list-style:none;
}
		#map li a {
			position:absolute;
			display:block;
			/*
			   Specifying a background image
			   (a 1px by 1px transparent gif)
			   fixes a bug in older versions of
			   IE that causeses the block to not
			   render at its full dimensions.
			*/
   			background:url(images/spacer.gif);
   			text-decoration:none;
			font-size:11px; 
			color:#747679; 
			line-height: 16px; 
			font-weight: normal; 
}
		
		#map li a span { display:none; }
		
		#map li a:hover span {
			position:relative;
			display:block;
			width:290px;
			height:290px;
			left: -350px;
			top: -57px;
			border:0px solid #d6d6d4;
			background:#ffffff;
			padding: 5px;
 			filter: alpha(opacity=90);
			opacity:0.9;
  		}
	
		#map a.tooltip1 {
			top:0px;
			left:0px;
			width:275px;
			height:100px;
		}