html, body {
	margin: 0;
}

body {
	background: url(./image/q.gif) repeat;
	background-color: #F3A444;
	font-family: Verdana, Helvetica, Times New Roman, Times, arial, sans-serif;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 5px;
	font-size : 13px;
}

a {
	clear: both;
	color: #c61800;
	font-weight:bold;
	text-decoration: none;
	font-size: 1.03em;
	position: relative;
}

a:hover {
	clear: both;
	color: #ffb0a5;
	font-weight:bold;
	text-decoration: none;
	background-color: #6666FF;
}

a.stitle {
	color: #6666FF;
	font-weight:bold;
	font-size: 20px;
	text-decoration: none;
}

a.back {
	text-decoration: none;
	border: 0px;
}

a.back:hover {
	text-decoration: none;
	border: 0px;
	background-color: transparent;
}

p {
	clear: both;
}

p.mtitle {
	clear: both;
	color: #d41f01;
	font-weight:bold;
	font-size: 30px;
}

p.stitle {
	clear: both;
	color: #d41f01;
	font-weight:bold;
	font-size: 24px;
}

p.sstitle {
	clear: both;
	color: #d41f01;
	font-weight:bold;
	font-size: 18px;
}

p.text {
	text-align: center;
	clear: both;
}

p.descr {
	text-align: justify;
	clear: both;
	font-weight:bold;
	background-color: transparent;
}

li {
	font-weight:bold;
}

ul {
	font-weight:bold;
}

img {
	padding: 0px; 
	margin: 0px; 
}

.contenitore img {
	padding: 1px; 
	border: 1px solid silver; 
}

img a {
	border: 1px solid;
}

img.back {
	border: 0px;
}

img.catal {
	height: 110px;
	width: 170px;
}

img.px227 {
	height: 170px;
	width: 227px;
}

img.button_bar {
	height: 26px;
	width: 37px;
	/*float: right;*/
	border: 0px;
	display: inline;
}

img.button_bar:hover {
	border: 1px solid aqua;
}


dl.mtitle {
	text-align: center;
	width: 300px; 
	margin-left: 0.4em; 
	background-color: transparent;
	border: 1px solid silver; 
}
.mtitle dd { 
	margin-left: 0.6em;
}
.mtitle dt { 
	font-weight: bold;
	font-size: 20px;
	padding: 0.3em; 
	background-color: transparent;
	border-bottom: 1px solid silver; 
}

dl.stitle { 
	text-align: left;
	border-bottom: 1px solid silver; 
	margin: 0.5em 0 0.5em 2em; 
	background-color: transparent; 
}
.stitle dt { 
	background-color: transparent; 
	font-size: 15px;
	margin-top: 0; 
	border: 0; 
}
.stitle dd { 
	background-color: transparent; 
	padding: 0.2em 0.6em 0.2em 0; 
	margin-left: 1.4em;
}

dl.mtitleB {
	text-align: center;
	width: 400px; 
	margin-left: 0.4em; 
	background-color: transparent;
	border: 1px solid silver; 
}
.mtitleB dd { 
	margin-left: 0.6em;
}
.mtitleB dt { 
	font-weight: bold;
	font-size: 20px;
	padding: 0.3em; 
	background-color: transparent;
	border-bottom: 1px solid silver; 
}

dl.stitleB { 
	text-align: left;
	border: 0px; 
	margin: 0.5em 0 0.5em 2em; 
	background-color: transparent; 
}
.stitleB dt { 
	background-color: transparent; 
	font-size: 15px;
	margin: 0; 
	border: 0; 
}
.stitleB dd { 
	background-color: transparent; 
	padding: 0.2em 0.6em 0.2em 0; 
	margin-left: 1.4em;
}


.title {
	color: #F3A444;
	text-align: center;
	font-size: 50px;
	text-decoration: underline;
}

.dx {
	text-align: right;
}

.sx {
	text-align: left;
	float: left;
}

.alcentro {
	text-align: center;
}

.giustificato {
	text-align: justify;
}

/*
definizioni generali di divisione del layout
*/

div#container {
	width: 770px;
	border: solid 1px gray;
	background-color: #e8e8e8;
	background: url("./image/abar.gif");
	background-repeat: repeat-y;
	position: relative;
	margin: 0px auto;
	text-align: left;
}

