
/* CLASSI COMUNI A TUTTI I SITI */
/*HEADINGS*/
	#content H1 {
		font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; color: #003300;padding:10px 0 0 0; margin: 0;
	}
	
	#content H2, #content .sottotitolo{
		font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; font-weight: bold; color: #000;padding: 0 0 0 6px;
	}
	
	#content H3{
		font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: bold; color: #000;padding: 0 0 0 6px
	}
	
	#content H4{
		
	}
	
	#content H5{
		
	}
	
	#content H6{
		
	}

/*OL LIST */
	#content ol{
		
	}

	#content ol li{
		
	}

/*UL LIST*/

	#content ul{
		color: #000;
	}
	
	#content ul li{
		color: #000;
	}

/*PARAGRAPH*/

	#content p, #content div{
		font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; color: #000000;
	}

/* LINK */
	
	#content a{
		font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: bold; color: #C41618;
	}


	#content a:hover{
		font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: bold; color: #C41618;
	}
	
	#content a:visited{
		font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: bold; color: #C41618;
	}

/*DIRECTORY LIST*/

	#content dir{
		
	}
	#content dir li{
		
	}

/*DEFINITION TERM - DEFINITION*/
	
	#content dl{
		
	}

	#content dl dt{
		
	}

	#content dl dd{
		
	}

/* ADDRESS */

	#content address{
		
	}

/* STRONG */
	
	#content strong{
		font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: bold; color: #000000;
	}

	#content em{
		font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-style: italic; color: #000000;
	}
	
	#content blockquote{
		margin: 1em 0 1em 1.5em;
		background-color: #f0f0f0; /* header and footer colours */
		padding: 0.5em;
	}
	
	#content img{
	}
	
	
#content .txtcenter{
	text-align: center;
	color:red;
}

#content .txtleft{
	text-align: left;
}

#content .txtright{
	text-align: right;
}

#content .txtjustify{
	text-align: justify;
}		

#content div.hr{
	margin: 0 40px 0 40px;
	border: 0;border-top: 2px solid #990000;
}

img.imgleft {
	float:left;
	margin-right: 5px;
}

img.imgright {
	float:right;
	margin-left: 5px;
}
	
/*
 * FCKeditor - The text editor for internet
 * Copyright (C) 2003-2004 Frederico Caldeira Knabben
 *
 * Licensed under the terms of the GNU Lesser General Public License
 * (http://www.opensource.org/licenses/lgpl-license.php)
 *
 * For further information go to http://www.fredck.com/FCKeditor/ 
 * or contact fckeditor@fredck.com.
 *
 * fck_editorarea.css: Styles used in the editor area. The final user
 *   should customize it for his web site needs.
 *
 * Authors:
 *   Frederico Caldeira Knabben (fckeditor@fredck.com)
 */






/****************************************/
/* CLASSI RELATIVE sangiuseppe2005   	*/
/* da style.css 						*/
/* Optional Code                      	*/
/****************************************/

.hide {	
	display:none;
}

.clear { 
	clear: both; 
	height:0px;
	overflow: hidden;
}


img{
	border: 0;
}


body{
	margin: 2px;
	padding:0;
	text-align: center;
	font-family: verdana,arial;font-size: 8pt;
	background-color:#cdcdcd;
}


#wrapper {
	width:758px;
	margin:auto;
	padding: 3px 0px 1px 0px;
	text-align:left;
	clear:both; /*ammega*/
 	background-color: #dfdfdf; /*3333ff blu*/
}		 

#content{
    background-color: #dfdfdf; /*ff3399 viola*/
	width: 620px; /*608*/
	float: right;
	margin: 0 0 0 0;
	padding: 0 0 0 0px;
	border:0px solid #000000;
} 





/*colonna che contiene il menu principale*/
#colC{
	float: left;
	overflow: hidden;
	margin: 8px 0 0 0px; 
	padding: 0 0 0 0;
	width: 128px; /*larghezza = a quella dei bottoni 118 + il margine del menu 10 */
	height: 342px;

}





/***************************** HEADER ******************************/
#header{
	clear: both;
	width: 758px; /*ammega old:675*/
	height: 134px;
	margin:0;
	padding:0;
	background-color: #fff;
	
}

#header	h1{
	display: block;
	background-repeat: no-repeat;
	width: 758px;
	height: 109px;   /*ammega old: width: 202px;height: 84px*/
	height: 0px !important;	
	margin:0;
	padding-top: 109px;  /*padding-top: 84px;*/
	overflow: hidden;	
	float:left;
}

#header	h3{
	display: block;
	background-repeat: no-repeat;
	width: 758px;
	height: 25px;   
	height: 0px !important;	
	margin:0;
	padding-top: 25px; 
	overflow: hidden;
	float:left;
}

#header h1{
	background-image:url('/img/home/banda-sup_01.gif'); 
}

#header h3{
	background-image:url('/img/home/spacer1_06_2.gif'); 
	background-repeat:repeat-x;
}

/********************* PRESENTAZIONE **************************/
#presentazione #colD{
	float:right;
	width: 608px; 
	margin:0 3px 0 0;
	background-image:url('/img/Second/La presentazione/pixelsfondo_06.gif');
	background-repeat:repeat-y;
	border:0px solid #000000;
}

#presentazione #colD a{
	color:#C41618;
	font-weight:bold;
	text-decoration:none;
}

#presentazione .contenttext{
	margin:10px;
}

#presentazione #colD[id]{
	margin:0 7px 0 0;
}

#presentazione #colD{	
	background-image:url('/img/Second/La presentazione/presentazione_fondo_box.gif');
	background-position:0 28px;
}

#presentazione #colD h2{
	display: block;
	background-repeat: no-repeat;
	height: 30px;
	height: 0px !important;
	margin:0px 0px 0px 0px;
	padding: 30px 0px 0 0;
	overflow: hidden;
	background-image:url('/img/second/La presentazione/presentazioneint_03.gif');
}

#presentazione #colD .closing{
	width: 608px;
	height: 18px;
	margin:0px 0px 0px 0px;
	overflow:hidden;
	background-image:url('/img/second/La presentazione/presentazione_end_box.gif');
	background-repeat: no-repeat;
	clear: both; 
}

#presentazione #colD h3{
	margin:0px 0px 0px -6px;
}

/****************************link in fondo pagina *********************/
#presentazione #colD ul{
    float:right;
	margin: 0 5px 0 0;
	padding: 0 0 0 0;
	overflow: hidden;
}

#presentazione #linkEvents a, #presentazione #linkGallery a, #presentazione #linkMedia a, #presentazione #linkSito a{
	/**/display: block;
	float:left;
	padding-top: 18px; 
	height: 0px !important;
	height /**/: 18px; 
	overflow: hidden;
	width: 52px;
}

