@charset "utf-8";
body  {
	margin: 0; /* è buona norma impostare a zero i valori margin e padding dell'elemento body per tenere conto delle diverse impostazioni predefinite dei browser*/
	padding: 0;
	text-align: center; /* centra il contenitore nei browser IE 5*. Il testo viene quindi impostato con l'allineamento predefinito a sinistra nel selettore #container */
	color: #000000;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
}

* {
	margin: 0px;
	padding: 0px;
}

.thrColFixHdr #container {
	width: 950px;
	text-align: left; /* sostituisce l'impostazione text-align: center nell'elemento body. */
	background-color: #FFFFFF;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin-right: auto;
	margin-left: auto;
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: center bottom;
	margin-bottom: auto;
	background-image: url(../immagini/ombraok.jpg);
	position: relative;
}

#areariservata {
	padding-left: 21px;
	height: 152px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	padding-top: 10px;
	margin-top: 1px;
	background-color: #D3D3D3;
	width: 151px;
	position: absolute;
	top: 796px;
	left: 746px;
}
#shiny {
	height: 8px;
	width: 8px;
	left: 0px;
	visibility: visible;
	top: 0px;
	overflow: hidden;
}



.style12 {
	font-size: 12px;
	font-weight: bold;
}
.musicosub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	background-color: #CCCCCC;
	filter: Invert;
}
#titoletto3 {
	background-color: #D3D3D3;
	height: 20px;
	padding-left: 20px;
	margin-top: 0px;
	padding-top: 5px;
	width: 152px;
	position: absolute;
	top: 769px;
	left: 746px;
}

#areariservata {
	padding-left: 21px;
	height: 152px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	padding-top: 10px;
	margin-top: 1px;
	background-color: #D3D3D3;
	width: 151px;
	position: absolute;
	top: 796px;
	left: 746px;
}





.thrColFixHdr #header {
	height: 234px;
	padding-top: 10;
} 

.thrColFixHdr #header h1 {

	margin: 0; /* azzerando il valore margin dell'ultimo elemento del div #header si evita la compressione del margine, con la creazione di uno spazio inspiegabile tra i div. Se il div è circondato da un bordo, questo accorgimento non è necessario perché anche il bordo impedisce la compressione del margine */

	padding: 10px 0; /* l'uso del valore padding al posto di margin consente di distanziare l'elemento dai bordi del div */

}
.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}

.thrColFixHdr #sidebar1 {
	padding-bottom: 15px;
	padding-left: 20px;
	float: left;
	vertical-align: top;
	padding-top: 20px;
	height: 580px;
}

.thrColFixHdr #sidebar2 {
	float: right;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-top: 35px;
	position: relative;
}
.thrColFixHdr #sidebar3 {
	float: right;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-top: 20px;
	height: 500px;
}
#sidebar4 {
	padding-bottom: 15px;
	padding-left: 20px;
	float: left;
	vertical-align: top;
	padding-top: 10px;
	margin-bottom: 50px;
	margin-top: 20px;
}


.thrColFixHdr #mainContent {
	margin-right: 200px;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 30;
	padding-bottom: 30px;
	margin-top: 20px;
} 

#mainContent3 {
	margin-right: 200px;
	margin-left: 200px;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 30;
	padding-bottom: 30px;
	margin-top: 20px;
} 
.thrColFixHdr #mainContent2 {
	margin-left: 210px;
	padding-top: 20px;
	margin-bottom: 100px;
	padding-bottom: 50px;
	margin-top: 3px;
	position: relative;
	width: 700px;
} 
#mainContent2_2 {
	margin-left: 210px;
	padding-top: 20px;
	margin-bottom: 535px;
	padding-bottom: 50px;
	margin-top: 3px;
	position: relative;
	width: 700px;
} 
#mainContent2_3 {
	padding-top: 20px;
	margin-bottom: 500px;
	padding-bottom: 50px;
	margin-top: 3px;
	position: relative;
	margin-left: 210px;
} 
.thrColFixHdr #footer {
	background-color: #000000;
	padding-top: 20;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	height: 25px;
	font-size: 90%;
	text-align: center;
} 
#footer2{
	padding-top: 20;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	height: 20px;
	font-size: 16px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
} 
.thrColFixHdr #footer p {
	margin: 0;
	padding-top: 3px;
}

