/*  
**************************** RIDEFINIZIONE TAG
*/
body {
	font-family:"Georgia", Arial, Helvetica, sans-serif;
	font-size:0.8em;
	line-height:1.7em;
	background-image: url(/immagini/struttura/sfondo_body_inf.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #CCF0D6;
	color:#444444;
	margin:0px;
}
h1 {
	font-size:1.5em;
	font-weight:bold;
	margin:0px;
	padding:0px;
}
h2 {
	font-size:1.3em;
	font-weight:bold;
	color:#006633;
	margin:0px;
	padding:0px;
	line-height:1.4em;
}
h3 {
	font-size:1.2em;
	font-weight:bold;
	color:#006633;
	margin:0px;
	padding:0px;
	line-height:1.2em;
}
a {
	color:#006633;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
font {
	font-family:"Georgia", Arial, Helvetica, sans-serif;
	font-size:1em;
	line-height:1.7em;
}
p{
   margin:0px;
   padding:0px;
}
/*
################### Stili di uso frequente 
*/
.puntino-verticale {
	background-image:url(/immagini/puntino_vert.gif);
	background-repeat:repeat-y;
}
.puntino-orizzontale {
	background-image:url(/immagini/puntino_orizz.gif);
	background-repeat:repeat-x;
}
.immagine_sx {
	float:left;
	margin:0px 20px 5px 0px;
}
.immagine_dx {
	float:right;
	margin:0px 0px 5px 20px;
}
.introduzione {
	font-size:0.9em;
}
.testo_verdana {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
}
.testo_medio {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	line-height:1.3em;
}
.testo_piccolo {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	line-height:1.3em;
}
.linea_arancio {
	height:2px;
	background:url(/immagini/struttura/sfondo_linea_arancio.gif);
	background-repeat:repeat-x;
	margin:10px 0px 10px 0px;
	padding:0px;
}
#argomenti {
	padding:20px 0px 0px 0px;
}
/*
################### Stili sito
*/
#container1 {
	position:relative;
	background-image: url(/immagini/struttura/sfondo_body_sup.jpg);
	background-repeat: repeat-x;
	background-position: top;
	width:100%;
}
#container2 {
	position:relative;
	background-image: url(/immagini/struttura/sfondo_container2.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin:0 auto;
	width:974px;
}
#container3 {
	position:relative;
	background-image: url(/immagini/struttura/header.jpg);
	background-repeat: repeat-x;
	background-position: top;
	width:974px;
}
#container4 {
	position:relative;
	background-image: url(/immagini/struttura/sfondo_container4.jpg);
	background-position: bottom;
	width:974px;
	background-repeat: no-repeat;
}
/*
######## Header
*/
#header {
	position:relative;
	height:355px;
	width:974px;
}
#logo {
	position:absolute;
	left:370px;
	top:97px;
	width:180px;
	height:159px;
	z-index:2;
}
#cerca {
	position:absolute;
	left:623px;
	top:6px;
	width:340px;
	height:38px;
	z-index:1;
	padding:6px 0px 0px 0px;
	color:#8edcd4;
}
#cerca a {
	color:#8edcd4;
	display:block;
	float:left;
}
#cerca div {
	float:left;
}
#cerca .divider_cerca {
	background-image: url(/immagini/cerca/puntini.gif);
	background-repeat: no-repeat;
	background-position: center 2px;
	width:25px;
	height:23px;
}
#cerca input {
	background-color:#a4d8b8;
	border: 1px solid #CEEAD9;
	width:125px;
}
/*
######## Menu nav
*/
#menu_nav {
	position:absolute;
	left:369px;
	top:309px;
	width:590px;
	height:38px;
	z-index:3;
}
#menu_nav a {
	display:block;
	float:left;
	height:28px;
	text-decoration:none;
	text-align:center;
	color:#666666;
	padding:10px 0px 0px 0px;
}
#menu_nav a:hover {
	background-image: url(/immagini/menu_nav/hover.jpg);
	background-position:-20px;
	text-decoration:none;
	color:#a15700;
}
#menu_nav div {
	width:2px;
	height:38px;
	background-image: url(/immagini/menu_nav/divider.gif);
	background-repeat: no-repeat;
	float:left;
}
#menu_nav #menuitem1 {
	width:110px;
}
#menu_nav #menuitem1:hover {
	background-position: 0px;
}
#menu_nav #menuitem2 {
	width:110px;
}
#menu_nav #menuitem3 {
	width:115px;
}
#menu_nav #menuitem4 {
	width:110px;
}
#menu_nav #menuitem5 {
	width:131px;
}
/*
######## Contenuto
*/
#content {
	position:relative;
	width:974px;
	padding:0px 0px 0px 0px;
}
#content_left {
	position:relative;
	display:table;
	float:left;
	width:615px;
	padding:0px 20px 0px 40px;
}
#inner_content_left {
	padding:24px 0px 0px 20px
}
#content_right {
	overflow:hidden;
	position:relative;
	display:table;
	float:left;
}
/*
######## Programma
*/
#lista_programma {
}
#lista_programma ul {
	font-size:0.9em;
}
#lista_programma li {
	float:left;
	line-height:2.0em;
	list-style-type: none;
	background-image:url(/immagini/indice_lista.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding:0px 0px 0px 40px;
	width:210px;
}
#lista_programma_hp {
}
#lista_programma_hp ul {
	font-size:1.2em;
	font-weight:bold;
	padding:0px;
	margin:0px;
}
#lista_programma_hp li {
	line-height:1.8em;
	list-style-type: none;
	background-image:url(/immagini/indice_lista.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding:0px 0px 0px 30px;
}
/*
######## Colonna dx
*/
.titolo_coldx{
	color:#01515C;
	font-size:20px;
	padding:0px 0px 3px 10px;
	margin:0px 20px 0px 40px;
	border-bottom:2px solid #2C837B;
}
#contatti {
	position:relative;
	width:227px;
	height:52px;
	padding:20px 0px 0px 50px;
	font-weight:bold;
}
#contatti a{
	color:#033;
	font-size:20px;
	font-weight:normal;
}
#galleria {
	position:relative;
	padding:15px 0px 30px 46px;
}
#tv_radio {
	position:relative;
	font-family:Verdana, Geneva, sans-serif;
	position:relative;
	width:227px;
	padding:25px 0px 0px 50px;
}
#tv_radio .titolo{
	color:#C30;
	font-weight:bold;
	line-height:1em;
	font-size:0.9em;
}
/* Agenda */
#agenda_wrapper {
	width:207px;
	height:210px;
	padding:15px 0px 0px 10px;
}
#agenda {
	position:relative;
	width:207px;
	background-image: url(/immagini/struttura/sfondo_agenda.jpg);
	background-repeat: no-repeat;
	background-position: top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	padding:0px 0px 0px 18px;
}
table#cal_table td a {
	line-height:0.8em;
	color:#FFFFFF;
	font-weight:bold;
}
table#cal_table td {
	line-height:0.8em;
	text-align:right;
}
td.cal_day {
	background-color:#CFE7E7;
}
td.cal_day_on {
	background-color:#FF9900;
}
td.cal_month {
}
/* Tags */
.tags {
	position:relative;
	padding:0px 0px 0px 15px;
}
.tags_testo {
	padding:10px 0px 0px 15px;
	font-size:0.9em;
	line-height:1.6em;
}
.tags a {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#006666;
}
/* Parliamone */
#parliamone_wrapper {
	position:relative;
	height:230px
}
.parliamone_testo {
	padding:20px 0px 0px 15px;
	font-size:0.9em;
	line-height:1.6em;
}
#parliamone_input1 {
	position:absolute;
	left:10px;
	top:12px;
	width:70px;
	height:25px;
	z-index:1;
}
#parliamone_input1 input {
	width:70px;
	color:#666666;
	font-size:1em;
	padding:2px;
}
#parliamone_input2 {
	position:absolute;
	left:10px;
	top:42px;
	width:70px;
	height:25px;
	z-index:2;
}
#parliamone_input2 input {
	width:70px;
	color:#666666;
	font-size:1em;
	padding:2px;
}
#parliamone_input3 {
	position:absolute;
	left:93px;
	top:12px;
	width:130px;
	height:60px;
	z-index:3;
}
#parliamone_input3 textarea {
	width:120px;
	height:53px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:0.9em;
	padding:2px;
}
#parliamone_input4 {
	position:absolute;
	left:11px;
	top:169px;
	width:56px;
	height:25px;
	z-index:4;
}
#parliamone_input5 {
	position:absolute;
	left:12px;
	top:80px;
	width:70px;
	height:25px;
	z-index:5;
}
#parliamone_input6 {
	position:absolute;
	left:12px;
	top:132px;
	width:211px;
	height:25px;
	z-index:6;
	font-size:1em;
}
#parliamone_input6 input {
	width:200px;
	color:#666666;
	font-size:1em;
	padding:2px;
}
#parliamone_input3 input {
	width:120px;
}
#parliamone_archivio {
	position:absolute;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	left:71px;
	top:169px;
	width:148px;
	height:24px;
	z-index:7;
}
/*
######## Footer
*/
#footer {
	position:relative;
	clear:both;
	text-align:right;
	padding:50px 50px 50px 0px;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
}
#footer a {
	color:#00CC99;
}
