/* testata della pagina con richiamo nuovo logo */
#bodyheader{
	background-image: url(../../hoc/images/opensearch-p.jpg);
	background-position: 0px;
	background-repeat: no-repeat;
	height: 111px;

}

#leftcenter {
	float: left;
	width: 80%;
	height: 100%;	
	position: relative;

	
}

#toolbar1 {
	float: right;
	width: 19%;
	position: relative;
	text-align: right;

}

#logosistema {
	float: right;
	width: 384px;
}

#logoopensearch {
	float: left;
	width: 10px;
	height: 100%;
}

