html {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	font-size: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #999999;
	background-image: url(img/body_sfondo.png);
	background-repeat: no-repeat;
	background-position: 50% 0px;
	line-height: 16px;
}

body.home {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	background-image: none;
	line-height: 16px;
	
}


p {
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
}

form {
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

ul, li {
	margin: 0px;
	padding: 0px;
}

ol, li {
	margin: 0px;
	padding: 0px;
}

a.white {
	color: #FFFFFF;
}


a {
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

a:focus {
	outline-style: none;
}

area:focus {
	outline-style: none;
}


/************* PAGINA ********************/


#pagina {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(img/pagina_sfondo.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	overflow: hidden;
	padding-bottom: 50px;

}

body.home #pagina {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	overflow: hidden;
	padding-bottom: 50px;
	background-color: #000000;
	background-image: url(none);

}



/************* HEADER 2009 ********************/


#header {
	height: 220px;
	background-image: url(img/header_sfondo.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;

}

#header h1 {
	height: 40px;
	width: 490px;
	background-image: url(img/logo_santarcangelo2009.png);
	background-repeat: no-repeat;
	background-position: 0px 53px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 53px;
	margin-bottom: 9px;

}

#header h1 a {
	display: block;
	height: 40px;
	width: 490px;
	text-indent: -3000px;

}


#header h2 {
	height: 13px;
	width: 490px;
	background-image: url(img/sottotitolo2009.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -3000px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 18px;

}


#header ul.giorni {
	height: 35px;
	width: 490px;
	background-image: url(img/header_giorni.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	list-style-type: none;

}

#header ul.giorni li {
	float: left;
	height: 35px;

}

a#giorno-3 {
	height: 35px;
	width: 40px;
	display: block;
	text-indent: -3000px;
	background-image: url(img/giorno3.png);
	background-repeat: no-repeat;
	background-position: 0px -35px;

}


a#giorno-4 {
	height: 35px;
	width: 40px;
	display: block;
	text-indent: -3000px;
	background-image: url(img/giorno4.png);
	background-repeat: no-repeat;
	background-position: 0px -35px;

}

a#giorno-5 {
	height: 35px;
	width: 40px;
	display: block;
	text-indent: -3000px;
	background-image: url(img/giorno5.png);
	background-repeat: no-repeat;
	background-position: 0px -35px;

}

a#giorno-6 {
	height: 35px;
	width: 40px;
	display: block;
	text-indent: -3000px;
	background-image: url(img/giorno6.png);
	background-repeat: no-repeat;
	background-position: 0px -35px;

}

a#giorno-7 {
	height: 35px;
	width: 40px;
	display: block;
	text-indent: -3000px;
	background-image: url(img/giorno7.png);
	background-repeat: no-repeat;
	background-position: 0px -35px;

}

a#giorno-8 {
	height: 35px;
	width: 40px;
	display: block;
	text-indent: -3000px;
	background-image: url(img/giorno8.png);
	background-repeat: no-repeat;
	background-position: 0px -35px;

}

a#giorno-9 {
	height: 35px;
	width: 40px;
	display: block;
	text-indent: -3000px;
	background-image: url(img/giorno9.png);
	background-repeat: no-repeat;
	background-position: 0px -35px;

}

a#giorno-10 {
	height: 35px;
	width: 61px;
	display: block;
	text-indent: -3000px;
	background-image: url(img/giorno10.png);
	background-repeat: no-repeat;
	background-position: 0px -35px;

}

a#giorno-11 {
	height: 35px;
	width: 61px;
	display: block;
	text-indent: -3000px;
	background-image: url(img/giorno11.png);
	background-repeat: no-repeat;
	background-position: 0px -35px;

}

a#giorno-12 {
	height: 35px;
	width: 48px;
	display: block;
	text-indent: -3000px;
	background-image: url(img/giorno12.png);
	background-repeat: no-repeat;
	background-position: 0px -35px;

}

a.off {
	background-position: 0px 0px!important;

}


/************* HEADER 2010 ********************/


#header2010 {
	height: 220px;
	background-image: url(img/header_sfondo.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;

}

#header2010 h1 {
	height: 40px;
	width: 490px;
	background-image: url(img/logo_santarcangelo2010.png);
	background-repeat: no-repeat;
	background-position: 0px 53px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 53px;
	margin-bottom: 9px;

}

#header2010 h1 a {
	display: block;
	height: 40px;
	width: 490px;
	text-indent: -3000px;

}


#header2010 h2 {
	height: 13px;
	width: 490px;
	background-image: url(img/sottotitolo2010.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -3000px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 18px;

}


