	
	.tx-igprojekte-pi1 {
		position:relative;
		top:0px; left:0px;
	}

	#map {
		width:575px;
		height:400px;
		margin-left:0.7em;
	}
	
	#popupbox {
		/*margin-left:0.7em;*/
		position:absolute;
		top:4px; left:89px;
		z-index:4;
	}
	
	#tooltipbox {
		position:absolute;
		top:4px; left:89px;	
		z-index:2;
	}
	
	*html #popupbox {
		/*margin-left:0.7em;*/
		position:absolute;
		top:4px; left:79px;
	}
	
	#popupbox .popup {
		font-size:0.9em;
		font-family:Arial, Helvetica, sans-serif;
		border:1px solid #545861;
		width:472px;
		padding:0.5em 0.5em 0em 0.5em;
		margin-top:0.5em;
		background:url('bgw.png');
	}
	*html #popupbox .popup {
		background:none;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.malteser-spenden.de/typo3conf/ext/ig_projekte/bgw.png", sizingMethod='scale');
	}
	#popupbox .popup h2 {
		font-size:1.2em;
		margin:0em 0em 0.3em 0em;
		font-weight:bold;
		padding:0em;
	}
	#popupbox .popup p {
		font-size:0.75em;
		line-height:150%;
		padding:0.5em 0em 0em 0em;
		margin:0em 0em 0.9em 0em;
	}
	#popupbox .popup p.grey {
		background:#e6e6e2;
		font-weight:bold;
		padding:0.5em 0.5em 0.5em 0.5em;
		margin:0em 0em 0.4em 0em;
	}
	#popupbox .popup p a{
		display:block;
		position:relative;
		z-index:100;
	}
	
	#popupbox .popup a.gpclose {
		position:absolute;
		top:11px; right:4px;
	}
	
	.tooltip {
		font-size:0.9em;
		font-family:Arial, Helvetica, sans-serif;
		border:1px solid #545861;
		width:472px;
		padding:0.5em;
		margin-top:0.5em;
		background:#fff;
	}
	#inhalt .contentBreit .tooltip h2 {
		font-size:1.2em;
		margin:0em 0em 0em 0em;
		font-weight:bold;
		padding:0em;
	}
	#contentContainer #mitte {
		overflow:visible;
	}
	
	