#presentazione #colD li{
	margin: 0 0 0 10px;
	width: 52px;
	height: 18px;
	display: block;
	float: left;
}

#presentazione #colD #linkEvents, #colD #linkEvents a{
	background-image:url('/img/Second/Artisti/Artisti_button_quando.gif');
}

#presentazione #colD #linkGallery, #colD #linkGallery a{
	background-image:url('/img/Second/Artisti/Artisti_button_photo.gif');
}

#presentazione #colD #linkMedia, #colD #linkMedia a{
	background-image:url('/img/Second/Artisti/Artisti_button_video.gif');
}

#presentazione #colD #linkSito, #colD #linkSito a{
	background-image:url('/img/Second/Artisti/Artisti_button_www.gif');
}

#presentazione #colD li a:hover {
	background-position: 0 18px;
}

/****************************fine link in fondo pagina*********************/

/****************************** FINE PRESENTAZIONE ******************************/


/********************* STORIA **************************/
#storia #colD{
	float:right;
	width: 608px; 
	margin:0 3px 0 0;
	background-image:url('/img/Second/La storia/pixelsfondo_06.gif');
	background-repeat:repeat-y;
	border:0px solid #000000;
}


#storia #colD a{
	color:#C41618;
	font-weight:bold;
	text-decoration:none;
}

#storia .contenttext{
	margin:10px;
}


#storia #colD[id]{
	margin:0 7px 0 0;
}

#storia #colD{	
	background-image:url('/img/Second/La storia/storia_sfondo_box.gif');
	background-position:0 28px;
}

#storia #colD h2{
	display: block;
	background-repeat: no-repeat;
	height: 30px;
	height: 0px !important;
	margin:0px 0px 0px 0px;
	padding: 30px 0px 0 0;
	overflow: hidden;
	background-image:url('/img/second/La storia/storia_titolo.gif');	
}

#storia #colD .closing{
	width: 608px;
	height: 18px;
	margin:0px 0px 0px 0px;
	overflow:hidden;
	background-image:url('/img/second/La storia/storia_end_box.gif');
	background-repeat: no-repeat;
	clear: both; 
}

#storia #colD h3{
	margin:0px 0px 0px -6px;
}

/****************************link in fondo pagina *********************/
#storia #colD ul{
    float:right;
	margin: 0 5px 0 0;
	padding: 0 0 0 0;
	overflow: hidden;
}

#storia #linkEvents a, #storia #linkGallery a, #storia #linkMedia a, #storia #linkSito a{
	/**/display: block;
	float:left;
	padding-top: 18px; 
	height: 0px !important;
	height /**/: 18px; 
	overflow: hidden;
	width: 52px;
}

#storia #colD li{
	margin: 0 0 0 10px;
	width: 52px;
	height: 18px;
	display: block;
	float: left;
}

#storia #colD #linkEvents, #colD #linkEvents a{
	background-image:url('/img/Second/Artisti/Artisti_button_quando.gif');
}

#storia #colD #linkGallery, #colD #linkGallery a{
	background-image:url('/img/Second/Artisti/Artisti_button_photo.gif');
}

#storia #colD #linkMedia, #colD #linkMedia a{
	background-image:url('/img/Second/Artisti/Artisti_button_video.gif');
}

#storia #colD #linkSito, #colD #linkSito a{
	background-image:url('/img/Second/Artisti/Artisti_button_www.gif');
}

#storia #colD li a:hover {
	background-position: 0 18px;
}

/****************************fine link in fondo pagina*********************/

/****************************** FINE STORIA ******************************/



/******************************* PROGRAMMA *******************************/

#booking #colD[id]{
	margin:0 3px 0 0;
}

#booking #colD #pr18marzo06{
	float:right;
	width: 608px;
	margin:0 3px 0 0;
    display: block;
	background-repeat: no-repeat;
	height: 35px;
	height: 0px !important;
	padding: 35px 0px 0 0;
	overflow: hidden;
	background-image:url('/img/second/Programma/programma_box_int.gif');
}

#booking #colD #pr20050319{
	float:right;
	width: 608px;
	margin:0 3px 0 0;
    display: block;
	background-repeat: no-repeat;
	height: 35px;
	height: 0px !important;
	padding: 35px 0px 0 0;
	overflow: hidden;
	background-image:url('/img/second/Programma/programma_box_inf.gif');
}

#booking #colD p{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#booking #colD a{
	color:#C41618;
	font-weight:bold;
	text-decoration:none;
}

#booking #colD .sup{
	float:right;
	width: 608px;
	margin:0 3px 0 0;
	
	height: 12px;
	overflow:hidden;
	background-image:url('/img/second/Programma/programma_box_Corner.gif');
	background-repeat: no-repeat;
	clear: both; 
}

#booking #colD .inf{
	float:right;
	width: 608px;
	height: 12px;
	margin:0 3px 0 0;
	overflow:hidden;
	background-image:url('/img/second/Programma/programma_09.gif');
	background-repeat: no-repeat;
	clear: both; 
}

#booking #colD .spz{
	float:right;
	width: 608px;
	height: 5px;
	margin:0px 3px 0px 0px;
	overflow:hidden;
	background-image:url('/img/second/Programma/programma_11.gif');
	background-repeat:repeat-y;
	clear: both; 
}

#booking #colD .cnt_txt{
	float:right;
	width: 596px;
	padding:0 0 0 12px;
	margin:0 3px 0 0;
	overflow:hidden;
	background-image:url('/img/second/Programma/programma_07.gif');
	clear: both; 
	border:0px solid #000000;
}

#booking .contImg{
	/**/margin: 0px 5px 0 0;
	width: 158px;
	height: 72px;
	float: left;
	overflow:hidden;
	border:0px solid #000000;float:left;
}

#booking #testobooking{
	border:0px solid #000000;
	float:right;
	width:415px
}

#booking #linkinterni{
	margin:10px 0 0 0 ;
}

#booking #colD .closing{
    float:right;
	width: 608px;
	height: 6px;
	margin:0px 3px 0px 0px;
	overflow:hidden;
	background-image:url('/img/second/Programma/programma_endbox_2.gif');
	background-repeat: no-repeat;
	clear: both; 
}

#booking #colD .spz_2{
	float:right;
	width: 608px;
	height: 15px;
	margin:0px 3px 0px 0px;
	overflow:hidden;
	clear: both; 
}


/****************************link in fondo ad ogni div #colD cnt_txt *********************/
#booking #colD ul, #booking #colDbooking ul{
    float:right;
	margin: 15px 10px 0 0;
	padding: 0 0 0 0;
	overflow: hidden;
	}

