/* CSS Document */

/*stili per il layout fisso con posizionamenti assoluti*/

html,body{
	margin: 0;
	padding:0;
	}
	
body{
	font-family: arial,sans-serif;
	font-size: 76%;
	text-align: center;	
	}

div#container{
	position:relative; 
	width: 839px;
	margin: 0 auto;
	text-align: left;
    border-left: 1px solid #000;
	border-right: 1px solid #000;
	background-color:#000000;
	

	}
	

/*stili generici, su header e footer*/

div#header{
	background-color:#000000;
	color: #ff0;
	width: 839px;
	height: 343px;
	
	}
	
h1,h2{
	margin: 0;
	padding:0;
	}
	
h1{
	padding-left:0.5em;
	font: bold 2.3em/80px arial,serif;
	}
	
h2{
	color: #999;
	font-size: 1.5em;
	}
	
div#footer a{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	

	}
	
div#footer a2{
	color: #fff;
	font-style: normal;
	text-decoration: none;
	

	}
	

/*stili specifici per il layout*/

div#colonnaDX{
	background-color:#000;
	position:absolute;
	top: 75px;
	right: 0;
	width: 200px;
	
	}

div#colonnaDXtitoli{
	background-color:#000;
	width: 188px;
	height: 20px;
    }

div#colonnaDXbox1{
	background-color: #CC3300;
	width: 188px;
	height: 268px;
	margin-left:10px;
	margin-bottom: 11px;
	}
	
div#colonnaDXbox2{
	background-color: #333333;
	background-image:url(IMAGES/box2gr.jpg);
	width: 188px;
	height: 380px;
	margin-left:10px;
	margin-bottom: 20px;
	}
	
div#colonnaDXbox2-txt{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	text-align: justify;
	color:#FFFFFF;
	width: 188px;
	padding-top:25px;
	margin-left:2px;
	margin-right:2px;
	}
	
div#colonnaDXbox3{
	background-color: #333333;
	background-image:url(IMAGES/box3gr.jpg);
	width: 188px;
	height: 350px;
	margin-left:10px;
	margin-bottom: 20px;


	}
	
div#colonnaDXbox4{
	background-color: #CC3300;
	width: 188px;
	height: 60px;
	margin-left:10px;
	margin-bottom: 20px;


	}
	
div#colonnaDXbox5{
	background-color: #CC0000;
	width: 188px;
	height: 40px;
	margin-left:10px;
	margin-bottom: 20px;


	}
	
div#colonnaDXbox6{
	background-color: #333333;
	width: 188px;
	height: 40px;
	border: 1px solid #CCCCCC;
	margin-left:10px;
	margin-bottom: 20px;


	}
	
div#content{
	background-color:#000;
	margin-right: 200px;
	padding-top: 10px;
	width: 638px;
	

	}
	
div#footer{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	text-align: left;
	background-image:url(IMAGES/IMAGE-footer-2.gif);
	color: #FFFFFF;
	width: 839px;
	height: 140px;
	

	}

div#footer-baseindirizzi{
	width: 839px;
	height: 90px;
	

}

div#footer-basefirme{
	font-size: 9px;
	width: 839px;
	margin-top: 30px;
	padding-left:10px;
	height: 15px;
	

}


#footer .left-col{
	text-align:left;
	width: 180px;
	float: left;
	margin-left: 10px;
	padding-top:10px;
}

#footer .left-col2{
	text-align:left;
	width: 180px;
	float: left;
	margin-left: 30px;
	padding-top:10px;
}

#footer .left-col3{
	text-align:left;
	width: 180px;
	float: left;
	margin-left: 27px;
	padding-top:10px;
}

#footer .left-col4{
	text-align:left;
	text-decoration: none;
	width: 190px;
	height: 85px;
	float: left;
	margin-left: 42px;
	padding-top:10px;
}

#footer .right-col{
	text-align:left;
	width: 220px;
	float: left;
	margin-left:20px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top:10px;
	text-align : left;
}

