/*stili per il layout fisso*/
html,body{
	margin: 0px;
	padding:0px;
	height:100%;	
}
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	background-image: url(../immagini/grafica/sfondo.gif);
	background-color: #CACBD6;
	background-repeat: repeat-x;
}
div#contenitore01{
	position:relative;
	width: 752px;
	height: 100%;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	background-image: url(../immagini/grafica/sfondocontenitore01.gif);
}

body>div#contenitore01{
	height:auto;
	min-height:100%
}



/*stili per sezioni*/
div#intestazione01{
	text-align: center;
	margin: 0px;
	padding: 0px;
}

div#intestazione02{
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.intestazione02{
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}


.contenitore02{
	text-align: left;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

div#piedipagina{
	clear:both;
	width: 100%;
	text-align: center;
	color: #999999;
	position: relative;
	bottom: 0px;
	font-size: 9px;
	padding: 0px;
	margin: 0px;
	background-image: url(../immagini/grafica/sfondocontenitore01.gif);
	background-repeat: repeat-y;
	background-position: center;
}


div#sinistra01 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: left;
	width: 230px;
	margin: 0px;
	padding: 0px;

}
.sinistra {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	width: 230px;
}


.destra{
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 230px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 18px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	vertical-align: top;
}
div#centro{
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 230px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 30px;
	padding-left: 40px;
}

/*stili menu*/


.voce_menu {
	color: #6C6C6C;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	background-image: url(../immagini/grafica/sfondo_menu_01.gif);
	height: 35px;
	width: 230px;
	padding-left: 20px;
	background-repeat: no-repeat;
	padding-top: 12px;
}
.voce_menu_superiore {
	color: #6C6C6C;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	background-image: url(../immagini/grafica/sfondo_menu_01.gif);
	width: 230px;
	padding-left: 20px;
	background-repeat: no-repeat;
	padding-top: 12px;
	padding-bottom: 6px;
}
.sotto_menu {
	color: #6C6C6C;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
	padding-left: 40px;
	margin: 0px;
	padding-bottom: 4px;
}
/*stili contenuti*/

.biglietto {
	padding: 6px;
	border: 1px solid #999999;
	margin: 6px;
	text-align: justify;
}

.titolo {
	font-size: 12px;
	font-weight: bold;
}

.titolo_home {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 12px;
	font-weight: bold;
}

h2 {
	font-size: 12px;
	font-weight: bold;
}

.testo {
	text-align: justify;
}

.luogoora {
	margin: 6px;
}

.autore {
	margin: 6px;
	color: #6C6C6C;
}

.foto_articolo {
	margin: 6px;

}

.grassetto_01 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.avvertenza {
	padding-top: 20px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
}
.link {
	padding-top: 20px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
}

.pubblicita {
	margin-bottom: 16px;
}

/*stili tabelle*/

.tabella_eventi{
	padding: 0px;
	margin: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.td_eventi{
	padding: 6px;
	margin: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.td_poesie{
	padding: 12px;
	text-align: center;
}

.tabella_home{
	width: 100%;
}
.td_home{
	vertical-align: top;
}
/*stili tag*/

a {
	color: #6C6C6C;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


a:hover {
	text-decoration: underline;
}