#booking #colD #linkEvents a, #booking #colD #linkGallery a, #booking #colD #linkMedia a, #booking #colD #linkSito a, #booking #colDbooking #linkEvents a, #booking #colDbooking #linkGallery a, #booking #colDbooking #linkMedia a, #booking #colDbooking #linkSito a{
	/**/display: block;
	float:left;
	padding-top: 18px; 
	height: 0px !important;
	height /**/: 18px; 
	overflow: hidden;
	width: 52px;
	
}

#booking #colD li, #booking #colDbooking li{
	margin: 0 0 0 10px;
	width: 52px;
	height: 18px;
	display: block;
	float: left;
	overflow: hidden;
}

#booking #colD #linkEvents, #colD #linkEvents a, #booking #colDbooking #linkEvents, #colDbooking #linkEvents a{
	background-image:url('/img/Second/Artisti/Artisti_button_quando.gif');
}

#booking #colD #linkGallery, #colD #linkGallery a, #booking #colDbooking #linkGallery, #colDbooking #linkGallery a{
	background-image:url('/img/Second/Artisti/Artisti_button_photo.gif');
}

#booking #colD #linkMedia, #colD #linkMedia a, #booking #colDbooking #linkMedia, #colDbooking #linkMedia a{
	background-image:url('/img/Second/Artisti/Artisti_button_video.gif');
}

#booking #colD #linkSito, #colD #linkSito a, #booking #colDbooking #linkSito, #colDbooking #linkSito a{
	background-image:url('/img/Second/Artisti/Artisti_button_www.gif');
}

#booking #colD li a:hover, #booking #colDbooking li a:hover  {
	background-position: 0 18px;
	overflow: hidden;
}

/****************************fine link in fondo ad ogni div cnt_txt *********************/



/**************** pagina dettaglio - scheda base ******************/

#booking #colDbooking{
	float:right;
	width: 608px; 
	margin:0 4px 0 0;
	background-repeat:repeat-y;
	border:0px solid #000000;
	background-image:url('/img/Second/Programma/nota.gif');
	background-position:0 28px;
}

#booking #colDbooking[id]{
	margin:0 7px 0 0;
}


#booking #colDbooking p{
	margin: 0;
	padding: 0 10px 0 15px;
}


#booking #colDbooking #tit18marzo06{
	display: block;
	background-repeat: no-repeat;
	height: 30px;
	height: 0px !important;
	margin:0px 0px 0px 0px;
	padding: 30px 0px 0 0;
	overflow: hidden;
	background-image:url('/img/second/Programma/programma_box_int.gif');
}


#booking #colDbooking #tit20050319{
	display: block;
	background-repeat: no-repeat;
	height: 30px;
	height: 0px !important;
	margin:0px 0px 0px 0px;
	padding: 30px 0px 0 0;
	overflow: hidden;
	background-image:url('/img/second/Programma/programma_box_inf.gif');
	
}

#booking #colDbooking .txtleft{
	margin:0px 5px 0px 8px;
}

#booking #colDbooking #closing20050319{
	width: 608px;
	height: 17px;
	margin:0px 0px 0px 0px;
	overflow:hidden;
	background-image:url('/img/second/Programma/programma_endbox.gif');
	background-repeat: no-repeat;
	clear: both; 
}

#booking #colDbooking #closing18marzo06{
	width: 608px;
	height: 17px;
	margin:0px 0px 0px 0px;
	overflow:hidden;
	background-image:url('/img/second/Programma/programma_endbox.gif');
	background-repeat: no-repeat;
	clear: both; 
}

#booking #colDbooking h3{
	margin: 10px 0 10px 10px;
	overflow:hidden;
	/*background: transparent;*/
}


/**************** fine pagina dettaglio - scheda base ******************/


/*************************** FINE PROGRAMMA *******************************/



/********************* FIERA **************************/
#lafiera #colD{
	float:right;
	width: 608px; 
	margin:0 3px 0 0;
	background-image:url('/img/Second/La fiera/pixelsfondo_06.gif');
	background-repeat:repeat-y;
	border:0px solid #000000;
}


#lafiera #colD a{
	color:#C41618;
	font-weight:bold;
	text-decoration:none;
}

#lafiera .contenttext{
	margin:10px;
}


#lafiera #colD[id]{
	margin:0 7px 0 0;
}

#lafiera #colD{	
	background-image:url('/img/Second/La fiera/fiera_sfondo_box.gif');
	background-position:0 28px;
}

#lafiera #colD h2{
	display: block;
	background-repeat: no-repeat;
	height: 30px;
	height: 0px !important;
	margin:0px 0px 0px 0px;
	padding: 30px 0px 0 0;
	overflow: hidden;
	background-image:url('/img/second/La fiera/fiera_titolo.gif');	
}

#lafiera #colD .closing{
	width: 608px;
	height: 18px;
	margin:0px 0px 0px 0px;
	overflow:hidden;
	background-image:url('/img/second/La fiera/fiera_end_box.gif');
	background-repeat: no-repeat;
	clear: both; 
}

#lafiera #colD h3{
	margin:0px 0px 0px -6px;
}

/****************************link in fondo pagina *********************/
#lafiera #colD ul{
    float:right;
	margin: 0 5px 0 0;
	padding: 0 0 0 0;
	overflow: hidden;
}

#lafiera #linkEvents a, #lafiera #linkGallery a, #lafiera #linkMedia a, #lafiera #linkSito a{
	/**/display: block;
	float:left;
	padding-top: 18px; 
	height: 0px !important;
	height /**/: 18px; 
	overflow: hidden;
	width: 52px;
}

#lafiera #colD li{
	margin: 0 0 0 10px;
	width: 52px;
	height: 18px;
	display: block;
	float: left;
}

#lafiera #colD #linkEvents, #colD #linkEvents a{
	background-image:url('/img/Second/Artisti/Artisti_button_quando.gif');
}

#lafiera #colD #linkGallery, #colD #linkGallery a{
	background-image:url('/img/Second/Artisti/Artisti_button_photo.gif');
}

#lafiera #colD #linkMedia, #colD #linkMedia a{
	background-image:url('/img/Second/Artisti/Artisti_button_video.gif');
}

#lafiera #colD #linkSito, #colD #linkSito a{
	background-image:url('/img/Second/Artisti/Artisti_button_www.gif');
}

#lafiera #colD li a:hover {
	background-position: 0 18px;
}

/****************************fine link in fondo pagina*********************/


/****************************** FINE FIERA ******************************/






/********************* ARTISTI **************************/

#artist #colA{
	/*background-color: #3333ff;*/
	width: 208px;
	float: left;
	margin-left:3px;
}

