/*screen.css*/

body{
  margin:0px;
  padding:0px;
  background: #FFFFFF url('../public/immagini/fondo_sito.jpg') no-repeat top left;
  font-size:10px;
  color:#333333;
}

a{
	color:#0066CC;
	text-decoration:none;
}

a:hover{
	color:#00CCFF;
	text-decoration:none;
}

.clearer{
  clear:both;
}

#contenitore{
  position:absolute;
  top:30px;
  left:0px;
  width:805px;
  /*border:1px solid #FF0000;*/
}

#contenitore_ombra{
  width:537px;
  /*border:1px solid #FF0000;*/
}

#header{
  height:250px;
  width:610px;
  background: url('../public/immagini/header.jpg') no-repeat top left;
  /*border:1px solid #FF0000;*/
}

#titolo{
  height:114px;
  width:610px;
  /*background: url('../public/immagini/titolo_chi.jpg') no-repeat top left;*/
  /*border:1px solid #FF0000;*/
}

#contenuto{
  width:610px;
  background: url('../public/immagini/fondo_contenuto.jpg') repeat-y top left;
  padding-left:55px;
}

#contenuto_testo{
  width:440px;
}

#chiusura_contenuto{
  height:70px;
  width:610px;
  background: url('../public/immagini/chiusura_contenuto.jpg') no-repeat top left;
}

#menu{
  position:absolute;
  top:400px;
  left:532px;
  width:280px;
  /*border:1px solid #FF0000;*/
}

/* GESTIONE OGGETTI DINAMICI */

.oggetto_elenco{
	padding:0px;
	font-family:Arial, Sans Serif;
	font-size:10px;
	color:#666666;
}

.oggetto_elenco .data{
	font-size:12px;
	float:left;
	width:90px;
	font-weight:bold;
	border-bottom:1px solid #666666;
}

.oggetto_elenco .titolo_evento{
	font-size:12px;
	float:left;
	width:343px;
	font-weight:bold;
	padding-left:2px;
	border-bottom:1px solid #666666;
}

.oggetto_elenco .immagine{
	float:left;
	width:150px;
	text-align:right;
	/*border-right:1px solid #333333;*/
	padding:1px;
	margin-top:10px;
	margin-bottom:35px;
}

.oggetto_elenco .descrizione{
	float:left;
	width:245px;
	padding-left:35px;
	text-align:justify;
	margin-top:10px;
	margin-bottom:35px;
	font-size:10px;	
}


#spettacolo{
	padding:0px;
	font-family:Arial, Sans Serif;
	font-size:10px;
	color:#666666;
}

#spettacolo_titolo{
	font-weight:bold;
	font-size:12px;
	color:#666666;	
}

#spettacolo_immagine{
	float:left;
	width:150px;
}

#spettacolo_testo{
	float:left;
	width:245px;
	padding-left:35px;
	text-align:justify;
	font-size:10px;
	color:#666666;
}

#spettacolo_video{
	text-align:center;
}

#spettacolo_descrizione{
	border-top:1px solid #333333;
	padding:4px;
	font-size:10px;
	color:#666666;
}

#spettacolo_allegati{
	border-top:1px solid #333333;
}

#spettacolo_gallery{
	border-top:1px solid #333333;
}

#form_contatti form table tr td{
	font-family:Arial;
	font-size:10px;
	color:#666666;
}