#footer a, #footer a:visited{
	font-style: normal;
	color: #ffffff;
	text-decoration: none;
}

/*stili per la convenzioni*/

div#convenzioni{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	text-align: left;
	color: #FFFFFF;
	width: 618px;
	height: 30px;
	padding-top:20px;
	padding-left:10px;
	padding-right:10px;
	}

#convenzioni .cella{
	text-align: center;
	float: left;
	width: 116px;
	height: 35px;
	background-color: #252525;
	margin-right:9px;
}

#convenzioni .cella-right{
	text-align: center;
	float: left;
	width: 116px;
	height: 35px;
	background-color: #252525;
}



/*stili per la navigazione*/

div#navigation ul{
	margin: 1em 0 1em 1em;
	padding: 0; 
	list-style-type: none;
	}
	
div#navigation li{
	margin: 0;
	padding: 0;
	}
	
div#navigation a{
	color:#369;
	font: normal bold 1.2em/1.6em arial,sans-serif;
	text-decoration: none;
	}
	
div#navigation a:hover{
	color: #033;
	text-decoration: none;
	}
	
div#navigation a#activelink{
	color: #033;
	text-decoration: none;
	}
	
a {
	color: #FFFFFF;
	text-decoration: none;
  }

a:hover {
		 color: #FF0000;
		 text-decoration: none;
		}


a.menu {
    color: #FFFFFF;
    font-size: 9px;
    text-decoration: none;
    }
  
a.menu:hover {
    color: #FF0000;
    font-size: 9px;
    text-decoration: none;
    }
    
    



/*stili per le tabelle vecchie*/