#artist #colA[id]{
	margin-left:6px;
}
	
#artist #colB{
	background-color: #dfdfdf;
	width: 406px;
	float: right;
	background-image:url('/img/Second/Artisti/sfondo_dx_centro_big.gif');
	background-position: 2px bottom;
	background-repeat: no-repeat;
	border:0px solid #000000;
	}

#artist #colB a{
	color:#C41618;
	font-weight:bold;
	text-decoration:none;
}
	
#artist #colA .opening{
	width: 202px;
	height: 29px;
	overflow: hidden;
	background-image:url('/img/Second/Artisti/Artist_box_sx.gif');
	background-repeat: no-repeat;
}

#artist #colA #altezza{
	width: 202px;
	overflow: hidden;
	background-image:url('/img/Second/Artisti/box_pixel.gif');
	background-repeat: repeat-y;
}

#artist #colA .closing{
	width: 202px;
	height: 7px;
	overflow:hidden;
	background-image:url('/img/Second/Artisti/Artisti_box_sx_corn_19.gif');
	background-repeat: no-repeat;
}

#artist #colB .opening{
	width: 400px;
	height: 9px;
	overflow: hidden;
	background-image:url('/img/Second/Artisti/sfondo_dx_alto.gif');
	background-repeat: no-repeat;
}

#artist #colB #altezzaBig{
	width: 390px;
	overflow: hidden;
	background-image:url('/img/Second/Artisti/sfondo_dx_centro.gif');
	background-repeat: repeat-y;
	padding:0 5px 0 5px;
}

#artist #colB img{
	margin: 0;
	padding:5px 5px 5px 5px;
	
}

#artist #colB .closing{
	width: 400px;
	height: 9px;
	overflow:hidden;
	background-image:url('/img/Second/Artisti/sfondo_dx_basso.gif');
	background-repeat: no-repeat;
}


/****************************link in fondo pagina di colB altezzabig*********************/
#artist #colB ul{
    float:right;
	margin: 0 5px 0 0;
	padding: 0 0 0 0;
	overflow: hidden;
}

#artist #colB h2{
	margin:0px;
	padding:0px;
}

#artist #linkEvents a, #artist #linkGallery a, #artist #linkMedia a, #artist #linkSito a{
	/**/display: block;
	float:left;
	padding-top: 18px; 
	height: 0px !important;
	height /**/: 18px; 
	overflow: hidden;
	width: 52px;
}

#artist #colB li{
	margin: 0 0 0 10px;
	width: 52px;
	height: 18px;
	display: block;
	float: left;
}

#artist #colB #linkEvents, #colB #linkEvents a{
	background-image:url('/img/Second/Artisti/Artisti_button_quando.gif');
}

#artist #colB #linkGallery, #colB #linkGallery a{
	background-image:url('/img/Second/Artisti/Artisti_button_photo.gif');
}

#artist #colB #linkMedia, #colB #linkMedia a{
	background-image:url('/img/Second/Artisti/Artisti_button_video.gif');
}

#artist #colB #linkSito, #colB #linkSito a{
	background-image:url('/img/Second/Artisti/Artisti_button_www.gif');
}

#artist #colB li a:hover {
	background-position: 0 18px;
}

/****************************fine link in fondo pagina di colB altezzabig*********************/




/*************menu artisti*******************/

#artist #colA ul{
	margin: 0 0 0 6px;
	padding: 8px 0 0 0;
	list-style-type: none;
}

#artist #colA li{
	background-image: url('/img/Second/Artisti/Artisti_button_20.gif');
	background-repeat: no-repeat;
	margin: 0 0 10px 0;
} 


#artist #colA li a{
	display: block;
	height: 61px;
	overflow: hidden;
	width: 189px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

#artist #colA li a{
	background-image: url('/img/Second/Artisti/Artisti_button_20.gif');
}

#artist #colA li a:hover {
	background-position: 0 61px;
}

#artist #colA li a.active {
	background-position: 0 61px;
}


#artist #colA img{
	margin: 0 0 0 0;
	padding: 4px 10px 0 7px;
	float:left;
}

#artist #colA li span{
	display: block;
	margin: 5px 0 0 0;
	padding: 0 0 0 0;
}
/******fine menu artisti***********/

	



/*
#artist .contLink{
	margin: 0 0 0 175px;
	padding: 0;
}

#artist .contLink li{
	margin: 20px 0 0 3px;
	width: 80px;
	display: block;
	float: left;
}


#artist #colD .separatore{
	width: 674px;height: 13px;overflow:hidden;
	clear: both;
	background-image:url('/img/second/news_corn_between.gif');
	background-repeat: no-repeat;
}

#artist #colD .contImg{
	margin: 2px 0 0 0;
	width: 75px;
	height: 60px;
	float: left;
}

#artist #colD .contImg img{
	margin: 0; 
	padding: 0 0 0 10px;
}

#artist #colD p.pLista{
	margin: 0 0 0 65px;padding: 0 5px 0 0;
}*/



/****************************** FINE ARTISTI ******************************/




/********************************* ALBUM **********************************/

#album #colAB{
	float:right;
	width: 608px; 
	margin:0 3px 0 0;
	background-image:url('/img/second/album/album_box_int.gif');
	display: block;
	background-repeat: no-repeat;
	height: 42px;
	height: 0px !important;	
	padding: 42px 0 0 0;
	overflow: hidden;
	border:0px solid #000000;
}

#album #colAB[id]{
	margin-right:7px;
}


#album #colAB_altezza{
	float:right;
	width: 608px;
	margin:0 3px 0 0;
	padding:0 0 0 0;
	background-image:url('/img/second/album/album_sfondo.gif');
	background-repeat: repeat-y;
	overflow: hidden;
	border:0px solid #000000;
}

#album #colAB_altezza[id]{
	margin-right:7px;
}


#album #colAB_closing{
	float:right;
	width: 608px; 
	margin:0 3px 0 0;
	
	background-image:url('/img/second/album/album_06.gif');
	display: block;
	background-repeat: no-repeat;
	height: 14px;
	height: 0px !important;	
	padding: 14px 0 0 0;
	overflow: hidden;
}

#album #colAB_closing[id]{
	margin-right:7px;
}

#album #colA{
	/*background-color: #3333ff;*/
	width: 192px;
	float: left;
	margin:0 0 0 0;
	padding: 0 5px 0 5px;

	}
	
#album #colB{
	/*background-color: #fff000;*/
	width: 376px; /*diminuito di 10 px*/
	float: right;
	padding: 0 10px 0 10px;
	border:0px solid #000000;
	text-align:center;
}
	
#album #colB a{
	color:#C41618;
	font-weight:bold;
	text-decoration:none;
}	

