@charset "utf-8";
/* Foglio di stile (CSS) */

/*regole generali*/
body, html {
width:100%;
height:100%;}

.body { overflow-x:hidden;
font-family:Verdana, Arial, Helvetica, sans-serif;
margin: 0; 
padding: 0;}

/*particolari*/

/*contenuti header*/
.tb1{ background: url(../imgguida/backgui.png);
width:100%;
margin:0px;
background-repeat:repeat-x;
height:40px;
 }

.guida{ font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color: #FFFFFF}
/**/

/*div header*/

.divhe {
z-index:1;
top:0px;
width:100%;
left:0px;
position:fixed;
}

/*contcont*/
.divcont{
width:100%;
left:0px;
position:absolute;
top:40px;
bottom:40px;
overflow-y:auto;
overflow-x: auto;
}

/*footfoot*/
.divfo{
z-index:1;
bottom:0px;
width:100%;
left:0px;
position:fixed;
}

