html,body{margin:0;padding:0}

body{
  font: 11px "Trebuchet MS",Tahoma,sans-serif;
  font-color: #000;
  background-color: #FFF;
}

p{
  margin:0 10px 10px;
}

div#nostampa {
  font: 13px "Trebuchet MS",Tahoma,sans-serif;
  color: #000;
	background-color:#D2E7E8;
	padding:5px;
	text-align:right;
	padding-right:15px;
	margin: 10px 0 25px 0;
	border-top: solid 1px #A9D9D9;
	border-bottom: solid 1px #A9D9D9;
}
div#nostampa a{
	padding-left: 10px;
  color: #000;
  text-decoration: none;
}
div#nostampa a:hover{
  text-decoration: underline;
}

#nostampa h1{
  margin: 2px;
  font-size: 14px;
  font-weight: 600;
}

div#globale{
  width:920px;
  background: transparent;
  text-align:left;
  margin:0 auto;
}

#testa{
  height:128px;
  border: solid 1px #A9D9D9;
  background-color: #E2E2E2; /* #D2E7E8; */
}
#contenuti{
	font: 13px "Trebuchet MS",Tahoma,sans-serif;
  min-height: 550px;
  margin: 20px;
  padding: 5px;
  /*border-left: 1px solid #FFF;
  border-right: 1px solid #FFF;*/
}

#contenuti h1 {
  margin: 0;
	padding: 2px 0px 3px;
	font: 15px "Trebuchet MS",Tahoma,sans-serif;
	font-weight: bold;
	line-height: 1.4;
	text-decoration: none;
	color: #484848;
}

#contenuti h2{
  font-size: 14px;
  font-weight: 600;
  padding-top: 5px;
  margin: 0;
  line-height: 1.6;
	color: #336;
}

#contenuti h3{
  font-size: 14px;
  font-weight: 600;
  font-style: italic;
  text-align: center;
  line-height: 1.6;
}

#contenuti h4{
  padding: 5px 0 3px;
  margin: 0;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.2;
}

#contenuti h5{
  font-weight: normal;
  font-size: 13px;
  text-align: center;
  line-height: 1.2;
  background-color:#D2E7E8;
  margin: 8px 0 5px 0;
  padding: 2px 0 2px;
}

#contenuti h6{
  font-weight: 300;
  font-size: 11px;
  /*line-height: 1.2;*/
  margin: 0;
  padding: 10px 0 2px;
}

#contenuti p{
  /*font-size: 12px;*/
  padding: 5px 0px 2px;
  margin: 0;
  text-align: justify;
  line-height: 1.3;
}

#contenuti a{
  text-decoration: none;
}

#contenuti h2 a{
  text-decoration: none;
}

#contenuti img{
  clear: left;
  float: left;
  padding: 8px 10px 5px 0px;
}

#contenuti td{
  padding-bottom: 3px;
}

#piede {
  margin: 15px;
  padding-top: 5px;
  border-top: 1px solid #333;
  text-align: center;
  font-size: 12px;
}

input, select, textarea{
	font: 11px "Trebuchet MS",Tahoma,sans-serif;
  color: #000;
  border: 1px solid #A9D9D9;
  /*background: #E4D08B;
  padding: 1px 2px 2px;
  margin-bottom: 2px;
  display: inline;
  clear: none;
  float: none;
*/
}
input:focus, textarea:focus{
  background: #D2E7E8;
}

.eBtn{
  display: inline;
  clear: none;
  float: none;
  font: 13px "Trebuchet MS",Tahoma,sans-serif;
  border: 1px solid #A9D9D9;
  background: #D3E7E8;
  margin: 5px 5px 2px;
  width: 90px;
}

.eBtn:hover{
  color: #000;
  border: 1px solid #A9D9D9;
  background: #A9D9D9;
  cursor: pointer;
}
