@charset "utf-8";
/* CSS Document */
/*********RESET***************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/*****************************/




body{
	margin:0 auto;
	margin-top:5px;
	margin-bottom:5px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	font-size:12px;
	background-image:url(../immagini/back.jpg);
	background-position:center top;

	}
	
	
	
#contenitore {
	
	width: 900px;
	margin:0 auto;
}


#header {
	
	width: 900px;
	float:left;
}

#testata {
	
	width: 900px;
	float:left;
	border-bottom:1px solid #666;
	padding-bottom:1px;
}


#box_menu{	width: 900px;
	float:left;

		background-color:#F2F2F2;
		/*padding-top:20px;*/
		padding-bottom:30px;

	}
#menu {
	width: 900px;
	float:left;
}


#boxcontenuto {
	
	width: 900px;
	float:left;
	margin-top:30px;
	border-top:1px dotted #666;
	margin-top:1px;
}



#boxcontenuto_home {
	
	width: 900px;
	float:left;
}



#boxcontenuto_pagina {
	
	width: 900px;
	float:left;
	margin-top:10px;
}



#boxcontenuto_pagina_sx {
	
	width: 630px;
	float:left;
	margin-right:20px;
	/*background-image:url(../include/images/bg.gif);
	background-repeat:repeat-x;
	background-position:bottom right;*/
}

#boxcontenuto_pagina_dx {
	
	width: 250px;
	float:left;
	background-color:#F6F5F3;
}

#boxcontenuto_pagina_dx_banner {
	
	width: 250px;
	float:left;
	background-color:#fff;
}


.boxcontenuto_pagina_dx_banner_m {
	
	width: 250px;
	float:left;
	background-color:#fff;
	margin-top:15px;
}


#boxcontenuto_pagina_sx p{
	margin-bottom:10px;
	margin-top:10px;
	line-height:17px;
}


#boxcontenuto_pagina_dx p{
	margin-bottom:10px;
	margin-top:0px;
	line-height:17px;
}


#boxcontenuto_pagina_sx h1{
	font-size:18px;
	background-image:url(../immagini/centro/h1.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	line-height:30px;
	color:#333;
}
.hunochiaro{
	color:#999;
	}
#boxcontenuto_pagina_sx h2{
	font-size:22px;
	text-align:left;
	padding-right:45px;
	margin-top:25px;
	margin-bottom:15px;
	border-bottom:1px dotted #ccc;}


#boxcontenuto_pagina_sx h3{
	font-size:14px;
	margin-top:25px;
	color:#999;
	text-align:left;
	padding-left:15px;
	background-image:url(../immagini/h3.gif);
	background-position:left;
	background-repeat:no-repeat;
}


#boxcontenuto_pagina_sx a, #boxcontenuto_pagina_dx a{
	background-image:url(../immagini/a.gif);
	background-position:right;
	background-repeat:no-repeat;
	padding-right:15px;
	color:#00A652;
	text-decoration:underline;
	font-weight:bold;}


#boxcontenuto_pagina_sx a:hover, #boxcontenuto_pagina_dx a:hover{
	background-image:url(../immagini/a_hover.gif);
	color:#201c71;
	text-decoration: none;
}

#boxcontenuto_pagina_dx a, #boxcontenuto_pagina_dx a:hover{
	background-image:none;
	font-weight:normal;}

#boxcontenuto_pagina_dx img{
	margin-top:10px;
	margin-bottom:10px;
}

#boxcontenuto_pagina_dx p, #boxcontenuto_pagina_dx h1{
	margin-left:20px;
	margin-right:10px;
}

#boxcontenuto_pagina_dx p.slogan{
	font-weight:bold;
	font-style:italic;
}

#boxcontenuto_pagina_dx h1{
	/*background-image:url(../immagini/dx/h1.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:20px;*/
}





#footer {
	
	width: 900px;
	float:left;
	border-top:5px solid #0CB14B;
	padding-top:5px;
	border-bottom:2px solid #ccc;
	padding-bottom:5px;
	margin-top:10px;
	
}


#footer_sx {
	
	width: 600px;
	float:left;
}

#footer_dx {
	
	width: 300px;
	float:left;
	background-image:url(../immagini/cfl_footer.jpg);
	background-position:right top;
	background-repeat:no-repeat;
}


#footer_dx p{
	margin-left:35px;
	
}

		/*stile generale delle liste*/
		#footer_sx ul{
		margin:0;
		padding:0;
		/*position: relative;*/
		height: 20px;
		width:100%;
		}
		/*stile generale dei list item*/
		#footer_sx li{
		list-style: none;
		float: left;
		padding:0 5px;
		}
		/*style generale dei link*/
		#footer_sx a{
		display:block;
		float:left;
		padding:0 15px;
		text-decoration:none;
		text-align: center;
		line-height: 20px;	
		background-color:#CCC;
		}
		#footer_sx ul :hover > a, #footer_sx ul a:hover{
		height:20px;
		/*border-top:5px solid #0CB14B;
		border-bottom:5px solid #0CB14B;*/
		line-height:20px;
		background-color:#666;
		color:#fff;
		}
		#footer_sx ul a{
		color: #333;
		}		
		




#footer_dx p{
	padding-right:50px;
}



#footer_due {
	
	width: 900px;
	float:left;
	padding-top:5px;
}


#footer_due_dx {
	
	width: 300px;
	float:left;
	text-align:right;
	
}


#footer_due_dx a{
	color:#999;
	text-decoration:underline;
	margin-left:5px;
}



#footer_due_dx a:hover{
	text-decoration:none;
	
}



#footer_due_sx {
	
	width: 600px;
	float:left;
	text-align:left;
	
}

#footer_due_sx a {
    background-image: none;
    color: #167E36;
    padding: 0;
    text-decoration: none;
}
#footer_due_sx a:hover {
    text-decoration: underline;
}








div.textimage {
    margin-bottom: 10px;
    margin-top: 10px;
}
div.textimage img#uno {
    border: 2px solid #CCCCCC;
    float: left;
	margin:0px 30px 0px 0px;
    padding: 5px;
}
img#pic {
    border: 2px solid #E8E8E8;
    float: left;
    margin: 2px 4px 2px 2px;
}
img#uno {
    border: 2px solid #CCCCCC;
    float: left;
    margin: 5px 20px 20px;
}
img#due {
    border: 2px solid #CCCCCC;
    float: right;
    margin: 0 15px 15px;
    padding: 5px;
}
div.clearer {
    clear: left;
}



#statuto {
	width:350px;
	float:left;
	padding-top:10px;
	line-height:30px;
	margin-bottom:20px;
	}
#statuto2 {
	width:270px;
	float:left;
	padding-top:10px;
	line-height:30px;
	margin-bottom:20px;
	/*background-image:url(../immagini/statutoman.gif);
	background-position:bottom right;
	background-repeat:no-repeat;*/

}


a.pdf{
	background-image:url(../immagini/pdf.gif);
	padding-right:20px;
	text-transform:uppercase;}


/*.telefono{
	background-image:url(../immagini/telefono.png);
	padding-left:20px;
	background-repeat:no-repeat;
	background-position:left;}
*/

#boxcontenuto_pagina_sx a.email{
	background-image: none;}
	
	
#meta{
	width:280px;
	float:left;}	
	

