/* CSS Document */
html{
	margin:0px;
	padding:0px;
	background-color:#EFEFE7;
	background-image: url("img/home_sf.jpg");
	background-repeat:repeat-x;}
html img{
	border:none;}
body{
	width:100%;
	font-family:   Arial, verdana, Helvetica, sans-serif;
	font-size:70%;
	margin:0px;
	padding:0px;
	color:#666666;}
body a{
		color: #702137;
	}
td {
	vertical-align: top;
	}

/*-------------------Utils------------------*/
.clear{	clear:both;}

/*-------------------struttura------------------*/
#struttura{
	position:relative;
	width:945px;
	padding:0px 0px;
	margin:0px auto;
	}
#struttura:after {
	content: ""; 
	display: block; 
	height: 0; 
	clear: both;}


#navigazione{
	color: #ffffff;
	font-size:110%;
	margin: 10px 0px;
	}

#navigazione A{
	color: #ffffff;
	margin: 0px 5px;
	text-decoration: none;	}
	
#struttura-corpo {
	background-color: #ffffff;
	margin-top: 10px;
	}
#colonna-dx {
	width:222px;
	text-align: center;
	border-left: 5px solid #E6E6E6;
	}

#bottom {
	background-color:#C0C0A5;
	}

#interno{
	width:700px;
	text-align: left;
	}
#interno-tit{	
	border-bottom:#C0C0A5 solid 5px;
	padding: 8px 10px;
	background-color:#EFEFE7;
	color:#702137;
	font-family: georgia;
	font-weight: bold;
	font-size:130%;
}
.contenuto-slot-interno{
	padding: 10px;
	text-align: left;
	}
.contenuto-slot-interno IMG{
	float: right;
	margin-left: 10px;
		}
.attivita {
	width:98%;
	margin-bottom: 10px;
		}
.attivita TD{
		border-top:#C0C0A5 solid 3px;
		padding: 5px;
		}
.attivita-tit {
	padding: 8px 10px;
	background-color:#EFEFE7;
	color:#702137;
		font-weight: bold;
		}
.attivita A{
		font-weight: bold;
		}
/*-------------------HOME------------------*/
.contenuto-slot{
	border-bottom: 2px solid #ffffff;
	padding: 10px;
	text-align: left;
	}
.contenuto-slot IMG{
	float: left;
	margin-right: 10px;
		}
#slot-eventi {
	width:400px;
	background-color:#F9F5F6;
	margin-bottom: 10px;
	border-bottom: 8px solid #DED8DA ;
	}
#slot-eventi H1{
	color: #702137;
	font-family: georgia;
	font-size: 120%;
	}
#slot-rubriche {
	width:400px;
	background-color:#F8F4EB;
	margin-bottom: 10px;
	}
#slot-rubriche H1{
	color: #686765;
	font-family:  georgia;
	}
#slot-appuntamenti {
	width:270px;
	background-color:#DDFAE2;
	margin-bottom: 10px;
	border-bottom: solid 5px #BCD9AF;
	}
#slot-appuntamenti H1{
	color: #275318;
	font-family:  georgia;
	font-size: 120%;
	}
#slot-infovino {
	width:270px;
	background-color:#F2F6FF;
	margin-bottom: 10px;
	border-bottom: 5px solid #6C737D;
	}
#slot-delegazioni {
	width:210px;
	background-color:#EFEFE7;
	margin-bottom: 10px ;
	border-bottom: 5px solid #CCCCB3;
	}
#slot-delegazioni A {
	color: #666666;
	text-decoration: none;
	}
#slot-links {
	width:210px;
	background-color:#F9F5F6;
	margin-bottom: 10px;
	border-bottom: 8px solid #DED8DA ;
	}
/*-------------------FORMATTAZIONI------------------*/
H1{
	margin:0px;
	padding:0px;
	font-size:100%;
		}