/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #746858;
    font-family: "Trebuchet MS", Arial;
	height:100%;

}

.sfondo{
	background-image:url(../immagini/sf-box.jpg)
}

#main {
 font-family: "Trebuchet MS", Arial;
 vertical-align:top;
 margin-left:20px;
 margin-right:20px;

}


h1 {
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size: 32px;
 color:#48391C;
 font-weight:normal;
 margin-top: 10px;
 margin-bottom: 15px;
 text-align:left;
}

h2 {
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size: 18px;
 color:#48391C;
 font-weight:normal;
 margin-top: 10px;
 margin-bottom: 10px;
 text-align:left;
}
h3 {
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size: 13px;
 color:#48391C;
 font-weight:bold;
 margin-top: 10px;
 margin-bottom: 15px;
 text-align:left;
}
h4 {
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size: 18px;
 color:#FFFFFF;
 font-weight:normal;
 margin-top: 10px;
 margin-bottom: 10px;
 text-align:left;
}
h5 {
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size: 14px;
 color:#FFFFFF;
 font-weight:bold;
 margin-top: 10px;
 margin-bottom: 10px;
 text-align:left;
}
h6 {
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size: 13px;
 color:#FFFFFF;
 font-weight:bold;
 margin-top: 10px;
 margin-bottom: 10px;
 text-align:center;
}


p{ 
 font-size: 13px;
 font-weight: normal;
 color: #504126;
 line-height:18px;
 text-align:justify;
 margin-top: 5px;
 margin-bottom: 10px;

}


a.menu { 
	font-family:"Trebuchet MS", Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration:none;
	line-height:24px;
	}
a.menu:link { 
	font-family:"Trebuchet MS", Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration:none;
	line-height:24px;
	}
a.menu:hover {
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	color: #48391C;
	text-decoration:none;
	line-height:24px;
		}
a.menu:active {
	font-family:"Trebuchet MS", Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration:none;
	line-height:24px;
		}
a.menu-active {
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	color: #48391C;
	text-decoration:none;
	line-height:24px;
		}

.testo {
 font-family: "Trebuchet MS", Arial;
 font-size: 13px;
 font-weight: normal;
 color: #504126;
 text-align:justify;
 line-height:18px;
}
.testo-center {
 font-family: "Trebuchet MS", Arial;
 font-size: 13px;
 font-weight: bold;
 color: #504126;
 text-align:center;
 line-height:17px;
}
.testo-center-bianco {
 font-family: "Trebuchet MS", Arial;
 font-size: 13px;
 font-weight: bold;
 color: #FFFFFF;
 text-align:center;
 line-height:17px;
}
.indirizzo {
 font-family:Arial, Helvetica, sans-serif;
 font-size: 10px;
 font-weight: bold;
 color: #FFFFFF;
 text-align:left;
}

div#scrollbar {
    display:none; /* hide from incapable */
    }
div#wn	{ 
	position:relative; 
	overflow:hidden;	
	}


a.link-bianco:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.link-bianco:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.link-bianco:hover {
	text-decoration: none;
	color: #B4ACA0;
}
a.link-bianco:active {
	text-decoration: none;
	color: #FFFFFF;
}

a.link-beige:link {
	color: #AB967E;
	text-decoration: none;
}
a.link-beige:visited {
	text-decoration: none;
	color: #AB967E;
}
a.link-beige:hover {
	text-decoration: none;
	color: #553C4A;
}
a.link-beige:active {
	text-decoration: none;
	color: #AB967E;
}

a.link-marrone:link {
	color: #48391C;
	text-decoration: underline;
}
a.link-marrone:visited {
	text-decoration: underline;
	color: #A39789;
}
a.link-marrone:hover {
	text-decoration: none;
	color: #AB967E;
}
a.link-marrone:active {
	text-decoration: underline;
	color: #48391C;
}

.clist
{
	background-color:#FFFFFF;
	font-family: "Trebuchet MS", Arial;
	color:#3F2C36;
	font-size:11px;
	border: 1px solid #A39789;
}

.cbutton {
	background-color:#A39789;
	font-family: "Trebuchet MS", Arial;
	color:#48391C;
	font-size:13px;
	font-weight:bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}