@charset "utf-8";
body {
	background-image: url(immagini/sfondo.png);
	background-repeat: repeat;
	font-size:12px;
}
#contenitore {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 1600px;
}
#header {
	height: 100px;
	width: 100%;
	background-color: #69F;
}
#logo {
	float: left;
	height: 100px;
	width: 100px;
	background-image: url(immagini/logo.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#contenuto {
	float: left;
	width: 100%;
}
.display {
	background-color: #EDEDED;
	float: none;
	height: 1000px;
	border: 1px none #69F;
	margin-right: auto;
	margin-left: auto;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	background-repeat: no-repeat;
	background-image: url(immagini/display2.png);
	background-position: top center;
}
a, p, li, ul, td, h3, h5 {
	margin: 0px;
	padding: 0px;
	background-color: #EDEDED;
}
#footer {
	background-color: #69F;
	height: 10px;
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.tabella      {
	width: 100px;
	height: 30px;
	margin-right: auto;
	margin-left: auto;
	float: left;
}
#vpannello{
	position: relative;
	top: 310px;
	left: 470px;
}
#vbatteria{
	position: relative;
	top: 530px;
	left: 545px;
}
#vcarico{
	position: relative;
	top: 310px;
	left: 620px;
}
#soc{
	position: relative;
	top: 750px;
	left: -330px;
}
#temp{
	position: relative;
	top: 750px;
	left: -135px;
}
#ahprod{
	position: relative;
	top: 700px;
	left: -300px;
}
#ahcons{
	position: relative;
	top: 800px;
	left: -400px;
}
#ahprod_mensili{
	position: relative;
	top: 700px;
	left: -350px;
}
#ahcons_mensili{
	position: relative;
	top: 800px;
	left: -450px;
}
#ahprod_annuali{
	position: relative;
	top: 700px;
	left: -400px;
}
#ahcons_annuali{
	position: relative;
	top: 800px;
	left: -500px;
}
.contatore_ah{
	height:80px;
	width:100px;
	background-color:#CCCCCC;
	float: left;
	box-shadow: 1px 1px 10px #828282;
}
.contatore_ah a{
	text-decoration:none;
	background:none;
}
.contatore_ah a:hover{
	text-decoration:underline;
	background:#80B2FF;
}
.img_grafico{
	width: 1500px;
}
#loader {
	height: 24px;
	display: none;
}