/* CSS Document */

html,body
{
	border: 0px;
	padding: 0px;
	margin: 0px;
	background-image: url(img/sfondo_sfumato.gif);
	background-repeat: repeat-x;
	background-color:rgb(255, 242, 230);
}


.sfondo
{
	background-color: rgb(255, 255, 255);
	width: 760px;
	top: -5px;
	left: -5px;
	position: relative;
	border-top-color:rgb(0, 0, 0);
	border-top-style:solid;
	border-top-width:1px;
	border-left-color:rgb(0, 0, 0);
	border-left-style:solid;
	border-left-width:1px;
	border-bottom-color:rgb(0, 0, 0);
	border-bottom-style:solid;
	border-bottom-width:2px;
	border-right-color:rgb(0, 0, 0);
	border-right-style:solid;
	border-right-width:2px;
}

.ombra
{
	position:relative;
	width: 760px;
	margin-top: 20px;
	margin-bottom: 20px;
	/*background-color: rgb(46, 0, 46);*/
}

/*Menu in alto*/

.menu_norm
{
	font-size: 14px;
	border-color: rgb(204, 102, 0);
	border-style:solid;
	border-width:1px;
	margin:2px;
	padding:1px;
	background-image:url(img/sfondo_arancio_small.jpg);
	background-repeat:repeat-x;	
}

.menu_over
{
	font-size: 14px;
	border-color: rgb(204, 102, 0);
	border-style:solid;
	border-width:1px;
	margin:2px;
	padding:1px;
	background-image:url(img/sfondo_arancio_small2.jpg);
	background-position:bottom;
	background-repeat:repeat-x;	
}

/*Contenuti*/

.descrizione
{
color:#666699;
text-align:justify;
font-size:13px;
padding: 10px;
}

/* Link a:active, a:hover, a:link(non visitati) e a:visited. */
a:active  /*Hover su non visitati*/
{
	text-decoration: underline;
	color: rgb(166, 0, 166);
}
a:hover
{
	text-decoration: underline;
	color: rgb(166, 0, 166);
}
a:link
{
	text-decoration: underline;
	color: rgb(166, 0, 166);
}
a:visited
{
	text-decoration: underline;
	color: rgb(166, 0, 166);
}

