/*============================== pagina generale - sfondo e carattere ==============================*/

body {
	background-color: #BFC1C4;
	margin: 0px;
	padding: 0px;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 12px;
	text-align: center;
	}

#contenitore {
    background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #3B3B3B;
	width: 800px;
	margin: 5px auto;
	position: relative;
	text-align: left;
    color: #0F4885;
    font-family: arial,verdana,sans-serif;
    font-size: 10pt;
    height: 100%;
    padding: 0px 0px;
    }
    
#contenitore	a:link 		{color: #0F4885; text-decoration: none; font-weight: bold;}
#contenitore	a:visited	{color: #0F4885; text-decoration: none; font-weight: bold;}
#contenitore	a:hover		{color: #0F4885; text-decoration: underline; font-weight: bold;}

#breadcrumbs {
    color: #333333;
    font-size: 0.85em;
    text-align: left;
	}

#breadcrumbs 	a:link 		{color: #0F4885; text-decoration: underline; font-weight: bold;}
#breadcrumbs 	a:visited	{color: #0F4885; text-decoration: underline; font-weight: bold;}
#breadcrumbs 	a:hover		{color: #fff; text-decoration: underline; font-weight: bold; background-color:#095197; }

/*========================header =====================*/
div#header {
	background-image: url('../immagini/header.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #fff;
	margin: 0px auto;
	height: 293px;
	text-align: left;
    color: #fff;
	}

#img_logo {
	padding: 0px 0px 100px 0px;
	margin: 10px 0px 0 10px;
	font-weight: bold;
	text-align: left;
	}

#header #txt {
	padding: 0px 0px 00px 70px;
    font-size: 22px;
    font-weight: bold;
	}
/*======================== contenuto =====================*/
#contenuto {
    background: none repeat scroll 0 0 #FFFFFF;
	margin: 5px auto;
	text-align: left;
    color: #0F4885;
    font-family: arial,verdana,sans-serif;
    font-size: 10pt;
    padding: 10px 20px 20px;
    }

div.txt_dx {
	font-size: 12px;
	color: #D06F02;
	padding: 10px 0 0 0;
	margin: 10px 0 0 0;
	font-weight: bold;
	text-align: right;
	}

.txt_dx	a:link 		{color: #D06F02; text-decoration: none;}
.txt_dx	a:visited	{color: #D06F02; text-decoration: none;}
.txt_dx	a:hover		{color: #D06F02; text-decoration: underline; }


/*======================== lista =====================*/
 ul {
	list-style: none;
	margin: 0 0 0 15px;
	padding: 0;
	}

ul li {
	margin: 0;
	padding: 5px 0 0px 0!important;
	padding: 5px 0 5px 0px;
	}

ul li a {
	text-decoration: none;
	font-weight: bold;
	}

ul li a:hover {
	color: #D06F02;
	text-decoration: underline;
	}
	
/*-------------- piedipagina -----------------*/

div#footer {
    background: none repeat scroll 0 0 #FFFFFF;
    border-top: 1px solid #7A7A7A;
    color: #095197;
	display: block;
    margin: 120px auto 0;
    padding: 15px 10px 0px 20px;
    text-align: left;
	font-size: 11px;
  }

#footer 		a:link		{color: #095197; text-decoration: none;}
#footer 		a:visited	{color: #095197; text-decoration: none;}
#footer 		a:hover		{color: #095197; text-decoration: underline;}