@media only screen and (max-width: 800px) {
	
	body{
		font-size:				1.0em;
	}
	
	#foot_1_1, #foot_1_2, .foot_yellow_block{
		text-align:				center;
		width:					100%;
		padding:				0px 0px 0px 0px;	
	}

	.foot_grey_block, .foot_grey_block_center, .foot_grey_block_right, .foot_grey_block_right_frame{
		width:					300px;
		float:					none;
		text-align:				center;
		padding:				50px 0px 0px 0px;
		margin:					auto;
	}
	
	.foot_grey_block_right_frame{
		text-align:				center;
		padding:				50px 0px 50px 0px;
	}
	
	.foot_grey_block_1{
		text-align:				left;
	}
	
	#menueOpener_1, #menueOpener_2, #menueOpener_3, #menueOpener_4, #menueOpener_5{
		display:				none;
	}
	
	#mobileMenue{
		display:				block;
	}
	
	#mobileMenueFrame{
		z-index:				3000;
		display:				none;
		position:				absolute;
		top:					0px;
		left:					0px;
		height:					100%;
		width:					100%;
	}
	#mobileMenueLayer{
		display:				block;
		position:				absolute;
		top:					0px;
		left:					0px;
		height:					100%;
		width:					100%;
		background:			#333;
		filter:				alpha(opacity=80);
		-moz-opacity: 		0.80;
		opacity:			0.80;
	}	
	#mobileMenueGrey{
		display:				block;
		position:				absolute;
		top:					0px;
		right:					-100%;
		height:					100%;
		width:					100%;
		background:				#F9B200;
	}
	#mobileMenueContent{
		display:				relative;
		padding:				20px 20px 100px 20px;
		font-size:				1em;
		font-weight:			normal;
		background:				#F9B200;
	}
	.mobileMenuePos{
		position:				relative;
		margin:					7px 0px 0px 0px;
		padding-bottom:			10px;
		cursor:					pointer;
		border-bottom:			solid 1px #EEE1CC;
	}
	.mobileMenuePos:hover{
		color:					#6F7072;
		border-bottom:			solid 1px #9C161E;
	}
		
	.mobileSubMenue{
		position:				relative;
		height:					0px;
		overflow:				hidden;
		display:				none;
		padding:				10px 0px 15px 0px;
	}
	.mobileSubMenuePos{
		position:				relative;
		margin:					2px 20px 0px 20px;
		padding-bottom:			2px;
		cursor:					pointer;
	}
	.mobileSubMenuePos:hover{
		color:					#D10019;
	}

	#close_frame{
		height:					50px;
		font-size:				1.1em;
		font-family:			"Venera 900";
		color:					#6F7072;	
		font-size:				24px;	
		background:				#F9B200;
	}
	
	.support_energie_pic{
		width:					100%;
	}
	
	input[type=text], textarea{
		width:					80%;
	}

	
}

@media only screen and (max-width: 520px) {

	
	
}

@media only screen and (max-width: 350px) {
	

}

@media only screen and (max-width: 310px) {
	
	
}