#header2010 ul.giorni {
	height: 35px;
	width: 490px;
	background-image: url(img/header_giorni.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	list-style-type: none;

}

#header2010 ul.giorni li {
	float: left;
	height: 35px;

}

a#giorno-3 {
	height: 35px;
	width: 40px;
	display: block;
	text-indent: -3000px;
	background-image: url(img/giorno3.png);
	background-repeat: no-repeat;
	background-position: 0px -35px;

}


a#giorno-4 {
	height: 35px;
	width: 40px;
	display: block;
	text-indent: -3000px;
	background-image: url(img/giorno4.png);
	background-repeat: no-repeat;
	background-position: 0px -35px;

}

a#giorno-5 {
	height: 35px;
	width: 40px;
	display: block;
	text-indent: -3000px;
	background-image: url(img/giorno5.png);
	background-repeat: no-repeat;
	background-position: 0px -35px;

}

a#giorno-6 {
	height: 35px;
	width: 40px;
	display: block;
	text-indent: -3000px;
	background-image: url(img/giorno6.png);
	background-repeat: no-repeat;
	background-position: 0px -35px;

}

a#giorno-7 {
	height: 35px;
	width: 40px;
	display: block;
	text-indent: -3000px;
	background-image: url(img/giorno7.png);
	background-repeat: no-repeat;
	background-position: 0px -35px;

}

a#giorno-8 {
	height: 35px;
	width: 40px;
	display: block;
	text-indent: -3000px;
	background-image: url(img/giorno8.png);
	background-repeat: no-repeat;
	background-position: 0px -35px;

}

a#giorno-9 {
	height: 35px;
	width: 40px;
	display: block;
	text-indent: -3000px;
	background-image: url(img/giorno9.png);
	background-repeat: no-repeat;
	background-position: 0px -35px;

}

a#giorno-10 {
	height: 35px;
	width: 61px;
	display: block;
	text-indent: -3000px;
	background-image: url(img/giorno10.png);
	background-repeat: no-repeat;
	background-position: 0px -35px;

}

a#giorno-11 {
	height: 35px;
	width: 61px;
	display: block;
	text-indent: -3000px;
	background-image: url(img/giorno11.png);
	background-repeat: no-repeat;
	background-position: 0px -35px;

}

a#giorno-12 {
	height: 35px;
	width: 48px;
	display: block;
	text-indent: -3000px;
	background-image: url(img/giorno12.png);
	background-repeat: no-repeat;
	background-position: 0px -35px;

}

a.off {
	background-position: 0px 0px!important;

}

/************* HEADER 2011 ********************/


#header2011 {
	height: 220px;
	background-image: url(img/header_sfondo.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;

}

#header2011 h1 {
	height: 40px;
	width: 490px;
	background-image: url(img/logo_santarcangelo2011.png);
	background-repeat: no-repeat;
	background-position: 0px 53px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 53px;
	margin-bottom: 9px;

}

#header2011 h1 a {
	display: block;
	height: 40px;
	width: 490px;
	text-indent: -3000px;

}


#header2011 h2 {
	height: 13px;
	width: 490px;
	background-image: url(img/sottotitolo2011.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -3000px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 18px;

}


#header2011 ul.giorni {
	height: 35px;
	width: 490px;
	background-image: url(img/header_giorni.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	list-style-type: none;

}

#header2011 ul.giorni li {
	float: left;
	height: 35px;

}

a#giorno-3 {
	height: 35px;
	width: 40px;
	display: block;
	text-indent: -3000px;
	background-image: url(img/giorno3.png);
	background-repeat: no-repeat;
	background-position: 0px -35px;

}


a#giorno-4 {
	height: 35px;
	width: 40px;
	display: block;
	text-indent: -3000px;
	background-image: url(img/giorno4.png);
	background-repeat: no-repeat;
	background-position: 0px -35px;

}

a#giorno-5 {
	height: 35px;
	width: 40px;
	display: block;
	text-indent: -3000px;
	background-image: url(img/giorno5.png);
	background-repeat: no-repeat;
	background-position: 0px -35px;

}

a#giorno-6 {
	height: 35px;
	width: 40px;
	display: block;
	text-indent: -3000px;
	background-image: url(img/giorno6.png);
	background-repeat: no-repeat;
	background-position: 0px -35px;

}

a#giorno-7 {
	height: 35px;
	width: 40px;
	display: block;
	text-indent: -3000px;
	background-image: url(img/giorno7.png);
	background-repeat: no-repeat;
	background-position: 0px -35px;

}

