/* Festspielhaus St.Pölten Hotspots */


#tooltip {
	position: absolute;
	z-index: 3000;
	background-color: #eee;
}

#tooltip h3, #tooltip div { margin: 0; }

#hotspot1,#hotspot2,#hotspot3,#hotspot4,#hotspot5,#hotspot6,#hotspot7,#hotspot8,#hotspot9,#hotspot10,#hotspot11 {
	display:block;
	position:absolute;
	background: url(blank.gif) repeat left top;
	text-indent: -5000em;	
	}

#hotspot1 {
	width: 110px;
	height: 100px;
	top: 440px;
	left: 105px;
	}
	
#hotspot2 {
	width: 130px;
	height: 85px;
	top: 300px;
	left: 325px;
	}
	
#hotspot3 {
	width: 180px;
	height: 60px;
	top: 325px;
	left: 490px;
	}
	
#hotspot4 {
	width: 150px;
	height: 120px;
	top: 210px;
	left: 170px;
	}
	
#hotspot5 {
	width: 200px;
	height: 100px;
	top: 530px;
	left: 640px;
	}		
	
#hotspot6 {
	width: 130px;
	height: 73px;
	top: 250px;
	left: 520px;
	}
	
#hotspot7 {
	width: 100px;
	height: 80px;
	top: 510px;
	left: 475px;
	}		

#hotspot8 {
	width: 220px;
	height: 110px;
	top: 390px;
	left: 380px;
	}		

#hotspot9 {
	width: 100px;
	height: 75px;
	top: 590px;
	left: 0px;
	}	

#hotspot10 {
	width: 190px;
	height: 135px;
	top: 235px;
	left: 765px;
	}	

#hotspot11 {
	width: 120px;
	height: 100px;
	top: 335px;
	left: 0px;
	}	


.hotspot {
	width: 300px;
	height: 210px;
	}
	
#news-content {
	position:absolute;
	top: 23px;
	left: 61px;
	background: url(news-bg.png) repeat left top;
	width: 360px;
	padding: 12px 8px 0 15px;
	height: auto;
	z-index: 1;
	}

#news-close {
	position:absolute;
	right: 5px;
	top: 5px;
	text-indent: -5000em;
	display:block;
	cursor:pointer;
	width:13px;
	height: 11px;
	background: url(close.png) no-repeat left top;
}
	
#news-content h3 a {
	line-height: 30px;
	}
	
#news-content p {
	padding-bottom: 1.5em;
	}

