@charset "utf-8";
/* CSS Document */

body {font-size: 13px;
font-family:  Arial, Helvetica, sans-serif;
color: #464646
}
h1.home {font-size: 30px;
font-weight: normal;
margin-bottom: 0px;
margin-top: 0px;
color:#FFFFFF}


h2 {color: #335972;
font-size: 18px; font-weight: normal; margin-bottom: 0px; margin-top: 0px;}

span.blu {color: #005085;
font-size: 15px;
font-weight: bold;}

span.marrone {color: #712700;
font-size: 15px;
font-weight: bold;}

span.verde {color: #394001;
font-size: 15px;
font-weight: bold;}

span.box {font-size: 11px;
font-family:Arial, Helvetica, sans-serif}

A:link, A:visited {
	color: #3c8ccf;
	text-decoration: underline;

}

A:hover {
	color: #ef6b26;
	text-decoration: underline;
}

A.nero:link, A.nero:visited {
	color: #000000;
	font-size: 11px;
	text-decoration: underline;
font-family:Arial, Helvetica, sans-serif
}

A.nero:hover {
	color: #ffffff;
	font-size: 11px;
	text-decoration: underline;
	font-family:Arial, Helvetica, sans-serif
}
.txt{
  height:22px;
  line-height:16px;
  padding:0;
  color:#000000;
  background-image:url(images/radiatori/bg-input-text.gif);
  border:0;
}
.inputleft{
  background-image:url(images/radiatori/input-text-left.png);
  height:22px;
  width:8px;
  float:left;
  background-repeat:no-repeat;
}
.inputright{
  background-image:url(images/radiatori/input-text-right.png);
  height:22px;
  width:8px;
  float:left;
  background-repeat:no-repeat;
}
a.button {
    background: transparent url(/images/bottoni/blu/bg_button_a.gif) no-repeat scroll top right;
    color: #FFFFFF;
    display: block;
    float: left;
    font: bolder 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px;
    text-decoration: none;
}

a.button span {
    background: transparent url(/images/bottoni/blu/bg_button_span.gif) no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}
a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none;
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px;
}

