

/* Header */

#header
{
	position: relative;
	/*background: #004778 url('/images/a5.gif') repeat-x left bottom;*/
	
	background: #80AECC url(/images/backheader.jpg);
	height: 6.2em;			/* height: 6.6em; */
	padding-left: 2em;
	top: 0px;
	left: 0px;
	border-bottom: solid 5px  #80AECC  
}

#header h1
{
	position: absolute;
	top: 1.8em;
	font-size: 2.2em;
	letter-spacing: -0.05em;
}

#header h1 a
{
	color: #fff;
	text-decoration: none;
}

#header h2
{
	position: absolute;
	font-size: 0.8em;
	top: 8em;
	color: #E0E8EF;
}

/* Cerca */

#divCerca
{
	position: absolute;
		
	top: 1.0em;				/* top: 2em; */	
	right: 7.0em;			/* right: 4.0em; */	
}

#divUser
{
	/*position: absolute;*/
		
	top: 3.0em;				/* top: 2em; */	
	right: 15.0em;			/* right: 4.0em; */	
}

#btnCerca
{	


	position:relative;
	/*top: 5.5em; */
	left: 840px;
	margin-top: 1.7em;

}

.buttonHP
{
	background-color: #8DB7DF;
	border: 1px ridge gray;
	/*margin-right: -3px;
	width: 120px; 
	height: 26px;
	z-index: 1;*/
	width: 50px; 
	/*margin-top: 0.5em;*/
}



#btnAccedi
{	
	position:relative;
	/*top: 0.2em;
	left: 847px;*/
	height: 16px;
}

#divLogin
{
	position: absolute;		
	top: 7.4em;
	right: 2.0em;
	color: #fff;	
}

#divLogin a
{
	clear: both;
	position: relative;	
	color: #fff;	
	text-decoration: none;
}

#divLogin a:hover
{
	text-decoration: underline;
}


/* Menu */

#menu
{
	position: absolute;
	top: 2em;				/* top: 5em; */
	right: 4em;				/* right: 6em; */
}

#menu ul
{
	list-style: none;
}

#menu li
{
	display: inline;
	padding-left: 1.1em;
	margin-left: 1em;
	border-left: dotted 1px #E0E8EF;
}

#menu li.first
{
	border: 0em;
	margin-left: 0em;
	padding-left: 0em;
}

#menu li a
{
	color: #fff;
	padding: 0.1em;
	text-decoration: none;
}

#menu li a:hover
{
	text-decoration: underline;
}

