/** Immagini in CSS **/
.sfondo-alto{
	background:url(../../images/bg_barra_alta_.jpg);
	background-repeat:repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	}
.ombra-sx{
	width:71px;
	height:491px;
	background:url(../../images/ombra_sx.jpg);
	background-repeat:no-repeat;
	}	
.ombra-dx{
	width:71px;
	height:491px;
	background:url(../../images/ombra_dx.jpg);
	background-repeat:no-repeat;
	}	

.footer{
	height:186px;
	background:url(../../images/footer.jpg);
	background-repeat:repeat-x;
	font-size: 15px;
	}	

.divisorio{
	height:1px;
	background:url(../../images/divisorio.jpg);
	background-repeat:repeat-y;
	}	
	
.bordo {
	border: 1px solid #cccccc;
}

.titoli {
	color: #000000;
	font-weight:200;
	padding-left:2px;
	font-style: italic;
	}
.contenuti {
	color: #000000;
	font-weight:normal;
	}
.menu {
	font-style: normal;
	color: #000000;
	padding-left:10px;
	padding-right:10px;
	}
a {
	color: #2A5D92;
	font-weight: normal;
	text-decoration: none;
}
	
a:visited {
	color: #2A5D92;
	font-weight: normal;
}
a:hover {
	color: #FF6600;
}
a:active {
	color: #2A5D92;
	font-weight: normal;
}
.contenuti_spazio {
	color: #000000;
	font-family: Calibri;
	padding-left:15px;
	}
	
/** linne tratteggiate **/

.linea-tratteggiata {
	height:1px;

	padding-bottom::3px;
	background-repeat:repeat-x;
	background-image: url(../../images/linea-tratt.jpg);
	background-position: center center;
	}	

.contenuti_light {
	color: #666666;
	font-weight:normal;
	font-family: Calibri;
	}	
.titoli_light {
	color: #666666;
	font-weight:bold;
	font-family: Calibri;
	}	
	
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color:#494949;
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	font-size: 14px;
}
.Stile1 {color: #FFFFFF}

/** CSS FORM **/
.form {
		border: 1px solid #cccccc;
		background-color:#f5cb89;
		font-size:12px;

}
.input_form{
	
	background-image:url(../../images/form/input_.png);
	background-repeat:no-repeat;
	width:200px;
	height:35px;
	padding-left:5px;
	text-align:left;
}
.erroreinput{
	background-image:url(../../images/input_error.png);
	background-repeat:no-repeat;
	width:200px;
	height:35px;
	padding-left:5px;
	text-align:left;
}

.bordi-imput{
border:0px;
}


.testo-header {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	font-size: 34px;
	font-weight: normal;
	color: #FFFFFF;
}

.testo-header-piccolo {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	font-size: 16px;
	font-weight:bold;
	color: #010101;
}
/** Menù 
a {
	font-size: 13px;
	color: #333333;
	font-weight: bold;
}
a:visited {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
a:link {
	text-decoration: none;
	font-weight: bold;
}**/

.titolo_sezione {
	border: 1px solid #cccccc;
	color: #B51E1E;
	font-size: 16px;
}
.testo_big {
	font-size: 25px;
}
#errore{
	color: #B51E1E;
	font-weight:bold;
}
