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

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

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

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

#header {
	height:321px;
	background-color:#000;
	background-image:url(../images/headerTop.gif);
	background-position:0 10px;
	background-repeat:no-repeat;
}

#menunav {
	height:40px;
	padding-top:151px;
	background-image:url(../images/headerMiddle.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

#contentarea {
	
}

#immagini_footer {
	clear:both;
	background-image:url(../images/containerBackground.gif);
	background-repeat:no-repeat;
	background-position:top left;
	height:106px;
	width:768px;
}

#sidebar {
	display:inline;
	float:right;
	width:207px;
	margin-right:20px;
}

#sidebar h3 {
	font-size:1.3em;
	height:50px;
	line-height:50px;
	background-image:url(../images/boxTop.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	padding-left:7px;
}

#maincontent {
	display:inline;
	float:left;
	width:510px;
	margin:10px 0 10px 20px;
}

#footer {
	height:40px;
	line-height:40px;
	clear:both;
	background-color:#000;
	font-size:.8em;
	text-align:center;
	color:#fff;
	background-image:url(../images/footerBackground.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

#footer a {
	color:#fff;
	text-decoration:underline;
}

#footer a:hover {
	color:#ffcc00;
}

#menunav #email {
float:right; line-height:40px; height:40px; padding:0 10px; text-align:right
}

#menunav #email a {
	color:#ccc;
}

#menunav #email a:hover {
	color:#fff;
}
/*######################################################*/


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

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

#menunav ul {
	height:40px;
	list-style-type:none;
	padding:0; /*ri-azzero il padding*/
	background-image:url(../images/menuBackground.gif);
	background-position:top right;
	background-repeat:no-repeat;
}

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

#menunav ul li a {
	height:40px;
	line-height:40px;
	float:left;
	padding:0 25px;
	border-right: 1px solid #666;
	color:#ccc;
}

#menunav ul li a.active {
	color:#fff;
	font-weight:bold;
}

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

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


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

/*MENUCAT*/
/*######################################################*/
#menucat {
	background-image:url(../images/boxBackground.gif);	
}

#menucat ul {
	list-style-type:none;
	padding:0; /*ri-azzero il padding*/
	background-image:url(../images/boxBottom.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	padding-bottom:20px;	
}

#menucat ul ul {
	background-image:none;
	padding:0;
	padding-left:2em;
}

#menucat ul ul li {
	display:list-item;
	list-style-type:square;
}

#menucat ul ul li a, #menucat ul ul li a:hover {
	background-image:none;
	padding:5px;
	font-size:.9em;
}

#menucat ul li {
	display:inline;
}

#menucat ul li a {
	display:block;
	padding:5px;
	padding-left:27px;
	text-decoration:none;
	color:#000;
	font-size:1.1em;
	background-image:url(../images/sidebarMenu.gif);
	background-position:7px .4em;
	line-height:1.2em;
	background-repeat:no-repeat;
}

#menucat ul li a:hover {
	background-image:url(../images/sidebarMenuOver.gif);
	color:#c00;
}

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

/*RICERCA*/
/*######################################################*/
#cerca {
	background-image:url(../images/boxBackground.gif);
}

#cerca form {
	background-image:url(../images/boxBottom.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	padding:0 10px 20px;
}

#cerca .pulsante_ricerca, #cerca .testo_ricerca {
	vertical-align:middle;
}
/*######################################################*/

/*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 {
	clear:both;
	height:30px;
	line-height:30px;
	font-size:1.2em;
	letter-spacing:0.07em;
	padding:0 10px;
}

#indirizzo .ragione_sociale {
	font-weight:bold;
	color: #FFCC00;
}

#indirizzo .testo_indirizzo {
	color:#fff;
}

/*FORM LINGUE*/
#form_lingue {
	float:right;
	height:100px;
}

#form_lingue form {
	padding-top:5px;
}