body {
	background-image: url(images/fondo_body.gif);
	background-repeat: repeat-x;
	background-color: #F0F0F0;
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/************* STRUTTURA **********/
#contenitore {
	margin: 0 auto;
	width: 760px;
	}
	#testata {
		width: 760px;
		height: 73px;
		}
	#menu {
		height: 30px;
		background-image:url(images/fondo_menu.gif);
		}
	#corpo {
		background-image:url(images/fondo_corpo.gif);
		position: relative;
		height: auto !important;
		height: 500px;
		min-height: 500px;
		}
		#testi {
			width: 560px;
			}
		#colonna {
			width: 200px;
			position: absolute;
			top: 0;
			margin-left: 560px;
			}
	table.corpo {
		clear: both;
		width: 760px;
		background-image:url(images/fondo_corpo.gif);
		margin: 0;
		}
		td.testi {
			vertical-align: top;
			width: 560px;
			}
		td.colonna {
			vertical-align: top;
			width: 200px;
			}
	#piede {
		clear: both;
		background-image:url(images/piede.gif);	
		background-repeat: repeat-x;
		text-align: center;
		font-size: 9px;
		line-height: 400%;
		}
.clear { clear: both; visibility:hidden;}
/********* menu *******/
#menu ul {
	margin: 0 1px;
	padding: 0;
	list-style-type:none;
}
#menu li {
	float: left;
	margin: 0;
	padding: 0;
}
#menu a {
	display: block;
	padding: 8px 12px 9px 12px;
	color: #000;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	border-right: 1px solid #FFF;
}
#menu a:hover {
	color: red;
	background-color:#FFFFFF;
	background-image:url(images/menu_angolo.gif);
}
/************** ELEMENTI *************/
a.link1 {
	text-decoration: none;
	color: #0066CC;
	font-weight: bold;
	}
	a.link1:hover {
		color: #489FF7;
	}
img.linkata {
	border: 1px solid #0066CC;
	padding: 3px;
	background-color:#A2C3E6;
	}
	img.linkata:hover {
		background-color: #FFFFFF;
	}
.pad10 {
	padding: 10px;
	}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
.cellaverde {
	width: auto;
	padding: 5px;
	border: 1px solid green;
	margin: 10px 0;
	}
.cellarossa {
	width: auto;
	padding: 5px;
	border: 1px solid red;
	margin: 10px 0;
}
ul#categorie {
	padding: 0;
	margin: 0;
	list-style-type: none;
	}
	ul#categorie li {
		background-image:url(images/punto1.gif);
		background-repeat: no-repeat;
		background-position: 0 5px;
		margin: 0 0 2px;
		padding: 0 0 0 12px;
		}
	ul#categorie li:hover {
		background-image:url(images/punto2.gif);
		}
	ul#categorie a {
		text-decoration: none;
		font-size: 9px;
		color: #666;
		border-bottom: 1px solid #FFF;
		}
		ul#categorie a:hover {
			color: #000;
			border-bottom: 1px solid #FFF !important;
			border-bottom: 1px solid #BBB;
			}
a.grifo {
	text-decoration: none;
	font-weight: bold;
	color: #000;
	}
	a.grifo:hover { text-decoration: underline; }