a#giorno-8 {
	height: 35px;
	width: 40px;
	display: block;
	text-indent: -3000px;
	background-image: url(img/giorno8.png);
	background-repeat: no-repeat;
	background-position: 0px -35px;

}

a#giorno-9 {
	height: 35px;
	width: 40px;
	display: block;
	text-indent: -3000px;
	background-image: url(img/giorno9.png);
	background-repeat: no-repeat;
	background-position: 0px -35px;

}

a#giorno-10 {
	height: 35px;
	width: 61px;
	display: block;
	text-indent: -3000px;
	background-image: url(img/giorno10.png);
	background-repeat: no-repeat;
	background-position: 0px -35px;

}

a#giorno-11 {
	height: 35px;
	width: 61px;
	display: block;
	text-indent: -3000px;
	background-image: url(img/giorno11.png);
	background-repeat: no-repeat;
	background-position: 0px -35px;

}

a#giorno-12 {
	height: 35px;
	width: 48px;
	display: block;
	text-indent: -3000px;
	background-image: url(img/giorno12.png);
	background-repeat: no-repeat;
	background-position: 0px -35px;

}

a.off {
	background-position: 0px 0px!important;

}




/************* HEADER SANTARCANGELO 2009/2011 ********************/


#header2009-2011 {
	height: 220px;
	background-image: url(img/header_sfondo.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;

}

#header2009-2011 h1 {
	height: 65px;
	width: 490px;
	background-image: url(img/logotriennio.jpg);
	background-repeat: no-repeat;
	background-position: 0px 53px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 53px;
	margin-bottom: 9px;

}

#header2009-2011 h1 a {
	display: block;
	height: 40px;
	width: 490px;
	text-indent: -3000px;

}


#header2009-2011 h2 {
	height: 13px;
	width: 490px;
	background-image: url(img/sottotitolo.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -3000px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 18px;

}


/************* HEADER ASSOCIAZIONE ********************/


#headerAssociazione {
	height: 220px;
	background-image: url(img/header_sfondo.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;

}

#headerAssociazione h1 {
	height: 46px;
	width: 522px;
	background-image: url(img/logo_santarcangeloAssociazione.jpg);
	background-repeat: no-repeat;
	background-position: 0px 53px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 53px;
	margin-bottom: 9px;

}

#headerAssociazione h1 a {
	display: block;
	height: 40px;
	width: 490px;
	text-indent: -3000px;

}


#headerAssociazione h2 {
	height: 13px;
	width: 490px;
	background-image: url(img/sottotitolo.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -3000px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 18px;

}






/************* MENU SX ********************/


#menu-sx {
	width: 180px;
	float: left;
	position: relative;
	padding-top: 10px;
	font-size: 11px;
	line-height: 24px;
	color: #FFFFFF;
	text-align: right;
	padding-right: 25px;

}

#menu-sx h3 {
	color: #000000;
	font-size: 11px;
	cursor: pointer;

}

#menu-sx h3 a {
	color: #000000;
	text-decoration: none;

}


#menu-sx ul {
	list-style-type: none;

}

#menu-sx li {

}

#menu-sx li a {
	color: #FFFFFF;
	text-decoration: none;

}


/************* MENU DX ********************/


#menu-dx {
	width: 180px;
	float: right;
	position: relative;
	padding-top: 15px;
	color: #999999;
	font-size: 12px;
	line-height: 14px;
	padding-right: 0px;

}

#menu-dx h3 {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;

}

#menu-dx p {
	text-align: left;

}

#menu-dx a {
	color: #FFFFFF;
	text-decoration: none;

}

#menu-dx ul {
	list-style-type: none;
	margin-top: 5px;
	margin-bottom: 24px;

}

#menu-dx ul li {
	line-height: 24px;
	font-size: 11px;

}

#menu-dx form.cerca {
	margin-top: 80px;

}

#menu-dx form.cerca label {
	display: block;
	font-size: 11px;
	color: #FFFFFF;
	padding-bottom: 2px;
	padding-left: 3px;

}

#menu-dx form.cerca .campo {
	background-image: url(img/laterale_cerca_sfondo.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 16px;
	width: 140px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #000000;
	line-height: 13px;
	padding-right: 4px;
	padding-left: 4px;
	font-size: 11px;
	padding-top: 1px;
	padding-bottom: 1px;
	float: left;

}

#menu-dx form.cerca .invia {
	line-height: 12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFFFFF;
	background-color: #000000;
	font-size: 14px;
	width: 20px;
	float: left;
	text-align: center;
	padding: 0px;
	height: 16px;

}


#menu-dx #menu-dx-nascosto_ita {
	display: block;
	
}