td { color: #000; font-size: 11px; font-family: Verdana, Arial, "Times New Roman" }

.cellanera { background-color: #000000 }
.cellagrigia { background-color: #333333 }

.testo { color: #cccccc; font-size: 10px; font-family: Verdana, Arial, "Times New Roman" }
.testo ul{ color: #cccccc; font-size: 10px; font-family: Verdana, Arial, "Times New Roman" }
.testo li{ color: #cccccc; font-size: 10px; font-family: Verdana, Arial, "Times New Roman" }
.testo a{
	color: #DB4028;
	font-size: 10px;
	font-family: Verdana, Arial, "Times New Roman";
	font-weight: bold;
	background-color: #000000;
}
.testo a:link{ color: #DB4028; font-size: 10px; font-family: Verdana, Arial, "Times New Roman"; font-weight: bold;
	background-color: #000000; }
.testo a:hover{ color: #DB4028; font-size: 10px; font-family: Verdana, Arial, "Times New Roman" ; font-weight: bold;
	background-color: #000000;}
.testo a:active{ color: #DB4028; font-size: 10px; font-family: Verdana, Arial, "Times New Roman" ; font-weight: bold;
	background-color: #000000;}
.testo a:visited{ color: #DB4028; font-size: 10px; font-family: Verdana, Arial, "Times New Roman" ; font-weight: bold;
	background-color: #000000;}


.cellaordini { color: #FFFFFF; font-size: 10px; font-family: Verdana, Arial, "Times New Roman";
	background-color: #DB4028; font-weight: bold }
.cellaordini ul{ color: #FFFFFF; font-size: 10px; font-family: Verdana, Arial, "Times New Roman";
	background-color: #DB4028; font-weight: bold }
.cellaordini li{ color: #FFFFFF; font-size: 10px; font-family: Verdana, Arial, "Times New Roman";
	background-color: #DB4028; font-weight: bold }
.cellaordini td{ color: #FFFFFF; font-size: 10px; font-family: Verdana, Arial, "Times New Roman"; font-weight: bold;
	background-color: #DB4028; }
.cellaordini p{ color: #FFFFFF; font-size: 10px; font-family: Verdana, Arial, "Times New Roman"; font-weight: bold;
	background-color: #DB4028; }







.testocopy { color: #999999; font-size: 10px; font-family: Verdana, Arial, "Times New Roman" }

.testocomune { color: #CCCCCC; font-size: 11px; font-family: Verdana, Arial, "Times New Roman" }
.testocomune ul{ color: #CCCCCC; font-size: 11px; font-family: Verdana, Arial, "Times New Roman" }
.testocomune li{ color: #CCCCCC; font-size: 11px; font-family: Verdana, Arial, "Times New Roman" }
.testocomune a{ color: #DB4028; font-size: 11px; font-family: Verdana, Arial, "Times New Roman"; font-weight: bold;
	background-color: #000000; }
.testocomune a:link{ color: #DB4028; font-size: 11px; font-family: Verdana, Arial, "Times New Roman"; font-weight: bold;
	background-color: #000000; }
.testocomune a:hover{ color: #DB4028; font-size: 11px; font-family: Verdana, Arial, "Times New Roman" ; font-weight: bold;
	background-color: #000000;}
.testocomune a:active{ color: #DB4028; font-size: 11px; font-family: Verdana, Arial, "Times New Roman" ; font-weight: bold;
	background-color: #000000;}
.testocomune a:visited{ color: #DB4028; font-size: 11px; font-family: Verdana, Arial, "Times New Roman" ; font-weight: bold;
	background-color: #000000;}
.testocomune input{ color: #000000; font-size: 11px; font-family: Verdana, Arial, "Times New Roman" }



.thin_bordeaux { color: #900; font-size: 10px; font-family: Verdana, Arial, "Times New Roman" }

.big_oliva              { color: #663; font-size: 12px; font-family: Verdana, Arial, "Times New Roman"; font-weight: bold }
.big_black { color: #000; font-size: 12px; font-family: Verdana, Arial, "Times New Roman"; font-weight: bold }
.medium_oliva   { color: #663; font-size: 11px; font-family: Verdana, Arial, "Times New Roman"; font-weight: bold }
.medium_grey  { color: #808080; font-size: 11px; font-family: Verdana, Arial, "Times New Roman"; font-weight: bold }
.big_white { color: #fff; font-size: 12px; font-family: Verdana, Arial, "Times New Roman"; font-weight: bold }
.medium_bordeaux    { color: #900; font-size: 11px; font-family: Verdana, Arial, "Times New Roman"; font-weight: bold }
.big_bordeaux   { color: #900; font-size: 12px; font-family: Verdana, Arial, "Times New Roman"; font-weight: bold }
.extra_big_bordeaux { color: #900; font-size: 16px; font-family: Verdana, Arial, "Times New Roman"; font-weight: bold }
.extra_big_black { color: #000; font-size: 16px; font-family: Verdana, Arial, "Times New Roman"; font-weight: bold }
.small_bordeaux   { color: #900; font-size: 10px; font-family: Verdana, Arial, "Times New Roman"; font-weight: bold }


.smallblack         { color: #000; font-size: 9px; font-family: Verdana, Arial, "Times New Roman"; font-weight: normal }
.smallblack a:visited  { color: aqua; font-size: 9px; font-family: Verdana, Arial, "Times New Roman"; font-weight: normal; background-color: black }
.smallblack a:link  { color: aqua; font-size: 9px; font-family: Verdana, Arial, "Times New Roman"; font-weight: normal; background-color: black }
.smallblack a:hover  { color: black; font-size: 9px; font-family: Verdana, Arial, "Times New Roman"; font-weight: normal; background-color: aqua }
.smallblack a:active { color: black; font-size: 9px; font-family: Verdana, Arial, "Times New Roman"; font-weight: normal; background-color: aqua }
.smallblack p { color: #000; font-size: 9px; font-family: Verdana, Arial, "Times New Roman"; font-weight: normal }
.smallblack td { color: #000; font-size: 9px; font-family: Verdana, Arial, "Times New Roman"; font-weight: normal }

.style10 { color: #DB4028; font-size: 11px; font-family: Verdana, Arial, "Times New Roman" }