/* CSS Document */

/* BODY TEMPLATE */

html, body{
			background-image:url(../img/sfondo.png);
			background-repeat:repeat-x;
			margin:0px;
			background-color:#8e0000;
			}
			
.td_head{
			background-image:url(../img/head.png);
			background-repeat:no-repeat;
			border:0px;
			height:103px;
			}
			
.td_sx{
			background-image:url(../img/img_sx.png);
			background-repeat:no-repeat;
			width:34px;
			}
			
.td_dx{
			background-image:url(../img/img_dx.png);
			background-repeat:no-repeat;
			width:34px;
			}
			
.td_ombra{
			background-image:url(../img/ombra.png);
			background-repeat:no-repeat;
			height:8px;
			}
			
.table_contenitore{
			height:200px;
			width:739px;
			}
.table_menuDown{
			height:30px;
			width:739px;
			}			
.td_space_contenitore{
			width:34px;
			background-color:#666666;
			}
.td_interno_contenitore{
			width:671px;
			background-color:#333333;
			}


/* TXT */
			
.txt_10_bold_white{
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font-size:10px;
				font-weight:bold;
				color:#FFFFFF;
					}
					
.txt_10_white{
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font-size:10px;
				color:#FFFFFF;
					}
					
.txt_9_white{
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font-size:9px;
				color:#FFFFFF;
					}
.titoli {
	font-family: Verdana;
	font-size: 13px;
	color: #FFFFFF;
	text-align: left;
}
.txt_contenuto {
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
	text-align: justify;
}

.txt_contenuto_bold {
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
	text-align: justify;
	font-weight: bold;
}
			
			
			
/* LINK */			
			
a.menuHead:link {color: #ffffff; font-family: Verdana; font-weight: bold; font-size: 10px; text-decoration: none; text-align: center;}

a.menuHead:visited {color: #ffffff; font-family: Verdana; font-weight: bold; font-size: 10px; text-decoration: none; text-align: center;}

a.menuHead:active {color: #ffffff; font-family: Verdana; font-weight: bold; font-size: 10px; text-decoration: none; text-align: center;}

a.menuHead:hover {color: #CCCCCC; font-family: Verdana; font-weight: bold; font-size: 10px; text-decoration: none; text-align: center;}





a.menuDown:link {color: #ffffff; font-family: Verdana; font-size: 10px; text-decoration: none; text-align: center;}

a.menuDown:visited {color: #ffffff; font-family: Verdana; font-size: 10px; text-decoration: none; text-align: center;}

a.menuDown:active {color: #ffffff; font-family: Verdana; font-size: 10px; text-decoration: none; text-align: center;}

a.menuDown:hover {color: #CCCCCC; font-family: Verdana; font-size: 10px; text-decoration: none; text-align: center;}




a.link_contenuti:link {color: #ffffff; font-family: Verdana; font-size: 10px; text-decoration: none; text-align: justify;}

a.link_contenuti:visited {color: #ffffff; font-family: Verdana; font-size: 10px; text-decoration: none; text-align: justify;}

a.link_contenuti:active {color: #ffffff; font-family: Verdana; font-size: 10px; text-decoration: none; text-align: justify;}

a.link_contenuti:hover {color: #CCCCCC; font-family: Verdana; font-size: 10px; text-decoration: none; text-align: justify;}




a.link_10_bold:link {color: #ffffff; font-family: Verdana; font-size: 10px; font-weight: bold; text-decoration: none; text-align: justify;}

a.link_10_bold:visited {color: #ffffff; font-family: Verdana; font-size: 10px; font-weight: bold; text-decoration: none; text-align: justify;}

a.link_10_bold:active {color: #ffffff; font-family: Verdana; font-size: 10px; font-weight: bold; text-decoration: none; text-align: justify;}

a.link_10_bold:hover {color: #CCCCCC; font-family: Verdana; font-size: 10px; font-weight: bold; text-decoration: none; text-align: justify;}




a.link_10_underline:link {color: #ffffff; font-family: Verdana; font-size: 10px; text-decoration: none; text-align: justify;}

a.link_10_underline:visited {color: #ffffff; font-family: Verdana; font-size: 10px; text-decoration: none; text-align: justify;}

a.link_10_underline:active {color: #ffffff; font-family: Verdana; font-size: 10px; text-decoration: none; text-align: justify;}

a.link_10_underline:hover {color: #CCCCCC; font-family: Verdana; font-size: 10px; text-decoration:underline; text-align: justify;}




/*FORM CONTATTI*/

.button {
	background-color: #990000;
	border: 1px solid #CCCCCC;
	padding: 0;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;}
	
.textfield { 
	border: 2px solid #ffffff;
	background-color: #222222;
	margin: 0;
	padding: 13;
	color:#FFFFFF;
	}
