/* - - - - - - - - - - - - - - - - - - - - -

Title : Lightbox CSS
Author : Kevin Hale
URL : http://particletree.com/features/lightbox-gone-wild/

Created : January 13, 2006
Modified : February 1, 2006

- - - - - - - - - - - - - - - - - - - - - */

#lightbox{
	display:none;
	position: absolute;
	top:50%;
	left:50%;
	z-index:9999;
	width:275px;
	height:460px;
	margin:-200px auto 0 auto;
	border:1px solid #fff;
	background:#FDFCE9;
	text-align:left;
	overflow:hidden;
}
#lightbox[id]{
	position:fixed;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#000;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
#overlay[id]{
	position:fixed;
}

#lightbox.done #lbLoadMessage{
	display:none;
}
#lightbox.done #lbContent{
	display:block;
}
#lightbox.loading #lbContent{
	display:none;
}
#lightbox.loading #lbLoadMessage{
	display:block;
}

#lightbox.done img{
	/*width:100%;
	height:100%;*/
}

/***********
*
* Added styles for the css image map effect.
*
*/

#pic { 
width: 275px; 
height: 425px; 
position: relative; /* The key to this technique */ 
} 


#pic ul { 
margin: 0; 
padding: 0; 
list-style: none; 
} 


#pic ul li a { 
text-decoration: none;
text-indent: 0em; 
} 

#pic ul li{
	display:block;
}

#pic .altenstadt a { 
	border-bottom-style:none;
	position: absolute;
	top: 313px; 
	left: 58px;
	display:block;
	width: 58px; 
	height: 15px;
	z-index:20;
} 

#pic .bellenberg a { 
	border-bottom-style:none;
	position: absolute;
	top: 228px; 
	left: 27px;
	display:block;
	width: 64px; 
	height: 15px;
	z-index:20;
} 

#pic .elchingen a { 
	border-bottom-style:none;
	position: absolute;
	top: 60px; 
	left: 46px;
	display:block;
	width: 60px; 
	height: 15px;
	z-index:20;
} 

#pic .kellmuenz a { 
	border-bottom-style:none;
	position: absolute;
	top: 345px; 
	left: 71px;
	display:block;
	width: 55px; 
	height: 15px;
	z-index:20;
} 

#pic .nersingen a { 
	border-bottom-style:none;
	position: absolute;
	top: 81px; 
	left: 151px;
	display:block;
	width: 60px; 
	height: 15px;
	z-index:20;
} 

#pic .pfaffenhofen a { 
	border-bottom-style:none;
	position: absolute;
	top: 150px; 
	left: 178px;
	display:block;
	width: 70px; 
	height: 15px;
	z-index:20;
} 

#pic .senden a { 
	border-bottom-style:none;
	position: absolute;
	top: 175px; 
	left: 26px;
	display:block;
	width: 46px; 
	height: 15px;
	z-index:20;
} 

#pic .voehringen a { 
	border-bottom-style:none;
	position: absolute;
	top: 209px; 
	left: 41px;
	display:block;
	width: 56px; 
	height: 15px;
	z-index:20;
} 

#pic .weissenhorn a { 
	border-bottom-style:none;
	position: absolute;
	top: 197px; 
	left: 176px;
	display:block;
	width: 67px; 
	height: 15px;
	z-index:20;
} 

#pic .illertissen a { 
	border-bottom-style:none;
	position: absolute;
	top: 265px; 
	left: 55px;
	display:block;
	width: 56px; 
	height: 15px;
	z-index:20;
} 

#pic .neu-ulm a { 
	border-bottom-style:none;
	position: absolute;
	top: 150px; 
	left: 87px;
	display:block;
	width: 56px; 
	height: 16px;
	z-index:20;
} 

#pic .pfuhl-burlafingen a { 
	border-bottom-style:none;
	position: absolute;
	top: 78px; 
	left: 15px;
	display:block;
	width: 65px; 
	height: 30px;
	z-index:20;
} 

#pic .neu-ulm a { 
	border-bottom-style:none;
	position: absolute;
	top: 150px; 
	left: 87px;
	display:block;
	width: 57px; 
	height: 16px;
	z-index:20;
} 

#pic a:hover { 
padding:1px;
border: 2px solid #fff; 
z-index:20;
} 


