body
{
	background-color: #000;
	background-image: url("immagini/sfondo.png");
	background-repeat: no-repeat;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

#titolone
{
	font-size: 24px;
	color: #F00;
	width: 210px;
	height: auto;
	font-weight: bold;
	line-height: 24px;
	margin-top: 9px;
	margin-left: 11px;
	margin-bottom: 20px;
	position: relative;
}

#agenda
{
	color: #FFF;
	width: 210px;
	height: auto;
	margin-top: 22px;
	margin-left: 27px;
	margin-bottom: 25px;
	position: absolute;
}

#agenda
{
	width: 238px;
	height: auto;
	margin-top: 12px;
	margin-left: 12px;
	position: absolute;
	border: 1px solid #666;
	background-color: #000;
}

#agenda .elemento
{
	margin-top: 0px;
	margin-left: 12px;
	margin-right: 12px;
	margin-bottom: 32px;
}

#agenda .elemento .titolo
{
	color: #CCC;
	font-weight: bold;
}

#agenda .elemento .testo { color: #FFF; }

#agenda .elemento a
{
	color: #CCC;
	font-weight: normal;
	text-decoration: none;
}

#agenda .elemento .allegato a
{
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}

#occhiello a
{
	color: #CCC;
	font-weight: normal;
	text-decoration: none;
}

#vetrina
{
	width: 990px;
	height: 360px; /* +120 */
	margin-top: 48px;
	margin-left: 264px;
	position: absolute;
	border: 1px solid #666;
	background-color: #000;
}

#menu
{
	width: auto;
	height: auto;
	margin-top: 22px;
	margin-left: 264px;
	position: absolute;
}

#lingua
{
	width: auto height: auto;
	margin-top: 22px;
	margin-left: 795px;
	position: absolute;
}

#menu a:link, #menu a:visited, #lingua a:link, #lingua a:visited
{
	color: #FFF;
	text-decoration: none;
}

#menu a:hover, #lingua a:hover, #menu .evidenziato, #lingua .evidenziato
{
	color: #FFF;
	background-color: #F00;
	text-decoration: none;
}

/* ## */
#titolo
{
	font-size: 20px;
	color: #999;
	width: 576px;
	height: auto;
	margin-top: 420px;
	margin-left: 264px;
	padding-bottom: 8px;
	position: absolute;
}

.rosso { color: #F00; }


/* ## */
#occhiello
{
	background-color: #000;
	width: 300px;
	height: auto;
	margin-top: 428px;
	margin-left: 760px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	border: 3px solid #666;
	position: absolute;
}


#occhiello .blocco
{
	color: #CCC;
	width: auto;
	height: auto;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	position: relative;
	border: 0px solid #FFF;
}

#occhiello .blocco .imgOcchiello
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	float: left;
}

#occhiello .blocco .testo
{
	width: auto;
	height: auto;
	margin-top: 0px;
	margin-left: 97px;
	margin-right: 0px;
	margin-bottom: 15px;
}

#occhiello .blocco .testo .titolo
{
	font-size: inherit;
	font-weight: bold;
	color: #FFF;
	padding-bottom: 4px;
}




/* ## */
#contenitoreDue
{
	color: #FFF;
	width: 576px;
	height: auto;
	margin-top: 446px;
	margin-left: 264px;
	padding-top: 18px;
	padding-bottom: 18px;
	position: absolute;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
}

#contenitoreDue form .inputUno, #contenitoreDue form .inputDue, #contenitoreDue form textarea
{
	background-color: black;
	border: 1px solid #666;
	color: #FFF;
}

.inputUno
{
	width: 170px;
	margin-right: 12px;
}

.inputDue
{
	width: 356px;
	margin-right: 12px;
}

.inputInvia
{
	color: #FFF;
	width: 174px;
	margin-top: 24px;
	margin-right: 12px;
	border: 1px solid #F00;
	background-color: #000;
}

.textarea
{
	width: 354px;
	height: 80px;
	margin-right: 12px;
}

/* ## */
#playlist
{
	width: 590px;
	position: absolute;
	margin-top: 446px;
	margin-left: 264px;
}

/* ## */
#contenitore
{
	width: 732px;
	margin-top: 446px;
	margin-left: 264px;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 0px solid #666;
	padding: 0px;
	position: absolute;
	clear: both;
}

#contenitore .titolo
{
	font-size: 15px;
	color: #FFF;
}

#contenitore .blocco
{
	width: 732px;
	height: auto;
	border-top: 0px solid #666;
	border-left: 0px solid #666;
	border-right: 0px solid #666;
	border-bottom: 1px solid #666;
	padding-bottom: 15px;
	float: left;
	clear: both;
}

#contenitore .blocco .uno_due
{
	width: 440px;
	height: auto;
	margin-top: 11px;
	margin-left: 12px;
	display: inline;
	float: left;
	clear: both;
}



#contenitore .blocco .due_due
{
	width: 200px;
	height: auto;
	margin-top: 11px;
	margin-left: 35px;
	display: inline;
	float: left;
	clear: both;
	color: #CCC;
}

#contenitore .blocco .uno_tre
{
	width: 200px;
	height: auto;
	margin-top: 11px;
	margin-left: 12px;
	display: inline;
	float: left;
}

#contenitore .blocco .due_tre
{
	width: 200px;
	height: auto;
	margin-top: 11px;
	margin-left: 35px;
	display: inline;
	float: left;
	color: #CCC;
}

#contenitore .blocco .tre_tre
{
	width: 200px;
	height: auto;
	margin-top: 11px;
	margin-left: 35px;
	display: inline;
	float: left;
	color: #CCC;
}

#contenitore .blocco .uno_due .blocchetto
{
	width: auto;
	height: 38px;
	margin-bottom: 0px;
	color: #FFF;
}

/* contenitoreTre due */
#contenitoreTre
{
	background-color: #000;
	width: 732px;
	margin-top: 48px;
	margin-left: 264px;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 0px solid #666;
	padding: 0px;
	position: absolute;
	clear: both;
}

/* ## */
#contenitoreQuattro
{
	width: 732px;
	margin-top: 446px;
	margin-left: 264px;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 0px solid #666;
	padding: 0px;
	position: absolute;
	clear: both;
}

#contenitoreTre .titolo, #contenitoreQuattro .titolo
{
	font-size: 15px;
	color: #FFF;
}

#contenitoreTre .blocco, #contenitoreQuattro .blocco
{
	width: 732px;
	height: auto;
	border-top: 0px solid #666;
	border-left: 0px solid #666;
	border-right: 0px solid #666;
	border-bottom: 1px solid #666;
	padding-bottom: 15px;
	float: left;
	clear: both;
}

#contenitoreTre .blocco .uno_due, #contenitoreQuattro .blocco .uno_due
{
	width: 440px;
	height: auto;
	margin-top: 11px;
	margin-left: 12px;
	display: inline;
	float: left;
}

#contenitoreTre .blocco .due_due, #contenitoreQuattro .blocco .due_due
{
	width: 200px;
	height: auto;
	margin-top: 11px;
	margin-left: 35px;
	display: inline;
	float: left;
	color: #CCC;
}

#contenitoreTre .blocco .uno_tre
{
	width: 200px;
	height: auto;
	margin-top: 11px;
	margin-left: 12px;
	display: inline;
	float: left;
}

#contenitoreTre .blocco .due_tre
{
	width: 200px;
	height: auto;
	margin-top: 11px;
	margin-left: 35px;
	display: inline;
	float: left;
	color: #CCC;
}

#contenitoreTre .blocco .tre_tre
{
	width: 200px;
	height: auto;
	margin-top: 11px;
	margin-left: 35px;
	display: inline;
	float: left;
	color: #CCC;
}

#contenitoreTre .blocco .uno_due .blocchetto, #contenitoreQuattro .blocco .uno_due .blocchetto
{
	width: auto;
	height: 42px;
	margin-bottom: 0px;
	color: #FFF;
}

/* fine contenitoreTre due */
.bold { font-weight: bold; }

.bb
{
	font-weight: bold;
	color: #FFF;
}

.titoloo
{
	font-size: 18px;
	color: #FFF;
	margin-bottom: 14px;
}

.titolooo
{
	font-size: 18px;
	color: #FFF;
	margin-top: 12px;
	margin-left: 12px;
	position: relative;
	clear: both;
}

.blocco a
{
	color: #FFF;
	text-decoration: none;
}

.uno_tre img, .due_tre img, .tre_tre img
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
}

.titoletto
{
	color: #FFF;
	font-size: 12px;
	margin-bottom: 7px;
}

.titolino
{
	font-size: 12px;
	width: auto;
	height: auto;
	margin-top: 28px;
	margin-left: 26px;
	position: absolute;
	color: #F00;
}