/*@charset "utf-8";*/
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/sfondo.jpg);
	background-repeat: repeat-x;
	background-color: #F2F2F2;
	font-family: Arial, Helvetica, sans-serif;
}

.contenitore_tot {
	width: 100%;
	top: 0px;
	margin-top:0px;
	position: absolute;
	
}

.contenitore_centrale {
	width: 755px;
	height: 100%;
	margin:auto;
	
}

/*stili del menu */
div#menu{
	width: 755px;
	height: 25px;
	padding-top:57px;
}
ul#nav,ul#nav li{list-style-type:none;margin:0;padding:0}
ul#nav{width:755px;background: #8ACDAC}
ul#nav li{float:right;margin-right: 3px;text-align: center}
ul#nav a{
	float:left;
	width: 65px;
	background: #A9D8BE;
	text-decoration:none;
	color: #919191;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B7DDCA;
}
ul#nav a:hover{background: #808080;color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #808080;
}
ul#nav li.activelink a,ul#nav li.activelink a:hover{background: #FFF;color: #003}


/*Parte sinistra*/

.celle_tabella{
	border: 1px solid #999999;
	background-color: #FFFFFF;
	padding:3px;
}

.div_sx{
	background-color: #E3E3E3;
	width:221px;
	padding-top:4px;
	padding-bottom:10px;	
}
.contenitore_menu_sx{
	width:205px;
	margin-top:8px;
	padding-top:3px;
	padding-bottom:3px;
	background-color: #FFFFFF;
	color: #666666;
}
.titolo_menu_sx{
	width:190px;
	height:20px;
	padding-left:11px;
	padding-top:7px;
	margin-bottom:4px;
	background-color: #B3B3B3;
	text-align: left;
	font-size: 14px;
	color: #FFFFFF;
	font-weight:bold;
}
.sottotitoli_menu_sx1{
	width:180px;
	padding-left:21px;
	padding-top:4px;
	padding-bottom:3px;
	background-color: #A7D6BE;
	margin-top:3px;
	text-align: left;		
}
.sottotitoli_menu_sx2{
	width:180px;
	padding-left:21px;
	margin-top:3px;
	padding-top:4px;	
	padding-bottom:3px;
	background-color: #D0E4D6;
	text-align: left;	
}
a , a:visited{
	font-size: 11px;
	color: #666666;
	text-decoration: none;	
}
a:hover{
	text-decoration: underline;	
}




/*Parte destra*/
.div_dx{
	background-color: #D0E4D6;
	width:514px;
	padding-top:8px;
	padding-bottom:10px;
}
.immagine{
	width:498px;
	background-color: #B3B3B3;
	border: 1px solid #B3B3B3;
	margin-bottom:5px;
}
.contenitore_contenuto{
	width:458px;
	padding:20px;
	border: 1pt solid #B3B3B3;
	background-color: #FFFFFF;
	font-size: 12px;
	text-align: left;
	text-align:justify;
	min-height: 200px; /* Interpretata dai browser aderenti agli standard */
	height: auto !important; /* Interpretata dai browser aderenti agli standard */
	height: 200px; 
}
.titolo_sezione{
	font-size: 14px;
	text-transform: uppercase;
	color: #80CAA5;
	padding-bottom:20px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

/*Generale*/
.prestazione{
	
	border: 1px solid #B3B3B3;
	
}

.linea_divisoria{
	background-image: url(../images/prestazioni/linea.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

.cella_label_form{
	width: 100px;
	padding-left: 40px;
	padding-right:20px;
	height: 23px;
	color: #666666;
	font-weight: bold;
	vertical-align: top;
	padding-top:7px;
	text-align: right;	
}
.cella_Txt_form{
	width: 280px;
	vertical-align: top;
	height: 30px;
	
	
}

/*Default*/

.contenitore_index{
	width:205px;
	padding:3px;
	background-color: #FFFFFF;
	color: #666666;
	border: #E3E3E3 solid 1px;
	font-size: 11px;
	text-align:justify;
}

.titolo_index{
	height:20px;
	padding-left:11px;
	padding-top:7px;
	margin-bottom:4px;
	background-color: #A7D6BE;
	text-align: left;
	font-size: 14px;
	color: #FFFFFF;
	font-weight:bold;
}

.titolo_index a{
	font-size: 14px;
	color: #FFFFFF;
	font-weight:bold;
}

.scorrevole
{
	position: relative;
	overflow: hidden;
	height: 120px;
	}


