@charset "utf-8";
/* CSS Document */

html,body{
    height:100%;
    margin:0;
}

body{
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
} 

/* HEADER  Inizio */
		#header_totale {
			height: 195px;
			margin: 0px;
			padding: 0px;
			background-image:url(_img/head/head_bg.jpg);
		
		}
		
		
		#header{
		
			padding:0px;
			width:1010;
			min-width:1010px;
			margin: auto;
			margin-top: 0px;
			margin-bottom: 5px;
		}
/* HEADER Fine */


#supercontenitore{
    width: 100%;
	height: 100%;


}

#contenitore{
    width: 1000px;

	margin:auto;
	padding:0px;

}



#colonna1{
    float: right;
    width: 120px;
	margin: 0px 10px 20px 12px;
	background-image:url(img/fondo_sfumato.jpg);
	background-repeat:repeat-x;
}

html>body #colonna1{
	margin-left:24px;
}

#colonna2{
    float: right;
    width: 300px;
}

#contenuti{
font-size:small;
line-height:1.5;
margin: 0px 440px 0px 0px;
background-image:url(_img/main_bg.jpg);
background-position:left;
background-repeat:repeat-y;
padding-left:20px;


}



#foot{
	width:953px;
	margin:auto;
	padding: 5px;
    clear: both;
	font-size: 11px;
	text-align:left;
	background-image:url(img/fondo_sfumato.jpg);
	background-repeat:repeat-x;
	background-repeat:repeat-x;
	border: 1px solid  #ACACAC;
}

#categoria {
text-decoration: none;
border-bottom-color: #E5E5E5;
border-bottom-style: solid;
border-bottom-width: 1px;
margin-top: 20px;
margin-left: 20px,
}

.titolo{
text-align:left;
color: #01353A;
font-size: xx-large;
font-weight:500;
text-decoration: none;
font-family:"Times New Roman", Times, serif;
line-height: 23pt;
}

.titolo_piccolo{
color: #01353A;
font-size: xx-large;
font-weight:500;
text-decoration: none;
font-family:"Times New Roman", Times, serif;
display: block;
line-height: 23pt;
}

#categoria a{
text-decoration: none;
display: block;
}

#categoria  a:hover{
color: #3333CC;
}