#menu-dx #menu-dx-nascosto_eng {
	display: none;
	
}

/********** HOME **************************/


body.home #content {
	float: left;
	position: relative;
	padding-left: 400px;
	padding-top: 70px;

}

body.home #content img.home {
	width: 250px;
	height: 250px;
	position: absolute;
	left: 120px;
	top: 55px;
	
	}


body.home #content h1 {
	text-align: left;
	height: 70px;
	width: 280px;
	background-image: url(img/logo_santarcangelo_home.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	color: #99FF00;

}

body.home #content h1 a {
	height: 70px;
	width: 280px;
	text-indent: -3000px;
	display: block;

}

body.home #content ul {
	list-style-type: none;
	padding-top: 60px;
	padding-left: 7px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #757575;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1px;
	padding-right: 0px;
	padding-bottom: 0px;

}

body.home #content ul li {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;

}

body.home #content ul li a {
	color: #D7D7D7;

}

body.home #content ul li a:hover {
	color: #ffffff;

}






/************* CONTENT ********************/


#content {
	width: 490px;
	float: left;
	position: relative;
	padding-top: 15px;

}




#content .video {

}

#content h3 {
	font-size: 12px;
	margin-bottom: 1em;
	font-weight: bold;
	color: #FFFFFF;
}

#content a {
	text-decoration:none;
	font-weight: bold;
	color:#FFFFFF;

}

#content p {
	margin-bottom: 1em;
	text-align: justify;
	
}

#content ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;

}


#content ul li {
	padding-left:12px;
	background-image: url(img/punto_elenco.png);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	margin-bottom: 10px;
	position: relative;
}

#content ul li.risultati {
	padding-left:12px;
	background-image: url(img/punto_elenco.png);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 10px;
	position: relative;
}


#content p.link {
	clear: left;
	padding-top: 10px;
	margin-bottom: 0px;
	width: 490px;
}
#content div.testoScheda {
	padding-top: 10px;
	margin-bottom: 0px;
	width: 490px;
	font-size: 11px;
	clear: left;
	line-height: 20px;
}

#content .separatore {
	margin-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F6F6F6;
	height: 0px;
	margin-bottom: 20px;

}



#content p.link a {
	color: #FFFFFF;
	text-decoration: none;

}


#content p.calendar {
	margin-bottom: 1em;
	font-size: 19px;
}

#content p.calendar em {
	font-size: 12px;
	font-style: normal;
}


#content p.calendar a {
	color:#000000;
	text-decoration: none;
	padding-right: 3px;
}

/**************** artisti ****************/

#content h3.artisti {
	margin-bottom: 1em;
	font-size: 12px;
	color:#FFFFFF;
	font-weight: bold;
}

#content p.artisti {
	margin-bottom: 1em;
	font-size: 14px;
	text-align:left;
}

#content p.artisti em {
	font-size: 12px;
	font-style: normal;
}


#content p.artisti a {
	color:#333333;
	text-decoration: none;
	padding-right: 3px;
}

#content p.artisti a:hover {
color:#666666;
}


/**************** CALENDARIO / GRIGLIA ****************/

#content h3.griglia {
	margin-bottom: 1em;
	font-size: 12px;
	color:#FFFFFF;
	font-weight: bold;
}

#content p.griglia {
	margin-bottom: 1em;
	font-size: 12px;
}

#content p.griglia em {
	font-size: 12px;
	font-style: normal;
}


#content p.griglia a {
	color:#000000;
	text-decoration: none;
	padding-right: 3px;
	font-weight: bold;
}


/*************** note prog *************/

#content p.notaTech {
	margin-bottom: 1em;
	font-size: 10px;
	color:#99FF00;
}

/****************/

#content .foto {
	width: 110px;
	float: left;
	overflow: hidden;
	margin-bottom: 10px;


}

#content .foto img {
	display: block;
	height: 93px;
	width: 93px;


}


#content .foto .dida {
	font-size: 11px;


}
/**********tabella su filtro spettacolo************/
#content table.schedaPreview{
	font-size: 11px;
	font-style: normal;
	width: 490px;
	padding: 5px;
	border: none;
	margin-bottom: 25px;
}
#content table.schedaPreview a{
	color:#000000;
	font-weight:bold;
	text-decoration: none;
}
#content table td {
	padding:3px 3px 3px 3px;
}
#content table.replica{
	color:#000000;
	width: 200px;
	padding: 0px;
	margin: 0px;
	border: none;
}
#content td.thumb{
	width: 100px;
}

/************** ACCESSIBILITA *************/

#salta {
	display: none;
}

hr {
	display: none;
}

.hide {
	display: none;
}
