#album #colB h2{
	margin: 0;
	padding: 5px 0 0 0;
	text-align: center;
}

#album #colB span{
	
	height: 22px;
	overflow:hidden;
	float: left;
}

#album #colB div.contImg{
	margin: auto;
	border:0px solid #000000;
}



#albumbutton{
	height:22px; 
	width:142px; 
	border:0px solid red; 
	margin:10px auto;
	/*background-color: #fff000;*/
	text-align: center;
	
}

#albumbutton[id]{
	width:142px; /*260*/
}




#buttonvideo_compensazione{
	border:0px solid #000000;
	height:22px;
	width:21px;
	float:left;

}





#buttonprev{
	height:22px;width:50px;border:0px solid #000000;float:left;text-align: center;
}

#photoprecedente{
	display: block;
	padding-top: 22px; 
	height: 0px !important;
	height : 22px; 
	overflow: hidden;
	width: 43px;
	background-image:url('/img/second/Album/album_button_prev.gif');
}

#spanPrev{
	background-image:url('/img/second/Album/album_button_prev.gif');
}





#buttonnext{
	height:22px;width:50px;border:0px solid #000000;float:left;text-align: center;
}


#photosuccessiva{
	display: block;
	padding-top: 22px; 
	height: 0px !important;
	height /**/: 22px; 
	overflow: hidden;
	width: 43px;
	background-image:url('/img/second/Album/album_button_next.gif');
}

#spanNext{
	background-image:url('/img/second/Album/album_button_next.gif');
}







#buttonvideo{
	height:22px;width:42px;border:0px solid #000000;float:right;text-align: center;
}


#photovideo{
	display: block;
	padding: 22px 0 0 0; 
	height: 0px !important;
	height : 22px; 
	overflow: hidden;
	width: 42px;
	background-image:url('/img/second/Album/album_button_video.gif');
	background-repeat:no-repeat;
}


#spanVideo{
	background-image:url('/img/second/Album/album_button_video.gif');
}



#photoprecedente:hover, #photoslideshow:hover, #photosuccessiva:hover, #photovideo:hover {
	background-position: 0 -22px;
}







/***** lista del menu immagini colA ****/

#albummenu{
	margin: 0;
	padding: 0;
	display: block;
	width: 199px;
}

#albummenu li.fotoSi{
	display: block;
	width: 194px;
	margin: 0 0 2px 0;
	padding: 5px 0 4px 5px;
	border-bottom:2px solid #DFDFDF;
	/*background-image:url('/img/second/album/album_sfondo.gif');*/
}

#albummenu li.fotoNo{
	display: block;
	width: 194px;
	margin: 2px 0 0 0;
	padding: 5px 0 4px 5px;
	border-bottom:2px solid #DFDFDF;
	/*background-image:url('/img/second/album/album_sfondo.gif');*/
}

#albummenu li div{
	padding:  5px 0 5px 0;
	color: #000;
	font-weight: bold;
}

#albummenu li a, #albummenu li a:hover, #albummenu li a:visited{
	color: #000;
	font-weight: bold;
	text-decoration: none;
	}
/***** FINE lista del menu immagini colA ****/	

/******************************* FINE ALBUM *******************************/





/********************************* VIDEO **************************************/

#multimedia #colAB{
	float:right;
	width: 608px; 
	margin:0 3px 0 0;
	background-image:url('/img/second/diretta/diretta_titolo.gif');
	display: block;
	background-repeat: no-repeat;
	height: 42px;
	height: 0px !important;	
	padding: 42px 0 0 0;
	overflow: hidden;
	border:0px solid #000000;
}


#multimedia #colAB[id]{
	margin-right:7px;
}

#multimedia #colAB_altezza{
	float:right;
	width: 608px;
	margin:0 3px 0 0;
	padding:0 0 0 0;
	background-image:url('/img/second/diretta/diretta_sfondo.gif');
	background-repeat: repeat-y;
	overflow: hidden;
}

#multimedia #colAB_altezza[id]{
	margin-right:7px;
}


#multimedia #colAB_closing{
	float:right;
	width: 608px; 
	margin:0 3px 0 0;
	background-image:url('/img/second/diretta/diretta_endbox.gif');
	display: block;
	background-repeat: no-repeat;
	height: 14px;
	height: 0px !important;	
	padding: 14px 0 0 0;
	overflow: hidden;
	border:0px solid #000000;
}

#multimedia #colAB_closing[id]{
	margin-right:7px;
}

#multimedia #colA{
	/*background-color: #3333ff;*/
	width: 187px;
	float: left;
	margin:0 0 0 0;
	padding: 0 5px 0 10px;
	border:0px solid #000000;
	}
	
#multimedia #colB{
	/*background-color: #fff000;*/
	width: 366px; /*diminuito di 10 px*/
	float: right;
	margin:0 0 0 0;
	padding: 0 10px 0 10px;
	border:0px solid #000000;
	}

#multimedia #colA #videoLista{
	position:relative;
	margin: 0 0 0 0;
	background-image:url('/img/second/diretta/diretta_box.gif');
	display: block;
	background-repeat: no-repeat;
	height: 63px;
	overflow: hidden;
	
}

#multimedia #colA .separatore{
	width: 187px;
	height: 7px;
	overflow: hidden;
}

#multimedia #colA img{
	margin: 0 0 0 0;
	padding:5px 5px 5px 7px;
	overflow: hidden;
	/**/float: left;
}

#multimedia #colA h3{
	margin: 4px 0 0 0;
	padding: 0 0 0 0;
	overflow: hidden;
	width: 117px;
	float: left;
	border:0px solid #000000;
}

#divtestostream{
	margin:0px 0 0 2px;
	width:350px;
}


#titoloonair{
	font-size:15px;
	color:#C41618;
	float:left;
	margin:20px 5px 20px 1px;
	font-weight:bold;
}

#divtitolostream{
	float:left;border:0px solid #000000;margin:20px 0px 20px 0px;
}




/******************** bottone play ************************/
	
#multimedia #colA #albumvideocontrols{
	position:absolute;
	bottom:4px;
	right:4px;
	border:0px solid #000000;
	height:18px;
	width:44px;
	overflow: hidden;
	float: left;
	
}

#multimedia #colA #btPlay{
	display: block;
	/**/padding: 18px 0 0 0; 
	height: 0px !important;
	height : 18px; 
	overflow: hidden;
	width: 44px;
	background-image:url('/img/second/diretta/direttapulsanti_play.gif');
	background-repeat:no-repeat; 
}

#multimedia #colA #spanVideo{
	background-image:url('/img/second/diretta/direttapulsanti_play.gif');
	overflow: hidden;
	}