.fltrt { /* questa classe può essere utilizzata per rendere mobile un elemento a destra nella pagina. L'elemento reso mobile deve precedere l'elemento al quale deve essere affiancato sulla pagina. */

	float: right;

	margin-left: 8px;

}

.fltlft { /* questa classe può essere utilizzata per rendere mobile un elemento a sinistra nella pagina.*/

	float: left;

	margin-right: 8px;

}

.clearfloat { /* questa classe deve essere inserita in un elemento div o break e deve essere l'elemento finale prima della chiusura di un contenitore che deve contenere per intero un elemento mobile */

	clear:both;

    height:0;

    font-size: 1px;

    line-height: 0px;

}
#containerinterno {
	margin-right: 10px;
	margin-left: 7px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	padding-top: 70px;
}



#containerinterno2 {
	margin-right: 10px;
	margin-left: 7px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	padding-right: 30px;
	padding-left: 150px;
}
#submenu li{
	position: relative;
	float: left;
}

#submenu{
	position: relative;
	list-style: none;
	left: 30px;
	right: 30px;
	width: 870px;
	visibility: hidden;
	top: 5px;
	font-weight: bold;
}
#submenu2{
	top: -10px;
	position: relative;
	list-style: none;
	left: 30px;
	right: 30px;
	width: 870px;
	visibility: hidden;
	font-weight: bold;
}

#submenu3{
	position: relative;
	list-style: none;
	left: 30px;
	right: 30px;
	width: 870px;
	visibility: hidden;
	top: -25px;
	font-weight: bold;
}
#percorso{
	list-style: none;
	width: 890px;
	visibility: visible;
	height: 18px;
	text-align: left;
	position: relative;
	left: 30px;
	top: 60px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

#pulsantiera {
	margin-left: 7px;
	background-color: #000000;
	height: 27px;
	text-transform: uppercase;
	color: #FFFFFF;
	width: 932px;
	position: absolute;
	left: 0px;
	top: 234px;
	z-index: 50;
}
#triangolino {
	position: absolute;
	top: 261px;
	left: 0px;
	background-color: #3366CC;
	width: 932px;
	margin-left: 7px;
}



#pulsantierafreccia {
	margin-right: 1px;
	margin-left: 7px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	background-color: #000000;
	height: 7px;
	padding-left: 14px;
	text-transform: uppercase;
	color: #FFFFFF;
	padding-right: 1px;
	position: relative;
	width: 916px;
}
.pulsante1 {
	text-align: center;
	height: 10%;
	width: 10%;
	position: relative;
	float: right;
	left: -800px;
}

.pulsante2 {
	text-align: center;
	height: 10%;
	width: 200px;
	float: right;
	position: relative;
	left: -490px;
}

.pulsante3 {
	text-align: center;
	height: 10%;
	width: 170px;
	float: right;
	position: relative;
	left: -100px;
}
.pulsante4 {
	text-align: center;
	height: 10%;
	width: 175px;
	float: right;
	position: relative;
	left: 270px;
}
.pulsante5 {
	text-align: center;
	height: 10%;
	width: 40px;
	float: right;
	position: relative;
	left: 510px;
}
.pulsante6 {
	text-align: center;
	height: 10%;
	width: 80px;
	float: right;
	position: relative;
	left: 660px;
}

a:focus { outline: 0; }

.musico a:focus { outline: 0; }

a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.musico a:link {
	color: #000000;
	text-decoration: none;
}


.musico a:visited{
	color: #000000;
	text-decoration: none;
}


