@charset "utf-8";
/* CSS Document */

body  {
	width:100%;
	height:100%;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333333;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #C5E9E2;
	background-color: #96D7CB;	
	background-image: url(../img/bk_logo.gif);
	background-repeat: repeat-x;
	background-position: top;
}

a {
	color:#003366;
}

a:hover {
	color:#006666;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	margin:0;
	padding:0;
}
h1 {
	font-size: 30px;
	color:#006666;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 20px;
	color:#009966;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 15px;
}
h6 {
	font-size: 14px;
}

ul{
	margin-top:0;
	padding:0;
}

#Content  {
text-align:left;
width:780px;

}

.imgC {
	border: 2px solid #000066;
}

.CellaSt {
	border: 1px solid #006666;
	width:350px;
	height:20px;
}

#intro  {
position:fixed;
top:0;
width:100%;
height:100%;
}


#MenuUmidita  {
position:fixed;
top:150px; 
width:200px;
height:230px;
}

#Umidita  {
color:#003366;
display:table-cell;
width:560px;
padding: 10px;
text-align: justify;
background-color: #FFFFFF;
border: 1px solid #003366;
height:500px;
vertical-align:top;
}


#doc  {
	color:#003366;
	width:680px;
	padding: 50px;
	text-align: justify;
	background-color: #FFFFFF;
	border: 1px solid #003366;
}

#carbonio  {
	color:#003366;
	width:691px;
	padding:20px;
	text-align:justify;
	background-color: #FFFFFF;
	border: 1px solid #003366;
}

#colonna1  {
	color:#003366;
	width:48%;
	padding-right: 10px;
	text-align: justify;
	border-right: 1px solid #003366;
	float:left;
}

#colonna2  {
	color:#003366;
	width:48%;
	padding-left:10px;
	text-align: justify;

}