#multimedia #colA #btPlay:hover {
	background-position: 0 -18px;
	overflow: hidden;
	}

/********************fine bottone play ************************/


#multimedia #colB #contPlayerImg{
	margin: 0 0 0 10px;
	overflow: hidden;
}

/*****************bottone foto sotto al lettore**************************/
#multimedia #colB #videocontrols_Photo{
	border:0px solid #000000;
	height:22px;
	width:42px; /*somma di larg del bottone+margineSx: 42+15*/
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
	overflow: hidden;
	float:left;
}

#multimedia #colB #btPhoto{
	margin: 0 0 0 0px;
	/**/display: block;
	padding: 22px 0 0 0; 
	height: 0px !important;
	height : 22px; 
	overflow: hidden;
	width: 42px;
	background-image:url('/img/second/diretta/direttapulsanti_photo.gif');
	background-repeat:no-repeat; 
	
}

#multimedia #colB #spanPhoto{
	background-image:url('/img/second/diretta/direttapulsanti_photo.gif');
	overflow: hidden;
	}

#multimedia #colB #btPhoto:hover {
	background-position: 0 -22px;
	overflow: hidden;
	}
/*****************fine bottone foto sotto al lettore**************************/	
	
	

/*****************bottone Low sotto al lettore**************************/

#multimedia #colB #videocontrols_Low{
	border:0px solid #000000;
	height:22px;
	width:50px; /*somma di larg del bottone+margineSx del bottone: 43+150*/
	margin: 10px 0 0 88px;
	padding: 0 0 0 0;
	overflow: hidden;
	float:left;
}

#multimedia #colB #videocontrols_Low[id]{
	margin: 10px 0 0 134px;
}

#multimedia #colB #btLow{
	margin: 0 0 0 0px;
	/**/display: block;
	padding: 22px 0 0 0; 
	height: 0px !important;
	height : 22px; 
	overflow: hidden;
	width: 43px;
	background-image:url('/img/second/diretta/low.gif');
	background-repeat:no-repeat; 
	
}

#multimedia #colB #spanLow{
	background-image:url('/img/second/diretta/low.gif');
	overflow: hidden;
	}

#multimedia #colB #btLow:hover {
	background-position: 0 -22px;
	overflow: hidden;
	}
	
#multimedia #colB #btLow.active {
	background-position: 0 -22px;
	overflow: hidden;
	}	

/*****************fine bottone Low sotto al lettore**************************/	


/*****************bottone High sotto al lettore**************************/

#multimedia #colB #videocontrols_High{
	border:0px solid #000000;
	height:22px;
	width:43px; /*somma di larg del bottone+margineSx del bottone: 43+150*/
	margin: 10px 7px 0 0px;
	padding: 0 0 0 0;
	overflow: hidden;
	float:left;
}


#multimedia #colB #btHigh{
	margin: 0 0 0 0px;
	/**/display: block;
	padding: 22px 0 0 0; 
	height: 0px !important;
	height : 22px; 
	overflow: hidden;
	width: 43px;
	background-image:url('/img/second/diretta/direttapulsanti_high.gif');
	background-repeat:no-repeat; 
	
}

#multimedia #colB #spanHigh{
	background-image:url('/img/second/diretta/direttapulsanti_high.gif');
	overflow: hidden;
	}

#multimedia #colB #btHigh:hover {
	background-position: 0 -22px;
	overflow: hidden;
	}

#multimedia #colB #btHigh.active {
	background-position: 0 -22px;
	overflow: hidden;
	}		
	

/*****************fine bottone High sotto al lettore**************************/	



/*****************bottone fullscreen sotto al lettore**************************/
#multimedia #colB #videocontrols_Full{
	border:0px solid #000000;
	height:22px;
	width:74px; /*somma di larg del bottone+margineSx del bottone: 74+5*/
	margin: 10px 0 0 0px;
	padding: 0 0 0 0;
	overflow: hidden;
	float:left;
}

#multimedia #colB #btFull{
	margin: 0 0 0 0px;
	/**/display: block;
	padding: 22px 0 0 0; 
	height: 0px !important;
	height : 22px; 
	overflow: hidden;
	width: 74px;
	background-image:url('/img/second/diretta/direttapulsanti_fullscreen.gif');
	background-repeat:no-repeat; 
	
}

#multimedia #colB #spanFull{
	background-image:url('/img/second/diretta/direttapulsanti_fullscreen.gif');
	overflow: hidden;
	}

#multimedia #colB #btFull:hover {
	background-position: 0 -22px;
	overflow: hidden;
	}

/*****************bottone fullscreen sotto al lettore**************************/

/****************************** FINE VIDEO ************************************/




/******************************** CONTATTI ***************************************/

#contatti #colD{
	float:right;
	width: 608px; 
	margin:0 3px 0 0;
	background-image:url('/img/Second/Scrivi/pixelsfondo_06.gif');
	background-repeat:repeat-y;
	border:0px solid #000000;
}

#contatti #colD[id]{
	margin:0 7px 0 0;
}

#contatti #colD{	
	background-image:url('/img/Second/Scrivi/scrivi_sfondo_box.gif');
	background-position:0 28px;
	background-repeat: no-repeat;
}

#contatti #colD p{
	margin: 0;padding: 0 10px 0 8px;
}

#contatti #colD h2{
	display: block;
	background-repeat: no-repeat;
	height: 30px;
	height: 0px !important;
	margin:0px 0px 0px 0px;
	padding: 30px 0px 0 0;
	overflow: hidden;
	background-image:url('/img/second/Scrivi/scrivi_titolo.gif');
	
}

#contatti #colD .closing{
	width: 608px;
	height: 12px;
	margin:0px 0px 0px 0px;
	overflow:hidden;
	background-image:url('/img/second/Scrivi/scrivi_end_box.gif');
	background-repeat: no-repeat;
	clear: both; 
}


#contatti fieldset{
	border: 0;
	padding: 0;
}

#contatti form{
	margin: 50px 10px 0 0 ;
	padding: 0;
	/*background-color: #ff6600;*/
	width: 270px;
	float: right;
	border:0px solid #000000;
	overflow:hidden;
}

#contatti[id] form{
	margin: 50px 20px 0 0;
}

#contatti label{ 
	display: block;
	clear: both;
	padding: 0 0 10px 0;
}

#contatti label span{
	display: block;
	width: 60px;
	margin: 0; 
	padding: 0px 0 0 0;
	color: #000;
	float: left;
	font-size:9pt;
	overflow:hidden;
}

#contatti input{
	width: 200px;
	border: 2px solid #C41618;
}
#contatti textarea{
	width: 200px;
	height: 130px;
	border: 2px solid #C41618;	
}