.musico a:active {
	color: #FF9900;
	text-decoration: none;
}

a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	text-decoration: none;
}

a:active {
	color: #FF9900;
	text-decoration: none;
}


#submenu a:focus { outline: 0; }

#submenu a:link{
	color: #000000;
	text-decoration: none;
}

#submenu a:visited{
	color: #000000;
	text-decoration: none;
}
#submenu a:hover {
	color: #FF9900;
	text-decoration: none;
}

#submenu a:active {
	color: #FF9900;
	text-decoration: none;
}


#submenu2 a:focus { outline: 0; }

#submenu2 a:link{
	color: #000000;
	text-decoration: none;
}

#submenu2 a:visited{
	color: #000000;
	text-decoration: none;
}
#submenu2 a:hover {
	color: #FF9900;
	text-decoration: none;
}

#submenu2 a:active {
	color: #FF9900;
	text-decoration: none;
}


#submenu3 a:focus { outline: 0; }
#submenu3  a:link{
	color: #000000;
	text-decoration: none;
}

#submenu3 a:visited{
	color: #000000;
	text-decoration: none;
}
#submenu3 a:hover {
	color: #FF9900;
	text-decoration: none;
}

#submenu3 a:active {
	color: #FF9900;
	text-decoration: none;
}





p a:link {
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;
}
p a:visited{
	color: #FF6600;
	text-decoration: none;
}
p a:hover {
	color: #999999;
	text-decoration: none;
}

p a:active {
	color: #FF6600;
	text-decoration: none;
}
.Stile1 {color: #000000}
#Stilespento1 {
	height: 100%;
	width: 100%;
	position: relative;
	visibility: hidden;
}
#Stilespento2 {
	height: 100%;
	width: 100%;
	position: relative;
	visibility: hidden;
}
#Stilespento3 {
	height: 100%;
	width: 100%;
	position: relative;
	visibility: hidden;
}
#Stilespento4 {
	height: 100%;
	width: 100%;
	position: relative;
	visibility: hidden;
}
#Stilespento5 {
	height: 100%;
	width: 100%;
	position: relative;
	visibility: hidden;
}
#Stilespento6 {
	height: 100%;
	width: 100%;
	position: relative;
	visibility: hidden;
}

.span {
	padding-right: 10px;
}

.span2 {
	padding-right: 10px;
	color: #999999;
}
.span1 {
	padding-right: 10px;
	color: #000000;
}
.paginacorrente {
	color: #FF6600;
}
.perc1 {
	color: #000000;
}
.style1 {
	color: #FFFFFF;
	font-size: 80%;
}
#video1 {
	height: 224px;
	width: 245px;
	padding-top: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#video3 {
	width: 700px;
	margin-bottom: 15px;
	padding-bottom: 10px;
	height: 100%;
	padding-top: 10px;
}
.video3_1 {
	width: 701px;
	background-color: #ECECED;
	height: 195px;
}
#video2 {
	height: 225px;
	width: 245px;
	margin-left: 260px;
	margin-top: -225px;
	float: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.titoli {
	padding-top: 15px;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
}
.titoli5 {
	padding-top: 10px;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.testo {
	font-size: 100%;
	line-height: 20px;
}
.p2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000000;
}
#divinterno {
	height: 575px;
	width: 173px;
	background-image: url(../immagini/gabbiasx.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#divinternosx2 {
	height: 100px;
	width: 173px;
	position: absolute;
	margin-top: 40px;
	margin-left: 20px;
}
#divinternosx2_2 {
	height: 100px;
	width: 173px;
	position: relative;
	margin-top: 40px;
	margin-left: 20px;
}
#divinternosx3 {
	height: 400px;
	width: 173px;
	background-image: url(../immagini/gabbiasx.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
}
#divaffiches {
	margin-top: 220px;
	position: relative;
	margin-bottom: 70px;
}
#divaffiches2 {
	height: 270px;
	width: 173px;
	border: 1px solid #CCCCCC;
	margin-top: 20px;
}
#divinterno2 {
	height: 415px;
	width: 173px;
	background-repeat: no-repeat;
	background-position: left;
	margin-top: -7px;
}
#divinterno3 {
	height: 415px;
	width: 173px;
	background-image: url(../immagini/gabbiadx.jpg);
	background-repeat: no-repeat;
	background-position: left;
	margin-top: 10px;
}
#sx {
	height: 110px;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	position: absolute;
	z-index: 4;
}

