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

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.8em;
	background-color:#ccc;
}

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

/*LAYOUT PAGINA*/
/*######################################################*/
#container {
	width:770px;
	margin:0 auto;
	background-color:#fff;
	border:1px solid #666;
	border-top:none;
}

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

#banner {
	height:70px;
	background: url(../images/banner.jpg) no-repeat;
}

#lingue {
	float:right;
}

#menunav {
	padding-left: 60px;
	height:45px;
	background: url(../images/fondoNav.jpg) repeat-x;
}

#contentarea {
	background: url(../images/fondoSidebar.gif) repeat-y
}

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

#maincontent {
	font-size: 0.8em;
	display:inline;
	float:left;
	width:366px;
	margin:5px;
}

#footer {
	height:2em;
	line-height:2em;
	clear:both;
	padding:5px;
	background-color:#eee;
	font-size:.8em;
	text-align:center;
}
/*######################################################*/


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

#menunav a:hover {
	
}

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

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

#menunav ul li a {
	background: url(../images/fondoNav.jpg) repeat-x;
	height:45px;
	line-height:50px;
	float:left;
	padding:0 5px;
	border-right:1px solid #DCDCDC;
}

#menunav ul li a.active {
	background-color:#00008B;
	background: url(../images/fondoNav-over.jpg) repeat-x;
}

#menunav ul li a:hover {
	color:#7B7B7B;
	background: url(../images/fondoNav-over.jpg) repeat-x;
}
/*######################################################*/

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

#menucat ul li {
	display:inline;
}

#menucat ul li a {
	
	color:#853361;
	font-weight:bold;
	
	font-size:0.8em;
	background-color: #FFF;
	display:block;
	padding:5px;
	margin:0 0 0 1px;
	border-left: 3px solid #843260;
	border-bottom: 1px solid #B8B8B8;
}

#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 {
	float: right;
	margin:5px 0 5px 5px;
	padding:5px;
	background-color:#ccc;
	width: 200px;
}
/*######################################################*/

/*MAILING_LIST*/
/*######################################################*/
#mailing_list {
	margin:5px;
	padding:5px;
	background-color:#eee;
	border: 1px solid #CCC;
}

#mailing_list p {
	font-size:.7em;
	color:#008D8E;
}
/*######################################################*/


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

.listaeventinews_elenco {
	border-bottom: 1px dashed #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;
	background-color:#ccc;
}

#indirizzo .ragione_sociale {
	font-weight:bold;
	text-align:center;
	padding:.5em 0;
}

#indirizzo .testo_indirizzo {
	
}

/*FORM LOGIN*/
#form_login {
	margin:3px;
	padding: 3px;
	background-color:#eee;
}
#colNews{
	float:right;
	background-color: #E5E5E5;
	width: 209px;
}

.titSidebar {
	background-color: #CCC;
	padding: 3px 0 2px 2px;
}

.titLogin{
	color:#FFF;
	background-color: #843361;
	padding: 3px 0 2px 2px;
}
.tableLogin {
	
}

.inputBianco {
	background-color: #FFF;
	border: 1px solid #89ABCB;
}

.testoLogin {
	font-weight:normal;
}

.fondoBianco {
	background-color: #FFF;
	margin: 5px;
	padding: 4px;
}

.imgCerca{
float:right;
margin-top: -18px;
margin-right: 5px;
}

.titMailing{
	margin: 10px 0 0 5px;
}
.viola{
	color:#853361;
}
.pulsante_ricerca{
float:right;
margin: -17px 10px 0 0;
}

.titCerca{
	font-weight: normal;
	float: right;
	margin: 53px 135px 0 0;
}

.fondoGrigio{
	background-color: #EEE;
}
#maincontent p{
padding: 10px;