/*Depi styles*/


/* Body, DIV struttura */

html {
	margin: 0px;
	padding: 0px;
	border: 0px;
    background: url(sabbiasfondo.jpg) #ffffff repeat-x top;	
	/*background-color:#f3fded;*/
}

body {
	margin: 0px;
	margin-top: 10px;
    background: url(sabbiasfondo.jpg) #ffffff repeat-x top;	
	/*background-color:#f3fded;*/
	padding: 0px;
	border: 0px;
}

#esterno {
	width: 975px;
	margin: 0px auto;
   /* background: url(immagini/bg-esterno.gif) #feedd5;	*/
	/*background-color: #ffffff;*/
	/* border: 4px solid #444E6C; */
}

#head {
	/*display: block;*/
	vertical-align:top;
	text-align:center;
	margin: 0px;
	position: static;
}

#low {
	width: 975px;
	position: relative;
	/*background-color: #feedd5;*/
}

#left {
	/*width: 200px;
    position: absolute;*/
    top: 0; 
    left: 0;	
}

#right {
float: right;
/*width: 696px;*/
   
   /* margin-left: 202px;	*/
}

#footer {
    background: url(linea.gif) repeat-x  top;
    padding-top: 20px;
	CLEAR: both;
	text-align:center;
}

#bottom {
	TEXT-ALIGN:center;
}


/* Elementi BASE */

*  { 
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size:13px;
	color:#333333;
}

a {
	color:#444E6C; 
	text-decoration: none;
}

a:hover {
	color:#990000; 
	text-decoration:underline;
}


h1, h2, h3, h4, h5 {
	color: #444E6C;
	margin: 1px;
}


h1 {
	font-size: 1.6em;
	font-weight:normal;
	line-height:1em;
	margin-top: 10px;
}

h2 {
	font-size: 1.4em;
	line-height:1em;
}

h3 {
	font-size: 1.2em;
	line-height:1em;
}

p {
	margin: 8px;
}

input, select, textarea {
	font-size:10px;
	color: #666054;
	background-color:#FEE5C1;
}

/* Altri elementi */

.testoPiccolo {
    margin-top:0px;
	padding-top:0px;
	font-size:10px;
	font-weight:bold;
}

.zoom {
cursor: url("/magnify.cur"), pointer;
}

.tabellaNews {
	border:1px solid #444E6C;
    border-bottom: 2px solid #444E6C; 
	background-color: #E7DBC0;
}

.cellaNews {
	border-bottom: 2px solid #444E6C;
	background-color: #D1BB8A;
	/*height:20px;*/
}

.cellaDotTop {
	border-top: 2px dotted #D1BB8A;
}

.cellaDotBottom {
	border-bottom: 2px dotted #D1BB8A;
}

.firma {
	color:#B4934C;
	font-weight:bold;
}

.testoBig {
	color: #444E6C;
	font-size: 1.6em;
	font-weight:normal;
	line-height:1em;
}

.bordo {
	border: 2px solid #D1BB8A;
}

/*****************************************************************/
.toptitle {
font-size: 0.8em;
color:#666666;
MARGIN-TOP: 0px;
}


.evidenzia {
	border:1px solid #cccccc;
    border-bottom: 2px solid #777777; 
	border-top: 1px solid #777777; 
	background-color: #fff3e0;
	color:#006600;
	font-weight:bold;
	padding:7px;
}

div.titoletto {
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
}