#sx4 {
	position: relative;
	border: 1px solid #CCCCCC;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#sx44 {
	position: absolute;
	padding-top: 410px;
	padding-bottom: 5px;
	width: 134px;
	height: 153px;
	margin-right: 20px;
	margin-left: 20px;
	z-index: 1;
}
#sx54 {
	position: absolute;
	padding-top: 550px;
	padding-bottom: 5px;
	width: 134px;
	height: 153px;
	border-bottom-color: #CCCCCC;
	margin-right: 20px;
	margin-left: 20px;
}

#passw {
	height: 100px;
	position: relative;
	width: 135px;
}
#pulsantisx {
	height: 40px;
	position: relative;
	width: 135px;
}
#pulsantisx2 {
	height: 25px;
	position: relative;
	width: 135px;
}
#pulsantisx4 {
	z-index: 200;
	height: 25px;
	position: absolute;
	padding-left: 5px;
	left: 0px;
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 5px;
	width: 35px;
}
#pulsantisx3 {
	height: 60px;
	position: relative;
	width: 135px;
}
#sx2 {
	height: 155px;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	position: absolute;
	padding-top: 125px;
	width: 132px;
	z-index: 3;
}
#sx3 {
	height: 83px;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	position: absolute;
	padding-top: 290px;
	width: 132px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	z-index: 2;
}
#dx3 {
	height: 134px;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
	position: absolute;
	padding-top: 0px;
	width: 150px;
	top: 270px;
	left: 4px;
}

#dxsxx {
	height: 134px;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
	position: absolute;
	padding-top: 0px;
	width: 150px;
	top: 258px;
	left: 4px;
}


.style2 {font-weight: bold}
.style5 {
	font-size: 11px;
	font-variant: normal;
	font-weight: bold;
	line-height: 20px;
}

#titoliinterni {
	font-size: 12pt;
	font-weight: bold;
	color: #FF6600;
	margin-bottom: 3px;
	margin-top: 15px;
}
#manifesti {
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
	height: 300px;
}

#titoliinterni2 {
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
	margin-bottom: 10px;
	text-transform: uppercase;
}

#titoliinterni3 {
	font-size: 12pt;
	font-weight: bold;
	color: #FF6600;
}

#pul {
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
	margin-bottom: 10px;
	margin-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
}

