* { /*azzeriamo tutti i margini e padding*/
	margin:0;
	padding:0;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#fff;
}

table {
	font-size: 1em; /*corregge i font delle tabelle*/
}

/* MIR IMAGE REPLACEMENT */
.mir {
	text-indent:-999em;
	letter-spacing:-999em;
	overflow:hidden;
	outline:none;
}

/*LAYOUT PAGINA*/
/*######################################################*/
#container {
	width:960px;
	margin:0 auto;
}

#header {
	height:168px;
	background: url(../images/header.gif) no-repeat;
	color:Black;
}

#header h1{
	float:left;
	width: 380px;
	margin-top: 30px;
	margin-left: 80px;
}

#header h5 {
	float: left;

}

#lingue {
	float:right;
}

#menunav {
	float: right;
	width: 610px;
	height:25px;
	background-color: #028bb5;
}

#contentarea {
	background: url(../images/fondo_contentarea.gif) repeat-y;
	float: left;
	width: 100%;
}

#sidebar {
	float:left;
	width:250px;
}

#maincontent {
	display:inline;
	float:right;
	width:690px;
	margin:10px;
}

#maincontent_home {
	display:inline;
	float:right;
	width:709px;
	margin:0;
	background: url(../images/foto_home.jpg) no-repeat;
	min-height: 544px;  /* per i browser moderni */
   height: auto !important;  /* per i browser moderni */
   height: 544px;      /* per IE5.x e IE6 */
}


#footer {
	border-top: 1px solid #028bb5;
	height:2em;
	line-height:2em;
	clear:both;
	padding:5px;
	font-size:.8em;
	text-align:center;
}
/*######################################################*/


/*MENUNAV*/
/*######################################################*/
#menunav a {
	color:#fff;
	text-decoration:none;
	font-size:.9em;
	font-weight: bold;
}

#menunav a:hover {
	color:#fff;
}

#menunav ul {
	height:25px;
	list-style-type:none;
	padding:0; /*ri-azzero il padding*/
}

#menunav ul li {
	height:25px;
	float:left;
}

#menunav ul li a {
	height:25px;
	line-height:25px;
	float:left;
	padding:0 17px;
	border-right:1px solid #fff;
}

#menunav ul li a.active {
	color:#DCDCDC;
}

#menunav ul li a:hover {
	color: #00008B;
}
/*######################################################*/

/*MENUCAT*/
/*######################################################*/
#menucat {
	float: right;
	width: 220px;
	margin-top: 460px;
}

#menucat ul {
	list-style-type:none;
	padding:0; /*ri-azzero il padding*/
}

#menucat ul li {
	display:inline;
}

#menucat ul li a {
	display:block;
	padding:5px 15px;
	margin:5px;
	text-decoration:none;
	background: url(../images/menu_cat.gif) no-repeat left Silver;
	color: #ffffff;
}

#menucat ul li a.assicurativo {
	background-color: #e1701e;
}

#menucat ul li a.banche {
	background-color: #519032;
}

#menucat ul li a:hover {
	background-color:#bbb;
}

#menucat ul ul li a {
	padding-left:1em;
	background-color:#fafafa;
}

#menucat ul ul li a:hover {
	background-color:#eee;
}

#menucat ul ul ul li a {
	padding-left:2em;
}

/*######################################################*/

/*RICERCA*/
/*######################################################*/
#cerca {
	margin:25px 5px;
	padding:10px;
	background-color:#A5B5C5;
}
/*######################################################*/

/*MAILING_LIST*/
/*######################################################*/
#mailing_list {
	text-align: center;
	margin:0 5px 5px 5px;
	padding:10px;
	background: url(../images/mail.jpg) no-repeat right #fbfbf7;
}

#mailing_list p {
	font-size:.8em;
}

h3.titolo_newsletter{
	color: #2d5170;
	background-color: #cfe3ec;
	margin: 0 5px;
	padding: 5px;
	font-weight: normal;
	border-bottom: 1px solid #a6b5c6;
}
h3.spazio_newsletter{
	background-color: #7291B6;
	margin: 0 5px;
	height: 30px;
	border-bottom: 1px solid #fff;
}
/*######################################################*/


/*ELENCO LISTA EVENTI NEWS   */
/*######################################################*/
#lista_eventi_news {
	margin:5px;
	padding:10px;
	background-color:#ddd;
	font-size:.8em;
}

.listaeventinews_elenco {
	border-bottom:1px solid #bbb;
	margin-bottom:5px;
	padding-bottom:3px;
}

.listaeventinews_elenco .titolo {
	font-size:1em;
	font-weight:bold;
	padding:3px 0;
}

.listaeventinews_elenco .descrizione {
	
}
/*######################################################*/

/*INDIRIZZO*/
#indirizzo {
	margin:5px;
	padding:10px;
}

#indirizzo .ragione_sociale {
	font-weight:bold;
	font-size: 1.1em;
}

#indirizzo .testo_indirizzo {
	
}

/*FORM LOGIN*/
#form_login {
	margin:25px auto;
	padding:10px;
	width: 210px;
	border: 1px solid #028BB5;

}
input.login{
	width: 130px;
}