body {
	font-family: Arial,sans-serif;
}
/* LAYOUT TABELLA */
#layout {
	margin: 10px auto;
	width: 750px;
	height: 500px;
	background-color: rgb(225,225,225);
	border-collapse: collapse;
	border: 1px solid rgb(0,0,0);
}

/* MENU TOP */
#navcontainer {
	margin: 0 0 0 10px;
	padding: 0;
	height: 40px;
}
#navcontainer ul {
	padding-left: 0;
	margin-left: 0;
	margin-top:10px;
	background-color: rgb(191,191,191);
	color: rgb(0,0,0);
	float: left;
	width: 100%;
	height: 20px;
	font-size: 10px;
	border-left: 1px solid rgb(0,0,0);
}
#navcontainer ul li { display: inline; }
#navcontainer ul li a {
	height: 20px;
	padding: 0em 1em;
	background-color: rgb(191,191,191);
	color: rgb(0,0,0);
	text-decoration: none;
	float: left;
	border-right: 1px solid rgb(0,0,0);
}
#navcontainer ul li a:hover {
	color: rgb(255,0,0);
}
#active {
	color: rgb(255,255,255);
}
/* IMPOSTAZIONI GENERICHE */
img {
	border: 0;
}
/* LINK HOME */
.link_home a {
	text-decoration: none;
	color: rgb(0,0,0);
}
.link_home a:hover {
	color: rgb(255,0,0);
}
.linkvisita a {
	text-decoration: none;
	color: rgb(0,0,0);
}
.linkvisita a:hover {
	color: rgb(255,0,0);
}
a.back:link,a.back:visited,a.back:hover {
	text-decoration:none;
	font-size:12px;
	color:#000;
}