#freccia {
	font-weight: bold;
	color: #000000;
	float: left;
}
.toppag {
	float: right;
	margin-top: -10px;
}
.style6 {
	font-size: 12px
}
#pane1 {
	margin-bottom: 10px;
	margin-top: 0px;
	margin-left: 3px;
	position: static;
	height: 100%;
	width: 160px;
}
.style7 {
	color: #333333
}
.style9 {color: #666666}
#pulsantieraint {
	margin-left: 23px;
}
.style10 {color: #FF0000}
.style11 {color: #FFFFFF}
#testoefoto {
	margin-right: 115px;
	height: 105px;
	padding-bottom: 40px;
}
#testoefoto2 {
	margin-right: 115px;
	height: 275px;
	padding-bottom: 40px;
}
#foto {
	height: 100px;
	width: 100px;
	position: absolute;
	margin-left: 600px;
	margin-top: 25px;
	border: 1px solid #FF6600;
}
#fotol {
	height: 130px;
	width: 175px;
}
#plant {
	margin-top: 35px;
}
.style55 {
	font-size: 11px;
}
.scroll-pane {
	width: 125px;
	overflow: auto;
	float: left;
}
.contenitor {
	margin-top: 25px;
	position: relative;
	padding-top: 1px;
}
.contenitor4{
	margin-top: 20px;
	position: relative;
}
.contenitor2 {
	position: relative;
	margin-top: -25px;
}
.contenitor3 {
	margin-right: 220px;
}
.style65 {
	margin-top: 5px;
	background-color: #000000;
	padding-left: 5px;
}
.style75 {
	margin-top: 5px;
	background-color: #000000;
	padding-left: 5px;
	margin-right: 600px;
}
.manifix {
	height: 270px;
	width: 173px;
	border: 1px solid #CCCCCC;
	background-color: #000000;
}
.manifix2 {
	height: 270px;
	width: 173px;
}
.sponsor {
	height: 170px;
	width: 170px;
	border: 1px solid #CCCCCC;
	background-color: #CCCCCC;
}
.sponsor2 {
	height: 250px;
	width: 170px;
	border: 1px solid #CCCCCC;
	background-color: #CCCCCC;
}
.perc2 {
	margin: 10px;
}
.bodypop {
	background-color: #FF6600;
}
#contd {
	margin: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.chiudi {
	margin-top: -20px;
	float: right;
}
.fotoart {
	float: right;
	margin-bottom: 20px;
	border: 1px solid #999999;
	margin-top: 5px;
	margin-left: 20px;
}
.fotoart2 {
	float: right;
	margin-bottom: 20px;
	border: 1px solid #999999;
	margin-top: 5px;
	margin-left: 20px;
}
.luogo {
	color: #FF6600;
	font-weight: bold;
	height: 20px;
}
#luogop {
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 5px;
	font-size: 11px;
}
.ora {
	color: #FF0000;
	font-weight: bold;
}
.musico {
	font-weight: bold;
	color: #000000;
}
.pertabel {
	margin-left: 43px;
}
.program {
	position: relative;
	width: 505px;
	height: 100px;
	margin-left: 9px;
}
#videoint {
	height: 194px;
	width: 699px;
	float: right;
	background-color: #ECECED;
}
#musico2 {
	font-weight: bold;
	height: 30px;
}
.p3 {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	}
#videoint2 {
	margin-left: 15px;
	float: right;
	height: 194px;
	width: 245px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	background-color: #ECECED;
}
#videoint3 {
	margin-left: 15px;
	float: right;
	height: 194px;
	width: 245px;
	margin-bottom: 5px;
	border: 1px solid #CCCCCC;
	background-color: #ECECED;
	margin-top: 5px;
}
#sx5 {
	margin-top: 20px;
	position: relative;
	border: 1px solid #CCCCCC;
}
#sx6 {
	border: 1px solid #CCCCCC;
	height: 142px;
	width: 172px;
	float: left;
	margin-right: 20px;
	position: relative;
}
#sx7 {
	border: 1px solid #000000;
	margin-top: 20px;
	height: 20px;
	background-color: #000000;
	padding-left: 10px;
}
#sxtot {
	position: relative;
	margin-bottom: 100px;
	width: 171px;
}
#contieniprog {
	height: 143px;
	position: relative;
	margin-bottom: 15px;
	width: 702px;
	clear: both;
	padding-top: 40px;
}
#contieniprog3 {
	position: relative;
	margin-bottom: 15px;
	width: 702px;
	margin-top: 10px;
}
#contieniprog4 {
	position: relative;
	margin-bottom: 15px;
	width: 702px;
	margin-top: 10px;
	border: 1px solid #CCCCCC;
	padding-right: 5px;
}
#contieniproggrande {
	height: 100%;
	position: relative;
	width: 702px;
	background-color: #ECECED;
}
.fondogrey {
	height: 100px;
	clear: right;
	position: relative;
	top: 20px;
}