#contatti #contBtsend{
	display: block;
	height: 22px; 
	overflow: hidden;
	width: 43px;
	background-image:url('/img/second/Scrivi/contacts_bt_send.gif');
	float: right;
}

#contatti #send{
	display: block;
	padding-top: 22px; 
	height: 0px !important;
	height /**/: 22px; 
	overflow: hidden;
	width: 43px;
	background-image:url('/img/second/Scrivi/contacts_bt_send.gif');
}

#contatti #send:hover{
	background-position: 0 22px;
}

#contatti #altriContatti{
	/*background-color: #fff000;*/
	width: 270px;
	overflow:hidden;
	float: left;
	margin: 50px 3px 0 0;
	font-size: 9pt;
}

#contatti #altriContatti[id]{
	margin: 50px 6px 0 0;
}


#contattiInfo{
	display: block;
	margin: 0px 0 0px 10px;
	padding: 0px;
	width: 250px;
	list-style-type: none;
}


#contattiInfo[id]{
	margin: 0px 0 0px 10px;
	padding: 0px;
}


#contattiInfo li{
	display: block;
	height: 32px;   
	margin: 0 0 3px 0;
	padding: 5px 0 0 40px;
}

#contattiInfoTel{
	background-image:url('/img/second/Scrivi/scrivitelefono_11.gif');
	background-repeat: no-repeat;
}
#contattiInfoFax{
	background-image:url('/img/old/second/contacts_ico_fax.gif');
	background-repeat: no-repeat;
}
#contattiInfoDove{
	background-image:url('/img/second/Scrivi/scriviindirizzo_14.gif');
	background-repeat: no-repeat;
}


#emailResponse{
	margin: 120px 0 100px 200px;
}

#emailResponse p{
	display: block;
	width: 295px;
	height: 75px;
	margin: 10px 0 0 5px;
	
}

#emailResponse img{
	margin: 5px 5px 0 0;
	float: left;
}


/****************************** FINE CONTATTI ************************************/


/*************************   MENU   PRINCIPALE  ********************/

/********************** torna in home in alto alla pagina *************************/
#header h3 a {
	overflow: hidden;
    margin: 0 0 0 81px;
	background-repeat:no-repeat;
	height: 25px;
	height: 0px !important;	
	padding: 25px 0 0 0px;	
	width: 47px;	
	border: 0;
}

#header h3 a {  
	background-image:url('/img/home/home_btn.gif');
}

#header h3 a:hover{
	background-position: 0px -25px;
}

#header h3 a{
	background-position: 0px 0px;
}

/**********************fine torna in home in alto alla pagina *************************/




#menu{
	margin: 0 0 0 10px;
	padding: 0 0 0 0;
}
#menu li {
	list-style-type:none;	
	margin: 0 0 14px 0;
	padding: 0;
}

#menu .menuitem{
	background-repeat:no-repeat;
	display: block;
	height: 24px;
	height: 0px !important;	
	overflow: hidden;
	padding-top: 24px;	
	width: 118px;	
	border: 0;
}





#menu #mlpresentazione, #mipresentazione {  
	background-image:url('/img/home/la-presentazione_btn.gif');
}

#menu #mlstoria, #mistoria {  
	background-image:url('/img/home/la-storia_btn.gif');
}

#menu #mllafiera, #milafiera {  
	background-image:url('/img/home/la-fiera_btn.gif');
}

#menu #mlbooking, #mibooking {  
	background-image:url('/img/home/il-programma.gif');
}

#menu #mlartist, #miartist {  
	background-image:url('/img/home/artisti_btn.gif');
}

#menu #mlalbum, #mialbum {  
	background-image:url('/img/home/album_btn.gif');
}

#menu #mlmultimedia, #mimultimedia {  
	background-image:url('/img/home/la-diretta_btn.gif');
}

#menu #mlsponsor, #misponsor {  
	background-image:url('/img/home/sponsor_btn.gif');
}

#menu #mlcontatti, #micontatti {  
	background-image:url('/img/home/scrivi_btn.gif');
}


#menu #mlnewsletter, #minewsletter {  
	background-image:url('/img/home/puls_newsletter.gif');
}



#menu a.menuitem:hover{
	background-position: 0 -24px;
}

#presentazione #mlpresentazione, #storia #mlstoria, #lafiera #mllafiera, #booking #mlbooking, #artist #mlartist, 
#album #mlalbum, #multimedia #mlmultimedia, #sponsor #mlsponsor, #contatti #mlcontatti, #newsletter #mlnewsletter{
	background-position: 0 -24px;
}


/*************************FINE   MENU   PRINCIPALE  ********************/


/************************   HOME   *****************************/

/************************   HOME   *****************************/
#home {
	background-color: #DFDFDF;
}
#sfondohome {
	position:absolute;
	margin:auto;
	width:652px;
	height: 422px;
	margin:-211px 0px 0px -295px;
	top: 50%; 
	left: 50%;
	text-align: left;
	padding: 0px;
	/*background-image:url('/img/home/home.jpg');
	background-repeat:no-repeat;
	background-position: top ;*/
	border:0px solid #000000;
	/**/
}

#entra{
	margin:0;	
	text-align:left;
	padding:0;	
	font-size:8pt;
	overflow: hidden;
	clear: both;
	width: 43px;
	height : 23px;
	position:absolute;top:390px;left:14px;
}

 #btEntra{
	display: block;
	/**/padding: 23px 0 0 0; 
	height: 0px !important;
	height : 23px; 
	overflow: hidden;
	width: 43px;
	background-image:url('/img/home/entra.gif');
	background-repeat:no-repeat; 
}

#spanEntra{
	background-image:url('/img/home/entra.gif');
	overflow: hidden;
	}

#btEntra:hover {
	background-position: 0 -25px;
	overflow: hidden;
	}


/************************ FINE  HOME   *****************************/



/*****************************SPONSOR******************************/

#sponsor #colD[id]{
	margin:0 3px 0 0;
}

#sponsor #colD h1{
	float:right;
	width: 608px;
	margin:0 3px 0 0;
    display: block;
	background-repeat: no-repeat;
	height: 35px;
	height: 0px !important;
	padding: 35px 0px 0 0;
	overflow: hidden;
	background-image:url('/img/second/sponsor/barra_titolo.gif');
}

#sponsor #colD p{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#sponsor #colD .sup{
	float:right;
	width: 608px;
	margin:0 3px 0 0;
	
	height: 12px;
	overflow:hidden;
	background-image:url('/img/second/Programma/programma_box_Corner.gif');
	background-repeat: no-repeat;
	clear: both; 
}

