/* ---------------------------- */
/* Body                        */
/* ---------------------------- */

body {
	margin: 0px;
	background-color:#FFFFFF;
}

/* ---------------------------- */
/* Testa                        */
/* ---------------------------- */

#header {
	width: 950px;
	margin-left: 50%;
	left: -475px;
	position: absolute;
	height: 112px;
	margin-top:5px;
	margin-bottom:5px;
}
#header_logo {
	float: left;
	width: 475px;
	height: 112px;
}
#header_lingua {
	float: left;
	width: 475px;
	height: 112px;
}

/* ---------------------------- */
/* Riga          */
/* ---------------------------- */

#riga {
	top: 122px;
	width: 100%;
	height:35px;
	margin-left: 0px;
	position: absolute;
	background:url(bg_riga.gif);
	background-repeat:repeat-x;
}

/* ---------------------------- */
/* Corpo (Contenitore)          */
/* ---------------------------- */

#contenuti {
	top: 157px;
	width: 950px;
	margin-left: 50%;
	left: -475px;
	position: absolute;
}

/* ---------------------------- */
/* Menu          */
/* ---------------------------- */

#menu {
	width: 950;
	height:50px;
	background:url(crn_mn_bg.gif);
	background-repeat:repeat-x;
}
#menu_start {
	width:30px;
	heigt:50px;
	float:left;
}
#menu_voci {
	margin-top:10px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#menu_sep {
	width:20px;
	heigt:50px;
	float:left;
}
#menu_stop {
	width:30px;
	heigt:50px;
	float:right;
}

/* ---------------------------- */
/* Contenuti          */
/* ---------------------------- */

#SX {
	width: 475px;
	float:left;
}

/* Box Servizi in evidenza */

#box {
	width: 455px;
	height:230px;
	background:url(box_bg.gif);
	background-repeat:no-repeat;
	margin:10px 10px 10px 10px;
	display:inline;
	float:left;
}
#box_intro {
	width: 455px;
	height:500px;
	background:url(intro_bg.gif);
	background-repeat:no-repeat;
	margin:10px 10px 10px 10px;
	display:inline;
	float:left;
}

#box_cnt {
	width: 415px;
	margin:20px 20px 20px 20px;
	display:inline;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:15px;
	color: #000000;
}

/* BOX Testi */
#box_txt_extended {
	width: 455px;
	margin:10px 10px 10px 10px;
	display:inline;
	float:left;
}
#box_txt_extended_cnt {
	width: 435px;
	margin:10px 10px 10px 10px;
	display:inline;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:18px;
	color: #000000;
}

/* Box Servizi */

#box_txt_srv {
	width: 455px;
	height:200px;
	margin:10px 10px 10px 10px;
	display:inline;
	padding-bottom:10px;
	float:left;
	border-bottom:1px dotted #999999;	
	}
	
/* Box Links */

#box_txt_link {
	width: 455px;
	height:100px;
	margin:10px 10px 10px 10px;
	display:inline;
	padding-bottom:10px;
	float:left;
	border-bottom:1px dotted #999999;	
	}	
	
/* Visualizzazione estesa */

#SX_extended {
	width: 950px;
	float:left;
}

#box_txt_extended2 {
	width: 930px;
	margin:10px 10px 10px 10px;
	display:inline;
	float:left;
}
#box_txt_extended_cnt2 {
	width: 910px;
	margin:10px 10px 10px 10px;
	display:inline;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:18px;
	color: #000000;
}

#box_txt {
	width: 455px;
	height:230px;
	margin:10px 10px 10px 10px;
	display:inline;
	float:left;
}

/* ---------------------------- */
/* STILE DEI TESTI          */
/* ---------------------------- */
.titolo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#666666;
	font-weight:bold;
}
.titolo_prev {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color:#FF6600;
	font-weight:bold;
}
.testo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

/* Links          */
/* ---------------------------- */
a:link {
	color:#009933;
}
a:visited {
	color: #009933;
}
a:hover {
	color:#006633;
}
a:active {
	color: #009933;
}
/* Links menu          */
/* ---------------------------- */
.a2:link {
	color:#000000;
	text-decoration:none;
}
.a2:visited {
	color: #000000;
	text-decoration:none;
}
.a2:hover {
	color:#009933;
	text-decoration:none;
}
.a2:active {
	color: #000000;
	text-decoration:none;
}