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

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
	font-size:12px;
	background-color:#f3f3f3;
	color:#666;
}

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

/*LAYOUT PAGINA*/
/*######################################################*/
#container {
	width:948px;
	margin:5px auto 0px;
	background-color:#fff;
	color:#000;
	background-image:url(../images/sfondo_principale.gif);
	background-position:center top;
	background-repeat:repeat-y;
	border-top:none;
}

#header {
	background-image:url(../images/sfondo_principale_header.gif);
	background-position:center top;
	background-repeat:no-repeat;
	padding:4px 14px 0;
}

#header h1 {
	display:inline;
	float:left;
	width:252px;
	height:75px;
	background-image:url(../images/sfondo_logo.gif);
	background-repeat:no-repeat;
	margin:0;
	margin-right:-3px;
	padding:0;
	position:relative;
}

#header h1 img {
	top:29px;
	left:42px;
	position:absolute;
}

#mainmenu {
	height:30px;
	background-color:#e60005;
}

#menunav {
	height:45px;
}

#banner {
	background-image:url(../images/banner.jpg);
	height:180px;
}

#contentarea {
	padding:0 24px;
	background-image:url(../images/sfondo_colonna_laterale.gif);
	background-position:14px top;
	background-repeat:no-repeat;	
}

#sidebar_left {
	float:left;
	width:210px;
	padding-right:0px;
	padding-left:10px;
	padding-top:30px;
	padding-bottom:30px;
}

#maincontent {
	display:inline;
	float:left;
	width:400px;
	margin-left:20px;
	padding-left:20px;
	margin-top:30px;
	background-image:url(../images/gradiente_verticale.gif);
	background-position:top left;
	background-repeat:no-repeat;	
	line-height:18px;
	text-align:justify;
	padding-bottom:30px;
}

#maincontent_wide {
	display:inline;
	float:left;
	width:640px;
	margin-left:20px;
	padding-left:20px;
	background-image:url(../images/gradiente_verticale.gif);
	background-position:left 30px;
	background-repeat:no-repeat;	
	line-height:18px;
	text-align:justify;
	padding-bottom:30px;	
}

#sidebar_right {
	display:inline;
	margin-left:20px;
	margin-top:30px;
	float:left;
	padding-left:20px;
	width:190px;
	background-image:url(../images/gradiente_verticale.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding-bottom:30px;
}

#footer {
	clear:both;
	padding:15px 0;
	margin:0px;
	text-align:center;
	background-image:url(../images/sfondo_principale_footer.gif);
	background-position:center top;
	background-repeat:no-repeat;
	color:#666;
}
/*######################################################*/


/*MENU SUPERIORI*/
/*######################################################*/
#menunav ul {
	height:45px;
	float:right;
	padding:0;
	margin:0;
	width:auto;
	list-style-type:none;
	background-image:url(../images/bordo_menu_superiore.gif);
	background-position:top right;
	background-repeat:no-repeat;	
}

#menunav ul li {
	height:45px;
	float:left;
	background-image:url(../images/bordo_menu_superiore.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

#menunav ul li a {
	float:left;
	height:30px;
	line-height:25px;
	padding:0 15px;
	margin-left:1px;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
	background-image:url(../images/menu_superiore.gif);
	background-position:0 1000px;
	background-repeat:repeat-x;
}

#menunav ul li a:hover {
	background-image:url(../images/menu_superiore.gif);
	background-position:0 0;
	background-repeat:repeat-x;	
}

#mainmenu ul {
	height:30px;
	padding:0;
	list-style-type:none;
}

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

#mainmenu ul li a {
	float:left;
	height:30px;
	line-height:30px;
	text-decoration:none;
	font-weight:bold;
	color:#fff;
	padding:0 17px;
}

#mainmenu ul li a:hover {
	background-color:#c00;
}

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

/*MENUCAT*/
/*######################################################*/
#menucat ul {
	list-style-type:none;
	padding:1em 0 0;
}

#menucat ul li {
	display:inline;
}

#menucat ul li a {
	display:block;
	padding-left:20px;
	height:25px;
	line-height:25px;
	color:#666;
	font-weight:bold;
	text-decoration:none;
	background-image:url(../images/bullet_elenco.gif);
	background-repeat:no-repeat;
	background-position:center left;
}

#menucat ul li a:hover {
	color:#000;
	height:24px;
	border-bottom:1px solid #ddd;
}

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

#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 {
}

.listaeventinews_elenco {
	padding-top:2em;
}

.listaeventinews_elenco .data {
	font-size:11px;
}

.listaeventinews_elenco .data a {
	color:#c00;
	text-decoration:none;
	font-weight:bold;
}

.listaeventinews_elenco .titolo {
	font-size:1em;
}

.listaeventinews_elenco .titolo a {
	color:#666;
	text-decoration:none;
}

.listaeventinews_elenco .descrizione {
	font-size:11px;
	color:#666;
	text-align:justify;
}
/*######################################################*/

/*INDIRIZZO*/
#indirizzo {
	clear:both;
	border-top:1px solid #ccc;
	padding-top:9px;
	padding-bottom:10px;
	line-height:18px;
}
