#testata { 
	margin: 0;
	padding: 0;	
	min-height: 120px;
	height : auto !important;
	height: 120px;	
	border: 0px solid red;
	width:100%;
}
#testata img#logo_img {
	position: absolute;
	top: 0;
	left: 22px;
	border:0px solid black;
	margin: 0;
	padding: 0;	
}

#testata a img#logo_img {
	text-decoration: none;
	border: none;
	display: block;
}

#testata  #title {
    position: absolute;
    left: 260px;
    top: 42px;
    margin: 0;
    padding: 0;
}
#testata #title  p.fatt {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 120%;
    font-weight: bold;
    margin: 0 0 10px 0;
    padding: 0;
    color: #900052;
}
#testata #title p {
	color: #273863;
	color: #01457D;
    font-size: 100%;
    margin: 0;
    padding: 0;
	text-align: right;
	font-weight: bold;
}
#testata  #logo_sdi {
    position: absolute;
    left: 810px;
    top: 64px;
    margin: 0;
    padding: 0;
    width: 50px;
    height: 41px;
    background-image:url(../img/logo_sdi.gif);
    background-repeat: no-repeat;
    background-position: right bottom;
}

#testata #menu_servizio {
	float: right;	
	border: 0px solid green;
	min-height: 20px;
	height : auto !important;
	height: 20px;	
	margin: 10px 10px 0 0;
	padding: 0;	
}


#testata #menu_servizio ul  {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
}	

#testata #menu_servizio ul li {
	display: inline;
	margin: 0;
	padding: 0 5px 0 5px;
	border-right: 1px solid #000;
}	

#testata #menu_servizio ul iframe {
	overflow: hidden;
	display: inline;
	margin: 0;
	width: 70px;
	height: 20px;
	padding: 0 5px 0 5px;
	border: 0;
}
	
#testata #menu_servizio ul li.no_bordo {
	border-right: none;
	
}	
#testata #menu_servizio ul li.bordo_left {
	border-left: 1px solid #000;
	border-right: none;
	
}	
#testata #menu_servizio ul li a {
	color: #000;
	text-decoration: none;
}	
#testata #menu_servizio ul li a:hover  {
	color: #900052;
	text-decoration: underline;
}

#testata #menu_servizio ul li a.active {
	color: #900052;
	font-weight:bold;
	text-decoration: none;
}	

#testata #menu_servizio ul li a.active:hover{
	text-decoration: none;
}	

#testata #menu_servizio ul li.disconnetti {
	border-right: 0 none;
}
#testata #menu_servizio ul li.disconnetti a {
	background-color: #014479;
	color: #FFF;
	padding:  2px 10px; 
	border-right: 0 none;
	border-radius: 8px;
}

#testata_sx_cerca {
  float: right;	
  position: absolute;
  top: 40px;
  right: 10px;
  margin: 0;
  padding: 0;
  display: block;
  min-height: 20px;
  height : auto !important;
  height: 20px;	
  width:300px;
  margin: 5px 5px 0 0;
  font-size: 80%;
  border: 1px solid #cccccc;
  background-color: #fff;
  padding: 5px;
  color: #111;
  font-weight: bold;
  text-align: center; 
  /* Angoli arrotondati */
  -moz-border-radius: 6px; /* FF1+ */  
  -webkit-border-radius: 6px; /* Saf3+, Chrome */  
  border-radius: 6px; /* Opera 10.5, IE 9 */  
  /*behavior: url(PIE.htc);*/ /* IE 6, 7, 8 */
}

#rss {
     background-image:url(../img/rss.png);
     background-position: left center;
     background-repeat: no-repeat;
     padding:  0px 0px 0px 18px;
     }