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

p{
	color: White;
}
body {
	font-family: "Times New Roman", Times, serif;
	font-size:.9em;
	background-color:#000;	
}

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

/*LAYOUT PAGINA*/
/*######################################################*/
#container {
	width:900px;
	margin:0 auto;
	background-color:#000;
	
}

#header {
	height:100px;
	background-color:#0cf;
}

#lingue {
	float:right;
}

#menunav {
	height:30px;
	background-color:#0ac;
}

#contentarea {
	
}

#sidebar {
	float:left;
	width:220px;
	margin-top:30px;
}

#maincontent {
	display:inline;
	float:right;
	width:660px;
	margin:10px;
	color: White;
}

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


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

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

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

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

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

#menunav ul li a.active {
	background-color:#0cf;
}

#menunav ul li a:hover {
	background:#fff;
}
/*######################################################*/

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

#menucat ul li {
	display:inline;
}

#menucat ul li a {
	text-decoration:none;
	background: url(../images/pul.gif) no-repeat;
	height: 32px;
	color: #C60000;
	display:block;
	padding:8px 5px 0 18px;
	/*background-color:#eee;*/
	
}

#menucat ul li a:hover {
	color: #FFF;
	background: url(../images/pul_over.gif) no-repeat;
	/*background-color:#bbb;*/
}

#menucat ul li a.active {
	color: #FFF;
	background: url(../images/pul_over.gif) no-repeat;
}

#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:5px;
	padding:10px;
	background-color:#ccc;
}
/*######################################################*/

/*MAILING_LIST*/
/*######################################################*/
#mailing_list {
	margin:5px;
	padding:10px;
	background-color:#eee;
}

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


/*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;
	background-color:#ccc;
}

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

#indirizzo .testo_indirizzo {
	
}

