/*stili per il layout fisso*/
html,body{margin:0px;padding:0px;}

body{font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
background-image: url("../immagini/texture_sfondo.jpg");background-repeat: repeat;background-position:top left;
background-attachment: fixed;
}

div#container{position:relative;width:932px;
/*height: auto !important;  /* per i browser moderni */
height: 776px;      /* per IE5.x e IE6 */
/*min-height: 776px;  /* per i browser moderni */
/*left:50%;top:50%;
margin-left:-466px;margin-top:-388px;
margin-bottom:0px;
*/
margin:5px auto;
font-size: 12px;
/*background: url("../immagini/sfondo.png") top center no-repeat;	*/
}

div#content {
position: absolute;
top: 115px;
left: 350px;
width: 410px;
}

div#content .titolo_content {
position: relative;
padding: 5px 5px;
margin: 0px auto;
text-align: left;
}
div#content .titolo_content h1{
font-size: 15px;
font-weight: bold;
color: #5f6e03;
padding: 0px;
margin: 0px;
}

div#content .testo_content {
font-size: 12px;
color: #140f09;
position: relative;
padding: 3px 3px;
margin: 0px auto;
text-align: left;
}

div#content .testo_content a {
color: #7a7138;
}

div#content .freccia {
top: 550px;
left: 150px;
font-size: 13px;
color: #140f09;
position: absolute;
text-align: center;
}

div#content .freccia a {
color: #7a7138;
}


div#titolo {
position: absolute;
top: 25px;
left: 600px;
}

div#slogan {
position: absolute;
top: 250px;
left: 185px;
}

div#menu {
position: absolute;
top: 5px;
left: 60px;
}

div#menu img {
	border: 0px;
}

div#footer_text {
width: 661px;
position: absolute;
top: 710px;
left: 160px;
font-size: 9px;
color: #2f3185;
text-align: center;
margin: 0px auto;
background: url("../immagini/footer.png") top center no-repeat;
}



.immagine_dx {
float:right;
padding:2px;
margin-top:2px;
margin-left:2px;
margin-right:2px;
margin-bottom:auto;
border: 0px;
}

.immagine_sx {
float:left;
padding:2px;
margin-top:2px;
margin-left:2px;
margin-right:2px;
margin-bottom:auto;
border: 0px;
}

.tabella_info{
width:410px;
margin:2px auto;
font-size: 13px;
border: 2px solid #c7c4be;
border-spacing:2px 0px;
color:#797039;
}

.tabella_info tr.banda {background-color:#686ea8;color:#FFFFFF;}
.tabella_info tr.banda_errore {background-color:#dc0202;color:#FFFFFF;}
.tabella_info tr.banda_ok {background-color:#64A842;}
.tabella_info td {padding: 1px 2px;}
.tabella_info td.intestazione {text-align:center;padding: 1px 2px;}
.tabella_info td.intestazione_errore {text-align:left;padding: 1px 1px;}

.tabella_info td img{border:1px solid black;}


.tabella_info td.titolo{color:#FFFFFF;font-size: 12px;font-weight:bold;text-align:left;}

.tabella_info .field_text{
font-size:12px;
background:#c7c4be;
border-width:1px;
text-align:left;
}

.thumbnail {float:left;margin:0px 3px; text-align:center; width:130px;}
.thumbnail img {vertical-align:middle;border:1px solid #797039;padding: 0px;
    border-color: #797039}

.banner {
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

.banner img {
	border: 0px;
}

.clear_left {
	clear: left;
	margin:0px;
	padding:0px;
}

