body {
    background: #d7dfe4 url("images/sfondo.jpg");
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 5px; 
	margin-bottom: 0px; 
	margin-right: 0px; 
	margin-left: 0px;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	color:#545451;
	text-decoration: none;
	font-weight: normal;	
}

/*---------------------------------------- DIV -------------------------------------------*/

#container {
	background: url("images/container.png");
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-position: center top;
	width: 985px;
	border: 0px solid red;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	color:#545451;
}

#container_home {
	background: url("images/container_home.png");
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-position: center top;
	width: 985px;
	border: 0px solid red;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	color:#545451;
}

#container_top {
	background: url("images/container_top.png");
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	width:985px;
	border: 0px solid red;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	color:#545451;
}

#container_bottom_home {
	background: url("images/container_bottom_home.png");
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 985px;
	border: 0px solid red;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	color:#545451;
}

#top {
	background: url("images/top.png");
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 985px;
	height:252px;
	border: 0px solid red;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	color:#545451;
}

#sx {
	float:left;
	background: url("images/sx_sfondo.png");
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	border: 0px solid #000;
	width:243px;
	padding: 0px;
	padding-top: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
	color:#545451;
}

#news {
	float:right;
	border: 0px solid #000;
	width:175px;
	padding: 0px;
	padding-top: 0px;
	padding-right: 10px;
	margin-bottom: 0px;
	color:#545451;
}

#sedi {
	background: url("images/sedi_sfondo.png");
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	border: 0px solid #000;
	width:243px;
	padding: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right:0px;
	padding-bottom:20px;
	margin: 0px;
	color:#545451;
}

#center_home{
	border: 0px solid red;
	margin: 0px;
	margin-left: 243px;
	margin-right: 185px;
	padding: 0px;
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

#center{
	border: 0px solid red;
	margin: 0px;
	margin-left: 243px;
	padding: 0px;
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
}

#news_testo {
   border: 0px solid red;
   padding-top: 10px;
   padding-left:8px; 
   padding-right:8px;
   padding-bottom:35px;
   color:#263c4a;
}

#bottom {
	background: url("images/bottom.png");
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	border: 0px solid red;
	clear: both;
	float: inherit;
	width: 985px;
	height: 61px;
	padding: 0px;
	padding-top: 0px;
	margin-top: 0px;
	color:#fff;
}

#linea_home_new{
	position:relative;
	width:150px;
	height:41px;
	background-color:#000000;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

/* -------------- Class MENU --------------- */

ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-left:20px;
}

ul li{
	margin-bottom: 10px;
}

ul#menu {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul#menu {
	width: 235px;
	margin-top: 1px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:15px;
}

ul#menu li{
	margin: 0px;
}

ul#menu li a {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	color:#545451;
	font-weight: normal;
	text-decoration: none;
	/*voice-family: "\"}\"";*/
	voice-family: inherit;
	height: 20px;
}

ul#menu li a:link, #menu li a:visited {
	color: #545451;
	display: block;
	background: url(images/menu.png);
	padding: 8px 0px 0px 45px;/*top-right-bottom-left*/
}

ul#menu li a:hover, #menu li #current, #menu li #active {
	color: #019adb;
	background: url(images/menu.png) 0 -26px;
	padding: 8px 0px 0px 45px;
}

ul#menu li a:active {
	color: #019adb;
	background: url(images/menu.png) 0 -26px;
	padding: 8px 0px 0px 45px;
}

/* -------------- Tag Html --------------- */

a:link,
a:active,
a:visited,
a:hover{
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	text-decoration: none;
}

a:hover{
	text-decoration:underline;
}

/*
hr{
	color: #B7B8B9;
	background-color: #B7B8B9;
	height: 1px; 
	border: 0;
	width: 100%;
}*/

img{
	margin: 0px;
	padding-left: 0px;
	padding: 0px;
}

a img{
	border:none;
} 

table{
	 text-align: left;
	 font: 12px Tahoma, Arial, Verdana, Helvetica, sans-serif;
	 color:#000; 
}

h1{
	margin:0px;
	font-size:3em;
	font-style:normal;
	font-weight:bold;
	color:#911424;
}

h2,h3,h4{
	margin:0px;
	font-size:1em;
}

/* -------------- stili generici --------------- */

.class_form {
    padding: 0px;
	margin: 0px;
}

.linea{
	border-top: 1px solid #666666;
}

.class_img{
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.class_img2{
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.class_img3{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.img_sx {
	padding-left: 0px;
	padding-right: 8px;
	padding-top: 3px;
	padding-bottom: 5px;
	float:left;
}
	
.img_dx {
	padding-left: 8px;
	padding-right: 0px;
	padding-top: 3px;
	padding-bottom: 30px;
	float:right;
}

.contorno_img {
    border: 1px solid #CC9901;
}

.contorno{
	border: 1px dashed #996633;
}

.bugfix {display : none}

.alt,.navigazione{display:none}

.bottone_form{
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background-color: #034EA2;
	text-decoration:none;
	font-variant:normal;
}

/* -------------- Testo --------------- */

.testo {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	text-decoration: none;
	font-weight: normal;
	text-align: justify;
}

a.testo:visited { color:#305e92; text-decoration: underline; }
a.testo:link { color:#305e92; text-decoration: underline; }
a.testo:hover { color:#305e92; text-decoration: underline; }

.titolo {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#0c3868;
	text-decoration: none;
	font-weight: bold;
}
a.titolo:visited { color:#0c3868; text-decoration: none; }
a.titolo:link { color:#0c3868; text-decoration: none; }
a.titolo:hover { color:#0c3868; text-decoration: underline; }

.titolo_news {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#4ea1cd;
	text-decoration: none;
	font-weight: bold;
}

a.titolo_news:visited { font-size:12px; color:#4ea1cd; text-decoration: none; }
a.titolo_news:link { font-size:12px; color:#4ea1cd; text-decoration: none; }
a.titolo_news:hover { font-size:12px; color:#4ea1cd; text-decoration: underline; }

.testo_bianco {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
	text-decoration: none;
	font-weight: normal;
}

a.testo_bianco:visited { color:#fff; font-weight: bold; text-decoration: underline; }
a.testo_bianco:link { color:#fff; font-weight: bold; text-decoration: underline; }
a.testo_bianco:hover { color:#fff; font-weight: bold; text-decoration: underline; }

/* ----------------------------- */	

ul.trattino{
	list-style-image: url(../images/linea.png);
}

.sottotitolo { color:#409DF9}