/* Save energy */
#saveEnergy { 
	position : fixed; 
	width : 100%; 
	height : 100%; 
	background : rgba(11, 14, 18, 0.9); 
	top : 0; 
	left : 0; 
	z-index : 9998; 
	display : block; 
	filter : progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000); 
}

#saveEnergyInner { 
	overflow : hidden; 
	position : fixed; 
	width : 500px; 
	height : 360px; 
	background : #eee url(/images/header/home00.jpg) no-repeat; 
	background-size: cover;
	top : 50%; 
	left : 50%; 
	margin-left : -250px; 
	margin-top : -180px; 
	z-index : 9999; 
	display : block; 
	padding : 0px; 
	border : 0px solid #eee; 
	opacity: 0.5; 
}

#saveEnergyInner img { max-width : 80px; height: 80px; margin-left: 170px; }
#saveEnergyInner #woinemerstrom { max-width : 172px; height: 63px; margin-left: 20px; }

#saveEnergyInner .text { margin-left : 15px; }

#saveEnergyInner .text h3 { 
	font-weight : normal; 
	color : #eee; 
	text-transform : uppercase; 
	font-size : 2em; 
	height : 40px; 
	display : block; 
	line-height : 60px; 
	padding : 0; 
	margin : 0; 
	margin-bottom : 20px; 
	padding-left : 15px; 
}

#saveEnergyInner .text p { padding : 0 80px 0 15px; color : #eee; line-height : 1.2em; font-size : 1em; opacity : 1.0; }