div#header {
	text-align: center;
	clear: both;
	background-color: #e8e8e8;
	border-bottom: solid 1px gray;
	/*padding-top: 2px;
	padding-bottom: 2px;
	height: 100px;*/
}

div#corpo {
	text-align: left;
	clear: both;
	padding-left: 5px;
	padding-right: 5px;
	background-color: transparent;
}

div#footer {
	background: url("image/gbar.gif") top;
	background-repeat: no-repeat;
	padding-top: 7px;
	text-align: center;
	clear: both;
	/*background-color: #efd096;
	background-color: #f4f3f3;*/
	border-top: solid 1px gray;
	font-family: Times New Roman, Times, arial, sans-serif;
	font-size : 15px;
}

/*
definizioni per la barra coi bottoni
*/

div#button_bar {
	width: 100%; 
	height: 29px;
	line-height: 29px;
	background: url("image/hbar.gif");
	border-bottom: 1px solid gray;
	margin: auto;
}

#navcontainer {
	margin-top:0px;
	width: 768px;
	height: 29px;
	font-size: 1em;
	position: relative;
}

#navcontainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navcontainer li {
	position: relative;
	text-align: center;
	display: inline;
}

li.sx {
	float:left;
}
li.dx {
	float:right;
}

#navcontainer a {
	font: 14px Georgia, Times, serif;
	border-top : 1px dotted #c1c1c1;
	border-left : 1px dotted #c1c1c1;
	border-right : 1px dotted #c1c1c1;
	border-bottom : 1px dotted #c1c1c1;
	margin: 2px;
	width : 100px;
	display: block;
	height: 22px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	background-color: #e2e2e2;
}

#navcontainer a:hover {
	background-color: #a9cfe2;
	color: white;
	border-top : 1px solid #ababab;
	border-left : 1px solid #ababab;
	border-right : 1px solid #787878;
	border-bottom : 1px solid #787878;
}

/*
altre definizioni di immagini e testi
*/

div.contenitore {
	width: 100%;
	display: block;
	clear: both;
	position: static;
}

.sinistra {
  float: left;
  clear: left;
  text-align: center;
  padding: 10px 10px 10px 10px;
  margin: 15px 15px 15px 15px;
  background: transparent;
  width: 40%;
}

.destra {
  float: right;
  clear: right;
  text-align: center;
  padding: 10px 10px 10px 10px;
  margin: 15px 15px 15px 15px;
  background: transparent;
  width: 40%;
}

.imgBlock {
  font-weight : bold;
  float: left;
  clear: left;
}
.contentBlock {
  padding: 4px;
  background-color: #995533;
  font-size: 12pt;
  font-weight : bold;
  color: #df6000;
}
.infoBlock {
  padding: 5px;
  background-color: #c7d8b1;
  font-size: 8pt;
  color: #663300;
}

.didascalia {
	text-align: center;
	clear: both;
	font-weight: bold;
	color: #43ae9c;
}

.scatola {
	background: transparent;
	width: 100%;
	height: 120px;
	margin-left: 5px;
	margin-bottom: 5px;
}

.scatolaAlta {
	background: transparent;
	width: 100%;
	height: 170px;
}

.contentScatola {
	padding: 4px;
  	margin: 10px 10px 10px 10px;
	background: transparent;
	float: right;
	clear: right;
	text-align: left;
	width: 550px;
}




/***********************************************************/
/***********************************************************/
/**********************TERMOSTAHL***********************/
/***********************************************************/
/***********************************************************/

img.lingua {
	width: 30px;
	height: 20px;
	margin-top: 0px;
	vertical-align: middle;
	border: 0px;
}

img.logotermo {
	height: 100px;
	width: 770px;
}
img.logo {
	height: 48px;
	width: 40px;
}


.blocco-img {
	width: 90%;
	margin: auto;
	text-align: center;
	padding-bottom: 30px;
}

.blocco-img img {
	width: 320px;
	height: 240px;
	border: gray 1px solid;
	padding: 1px;
}

.pdf_box {
	float: left;
	line-height: 2em;
	vertical-align: middle;
	clear: both;
	padding-left: 10px;
	padding-bottom: 15px;
}
.pdf_box h2 {
	border: 1px solid red;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
}
.pdf_box img {
	border: none;
	vertical-align: middle;
}