#sponsor #colD .inf{
	float:right;
	width: 608px;
	height: 12px;
	margin:0 3px 0 0;
	overflow:hidden;
	background-image:url('/img/second/Programma/programma_09.gif');
	background-repeat: no-repeat;
	clear: both; 
}

#sponsor #colD .spz{
	float:right;
	width: 608px;
	height: 5px;
	margin:0px 3px 0px 0px;
	overflow:hidden;
	background-image:url('/img/second/Programma/programma_11.gif');
	background-repeat:repeat-y;
	clear: both; 
}

#sponsor #colD .cnt_txt{
	float:right;
	width: 596px;
	padding:0 0 0 12px;
	margin:0 3px 0 0;
	overflow:hidden;
	background-image:url('/img/second/Programma/programma_07.gif');
	clear: both; 
	border:0px solid #000000;
}

#sponsor .contImg{
	/**/margin: 0px 5px 0 0;
	width: 158px;
	/*height: 72px;*/
	float: left;
	overflow:hidden;
	border:0px solid #000000;float:left;
}

#sponsor #testobooking{
	border:0px solid #000000;
	float:right;
	width:415px
}

#sponsor #linkinterni{
	margin:10px 0 0 0 ;
}

#sponsor #colD .closing{
    float:right;
	width: 608px;
	height: 6px;
	margin:0px 3px 0px 0px;
	overflow:hidden;
	background-image:url('/img/second/Programma/programma_endbox_2.gif');
	background-repeat: no-repeat;
	clear: both; 
}

#sponsor #colD .spz_2{
	float:right;
	width: 608px;
	height: 15px;
	margin:0px 3px 0px 0px;
	overflow:hidden;
	clear: both; 
}
/****************************link in fondo ad ogni div #colD cnt_txt *********************/
#sponsor #colD ul, #sponsor #colDbooking ul{
    float:right;
	margin: 15px 10px 0 0;
	padding: 0 0 0 0;
	overflow: hidden;
	}

#sponsor #colD #linkEvents a, #sponsor #colD #linkGallery a, #sponsor #colD #linkMedia a, #sponsor #colD #linkSito a, #sponsor #colDbooking #linkEvents a, #sponsor #colDbooking #linkGallery a, #sponsor #colDbooking #linkMedia a, #sponsor #colDbooking #linkSito a{
	/**/display: block;
	float:left;
	padding-top: 18px; 
	height: 0px !important;
	height /**/: 18px; 
	overflow: hidden;
	width: 52px;
	
}

#sponsor #colD li, #sponsor #colDbooking li{
	margin: 0 0 0 10px;
	width: 52px;
	height: 18px;
	display: block;
	float: left;
	overflow: hidden;
}

#sponsor #colD #linkEvents, #colD #linkEvents a, #sponsor #colDbooking #linkEvents, #colDbooking #linkEvents a{
	background-image:url('/img/Second/Artisti/Artisti_button_quando.gif');
}

#sponsor #colD #linkGallery, #colD #linkGallery a, #sponsor #colDbooking #linkGallery, #colDbooking #linkGallery a{
	background-image:url('/img/Second/Artisti/Artisti_button_photo.gif');
}

#sponsor #colD #linkMedia, #colD #linkMedia a, #sponsor #colDbooking #linkMedia, #colDbooking #linkMedia a{
	background-image:url('/img/Second/Artisti/Artisti_button_video.gif');
}

#sponsor #colD #linkSito, #colD #linkSito a, #sponsor #colDbooking #linkSito, #colDbooking #linkSito a{
	background-image:url('/img/Second/Artisti/Artisti_button_www.gif');
}

#sponsor #colD li a:hover, #sponsor #colDbooking li a:hover  {
	background-position: 0 18px;
	overflow: hidden;
}

/****************************fine link in fondo ad ogni div cnt_txt *********************/




/*****************************FINE SPONSOR******************************/



/* HACK PER EVITARE IL PEEKABOO BUG \*/

* html #contPlayer {height: 1%;}
/* End hide from IE5-mac */




/**************************************PARTE BASSA **********************************************/


/********************* parte bassa spot *****************************************/

#spot{
	clear: both;
	width: 748px; 
	height: 85px;
	margin:0px 0 0 0;
	padding:55px 0 0 10px;
	background-color: #dfdfdf;
	border:0px solid #000000;
}

#banner_1{
	float:left;
	display: block;
	background-image:url('/img/home/button_45.gif');
	background-repeat: no-repeat;
	width: 113px; 
	height: 60px;
	height: 0px !important;
	margin:0px 0px 0px 0px;
	padding: 60px 0px 0 0;
	overflow: hidden;
}

#spancomune{
	background-image:url('/img/home/button_45.gif');
	background-repeat: no-repeat;
}

#banner_2{
	float:left;
	overflow: hidden;
	width: 468px; 
	height: 60px;
	margin: 0 22px 0 22px;
	padding: 0 0 0 0;
	text-align:center;
	background-color:#C41618b;
	
}

.spannerbannerdx{
	background-repeat: no-repeat;
}

.bannerdx{
	float:left;display: block;
	background-repeat: no-repeat;
	width: 113px; 
	height: 60px;
	height: 0px !important;
	margin:0px 0px 0px 0px;
	padding: 60px 0px 0 0;
	overflow: hidden;border:0px solid #000000;
}

#spanculture{
	background-image:url('/img/home/banner_dx.gif');
	background-repeat: no-repeat;
}

/********************* parte bassa endnotes *****************************************/


#endnotes{	
	background-color:#DFDFDF;
	width:758px;
	margin:auto;
	border:0px solid #000000;
	text-align:center;
	/*margin:0;padding: 10px 0 10px 60px;*/
}

#endnotes a{
	color: #000;
	font-weight: bold;
	text-decoration: none;
	font-size:7.5pt;
}

#endnotes a:hover{color: #C41618;
}

#credits{	
	float:left;
	background-color:#C41618;
	color:#ffffff;
	width:672px;
	margin:5px auto 0 0;
	padding:4px 0 4px 0;
	border:0px solid #000000;
	/*margin:0;padding: 10px 0 10px 60px;*/
}

#credits a{	
	color:#ffffff;
}

#credits a:hover{	
	color:#ffffff;
}

#contentlogo{
	height:21px;
	background-color:#C41618;
	float:left;width:86px;
	margin:5px 0px 0px 0px;
}


#logointeract{
	float:left;
	display: block;
	margin:0px;
	margin:0px 0px 0px 0px;
	padding: 20px 0px 0 0;
	background-image:url('/img/home/logo_interact_03.jpg');
	background-repeat: no-repeat;
	width:86px;
	height:20px;
	height: 0px !important;
	overflow: hidden; 
}


/**************************************FINE PARTE BASSA **********************************************/

