/* CSS 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, images, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
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-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
/* vertical-align: baseline;   */
}
/* remember to define focus styles! 
:focus {
outline: 0;
}
body {
line-height: 1;
color: black;
}
ol, ul {
list-style: none;
}
/* tables still need ‘cellspacing="0"’ in the markup */
table {
border-collapse: separate;
border-spacing: 0; 
vertical-align:top;

}
td,tr{
padding:1px;
font-family:Arial;
font-size:12px;
color:#fff;
}
caption, th, td {
text-align: left;
font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}

/**********************************************************************/
body {
margin-top:0px;
padding:0;
background-color:#f6f6f6;
}

p
{
	color:#616161;
	font-family: verdana;
	font-size: 10px;
	line-height:1.2em;

	
}
a {
color:#0068b0;
font-family: arial;
font-size: 18px;
text-decoration:none;

}
a:hover {
color:#014371;
text-decoration:underline;
}

.break
{
	clear: both;
}

h1
{
	font-family: verdana;
	font-size: 12px;
	color:#578AA5;
	text-align:left;
}

#container{
	margin:auto;
	text-align: left;
	width:939px; 
	background-color:#fff;
	padding:15px;
	margin-bottom:10px;
	margin-top:10px;
	/*border:1px solid #ffff00;*/
}

/*********************************************************************/


/*** header ***************************************************/

#header { 
		background-color:#fff;

	/*border:1px solid #ff9900;*/
}
.logo{
	float:left;
	background-image: url(images/header.png);
	background-repeat:no-repeat;
	text-align:center;
	width:811px;
	height:63px;
	padding-top:2px;	
	}



/******* centro **********************************/


#content { 
	text-align:left;
	margin-top: 15px;
	width:939px;

	/*border:1px solid #0000ff;*/
}
#bottoni{
	width:939px;

}
#col_sx{
	float:left;
	text-align:left;
	width:280px;
	padding:11px;
	background: #FFFFFF url(bg_col.png);
	margin-right:15px;


}
#col_centro{
	float:left;
	text-align:left;
	width:280px;
	padding:11px;
	margin-right:15px;
	background: #FFFFFF url(bg_col.png);
}
#col_dx{
	float:left;
	text-align:left;
	width:280px;
	padding:11px;
	background: #FFFFFF url(bg_col.png);
 
}
	.elenco
		{
			padding:5px;
			width:250px;
		}


	.elenco ul
	{
			list-style: none;
			margin-bottom: 5px;
}

	.elenco li
	{
		    font-family: arial;
			font-size: 14px;
			padding: 2px 14px ;
			background: transparent url(freccina.png) no-repeat center left;
	}
	.elenco li a 
	{
	    font-family: arial;
		font-size: 14px;
		color: #0068b0;
		text-decoration: none;
		font-weight:bold;
			
	}
	.elenco li.rosso
	{
		    font-family: arial;
			font-size: 14px;
			padding: 2px 14px ;
			background: transparent url(freccina2.png) no-repeat center left;
	}
	.elenco li a:hover 
	{
		color: #0068b0;
		text-decoration: underline;
			
	}
	.elenco li.rosso a
	{
	    font-family: arial;
		font-size: 14px;
		color: #EE1D23;
		text-decoration: none;
		font-weight:bold;
			
	}

	.elenco li.rosso a:hover 
	{
		color: #B40E12;
		text-decoration: underline;
			
	}
/*** footer ***************************************************/

#footer { 
	height:88px;
	padding-bottom: 5px;
	margin-top:10px;
	/**/border-top:1px solid #999;
}

	.footermenu{
		margin:0px;	
		color: #999;
	}
	
	.footermenu ul
	{
		list-style: none;
		padding-top:5px;
		text-align:left;
		margin: 0 auto;
		/*border: 1px solid #ff0000;*/
		margin-bottom:6px;
	}

	.footermenu li 
	{
		display: inline;
		padding: 1px 2px 0px 2px;
		margin-top:2px;
		/*border: 1px solid #66ccff;*/
		
	}


	.footermenu li a
	{
		color: #999;
		font-family: verdana;
		font-size: 9px;
		text-decoration: none;
		padding: 0 2px;
	
	}

	.footermenu li a:hover
	{
		color: #fff;
		font-family: verdana;
		font-size: 9px;
		text-decoration: underline;
		padding: 0 2px;
	}
 .cdweb{
 text-align: right; 
 margin-top:15px;
 padding-right:5px;
 
 }

 
/************************************************/

/*** stili testi ***************************************************/

.blu{
	font-family: verdana;
	font-size: 10px;
	color:#6a8fa2;
	text-decoration:none;
	text-align:left;

	}
.blu a{
	font-family: verdana;
	font-size: 10x;
	color:#001143;
	font-weight:bold;
	text-decoration:underline;
	}
.blu a:hover{
	font-family: verdana;
	font-size: 10px;
	color:#001143;
	font-weight:bold;
	text-decoration:underline;
	}
.rosso{
	font-family: verdana;
	font-size: 10px;
	color:#880904;
	font-weight:bold;
	text-align:left;

	}
