/* style.css: stile generale per le pagine utente          */


/*-------------------------------------- GENERALE */
body {	margin:0px;
	border:0px;
	padding:0px;
	background-color: #c9ab91;
	text-transform: none;
	text-decoration: none;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #6D614F;
	}
td {	width:auto;
	margin:0px;
	border:0px none;
	padding:0px;
	background-color:transparent;
	background-image:none;
	text-align:center;
	vertical-align:top;
	}
h1 {	margin-top: 30px;
	font-size: 18px;
	font-weight: bold;
	color: #74583D;
	}
h2 {	font-size: 12px;
	font-weight: bold;
	}
a:link, a:visited {
	color: #886C5C;
	text-decoration: none;
	}
a:hover {
	color: #BF9881;
	text-decoration: none;
	}
input, textarea, select, checkbox {
	margin: 1px;
	border: 1px solid #695347;
	background-color: #886C5C;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	}
option {
	color: #000000;
	}
input:focus, textarea:focus {
	background: #E7E7E7;
	color: #000000;
	}
ul {
	margin-top: 0px;
	padding-top:0px;
	}
ul li {
	font-size: 10px;
	}
pre {
	font-size:10px;
	}

/*--------------------- TITOLO */
div#title_web {
	width:100%;
	margin: 0px;
	border: 0px none;
	border-bottom: 1px solid #000000;
	padding: 10px;
	background-color: #FFFDE2;
	}

/*------------------- COLONNA SINISTRA */
div#colonna_sx {
	float: left;
	width:200px;
	min-height:600px;
	margin: 10px;
	margin-left: 0px;
	border: 1px solid #000000;
	border-left: 0px none;
	padding: 10px;
	background-color: #FFFDE2;
	}

/*------------------- PAGINA */
div#pagina {
	width: 900px;
	margin-left: 250px;
	text-align: justify;
	}

/*------------------- PAGINA */
div#copyright {
	width: 100%;
	margin: 50px 0px 0px 0px;
	border: 0px none;
	border-top: 1px solid #000000;
	padding: 5px 0px 10px 0px;
	text-align: center;
	}

/*--------------------- SCHEDE */
div#bg_schede {
	position:absolute;
	left: 0px;
	top: 0px;
	width: 600px;
	height: 300px;
	margin: 0px;
	border: 0px none;
	padding: 0px;
	background-color: transparent;
	background-image:url(image/black-70.png);
	background-repeat:repeat;
	background-position: top left;
	background-attachment:scroll;
	}
div#bg_schede div#scheda {
	position:absolute;
	left: 0px;
	top: 0px;
	width: 800px;
	min-height: 300px;
	margin: 0px;
	border: 2px solid #000000;
	padding: 20px;
	background-color: #ffffff;
	text-align:justify;
	}
div#bg_schede div#scheda div.colonna {
	float:right;
	margin: 10px;
	border: 1px solid #FFD447;
	padding: 10px;
	background-color: #FFF193;
	}
div#bg_schede div#scheda div.close {
	clear:both;
	width: 100%;
	margin: 0px;
	border: 0px none;
	padding: 10px;
	text-align:right;
	}
div#bg_schede div#scheda div.close img {
	border: 0px none;
	}

div.storia ul li {
	margin-bottom: 10px;
	}
div.storia ul li ul li {
	margin: 0px;
	}