body  {
	font-family:Verdana, sans-serif;
	font-size:12px;
	background: #400b04;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #515151;
}
#container { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	heigth: 380px;
	/*background:url(images/sfondo.jpg);*/
	background-color:#e0bf96;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	padding: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
/* INIZIO CODICE MENU */ 

#header {
      line-height:normal;
	  background:url("images/header.jpg") right top;
	  /*height:310px;*/
	  height:210px;
      }

/* FINE CODICE MENU */

.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 230px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 20px 0px 10px 20px; /* padding keeps the content of the div away from the edges */
}

.thrColFixHdr #mainContent { 
	margin: 20px 0px 20px 0px ;  /* top right bottom left*/
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 780px;
	height: 300px;
	overflow:auto;
} 

.thrColFixHdr #footer { 
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	height: 28px;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;

} 

/*
.thrColFixHdr #innercontainer { 
	padding: 15px; 
	height: 300px;
	width: 95%;
	overflow: auto;
} */


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* layout di tabella */
.tabella {	
	padding: 5px 5px 5px 5px;
	/*border: 1px solid #000000;*/
	background: #FFFFFF;
	width: 100%;
}
.tabellaHdr {
	padding: 10px 15px 0px 10px;
	background:url(bg.gif);
}
.tabellaCell {
	background: #dde3e3;
	/*border: solid 1px #000000;*/
}

/* layout testuali */
.normaltxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#515151;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #908259;
}
.titolo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#c10402;
}
.titololink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
}
.titolopagina {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#c10402;
}
.linkbar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999783;
	text-decoration:none;
}
.linksx {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color: #5b878d;
	text-decoration:none;		
}
.linkpagina {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color: #992204;
	text-decoration:none;		
}
.linkfooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#645e4d;
	text-decoration:none;		
}

/* layout del form */
.formmemo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #515151;
	font-weight:normal;
	width: 365px;
	height: 80px;
	color: #666666;
	background-color:#FFFFFF;
	text-decoration:none;			
}
.formfield{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #515151;
	font-weight:normal;
	width: auto;
	color: #666666;
	height:20px;
	background-color:#FFFFFF;
	text-decoration:none;
}
.formcombo {
	border: 1px solid #515151;
	font-weight:normal;
	width: auto;
	color: #666666;
	height:20px;
	background-color:#FFFFFF;
	text-decoration:none;
}
.formbutt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #515151;
	background-position: center 50%;
	font-weight: bold;
	font-size: 12px;
	vertical-align: middle; 
	width: 65px;
	color: #ffffff; 
	height: 18px;
	background-color: #5b878d;
	text-decoration: none;
}
.guic_testo {

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #515151;
}
