/* General Styles Haus grün mit button*/
		
		#picture img{ border: none; }
		a:focus, a:active{ outline:none; }
	
		#picture h1{ font:bold 18px ; color:#454545; margin:0px 0 0 20px; }
		#picture h1 a { color:#666; }
		/* Picture Styles */
		#picture{ 
		display:block;
		position:relative;
		top:20px; 
		width:598px; 
		height:561px; 
		margin:0px auto; 
		padding-bottom:0px;
		background: url('../img/Eigenverbrauchsloesung-Strom-speichern.jpg');
		background-repeat:no-repeat;
        background-size:contain; 
		overflow:hidden; 
		border: 1px solid #aaa;
		}
			
			/* General More Button */		
			.more{ position:relative;width:50px; height:50px; background:url('../img/dim.png'); border:1px solid #444; padding:5px; text-align:left; overflow:hidden; }
			
			.more p{ position:absolute;left:64px; top:8px;width:160px;  color:#FFF; font:bold;font-size: 13px; text-shadow:#000 1px 1px 0px; }
			
			/* Item Specific More Button */
			#anlage{ top:110px; left:45px;}
			#netz{ top:238px; left:44px;}
			#wechselrichter{ top:90px; left:300px; }
			#batterie{ top:180px; left:300px; }
			#board{ top:150px; left:410px; }
			
			/* General Info Box */
			#infobox{ position:relative;padding:10px; bottom:-300px; left: 350px; height:auto; width:300px; z-index:20; margin:0 0 -100px -150px; 
			background:#fff; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px;-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;box-shadow: 0 0 5px #ccc; }
			.text_info{margin-top:10px;padding:0 10px 0 10px;text-align:left;line-height:16px;color:#555;font-size:12px;}
			#infobox p{width:240px;padding:0 30px 0 30px;}
			#infobox p.text{text-align:left;line-height:16px;color:#555;}
			#infobox h1.haus{ font-family:Arial, sans-serif;font-size:14px;font-weight: bold;color:#99cc33;margin-top:-20px;}
				#infobox a, #infobox a:visited{padding:0 0 0px 0px;color:#555;font:italic 16px Georgia, serif;text-decoration:none; }
				#infobox a:hover{ text-decoration:underline; }
				
				/* Close button for info box */
				span.close{position:relative; right:0px; top:0px;}
			
			/* The dimmed background when the info box is showing */	
			#fade_bg{ position:absolute;top:0;z-index:15; width:100%; height:100%; background:url('../img/dim.png'); display:none;}
		
