

body
{
	margin-top:0px;
	margin-bottom :1px;
	/*padding:0;*/
	background-image : url(../images/bkg/estate.jpg);
	background-repeat: repeat;
	background-color: white;
	background-position:top center;
	font-family: "Trebuchet MS", "Helvetica", "Arial",  "Verdana", "sans-serif";
	font-size: 12px;
	font-style: normal;
	text-align: left;
	overflow: hidden;
	
	overflow-y: auto !important;

}

/*NEWS SCROLLER*/
#marqueecontainer{
position: relative;
width: 188px; /*marquee width */
height: 150px; /*marquee height */
background-color: white;
overflow: hidden;
border: 1px solid #CCCCCC;
font-family: "Trebuchet MS", "Helvetica", "Arial",  "Verdana", "sans-serif";
font-size: 10px;
font-style: normal;
}

#main
{
	width:990px;
	margin:0 auto;
	position:absolute;
	top:30px;
	left:513px;
	margin-left:-450px;
	font-family:Verdana, Arial, Helvetica;
	border-top: 2px #F39C26 solid;
	border-bottom: 2px #F39C26 solid;
	border-left: 2px #F39C26 solid;
	border-right: 1px #F39C26 solid;
	padding: 1px;
	background-color:white;
	z-index:1;
}
#main2
{
	text-align: left;
}

/*stili specifici per il layout*/
div#navigation{
float: left;
width: 120px;
width:130px;
width:120px;
padding: 1em 0 0 10px;
z-index:5;
background-color:blue;
}

div#extra{
float: right; 
width: 190px;
width:200px;
width:190px;
padding: 1em 5px;
z-index:5;
}

div#content{
margin: 0 1px 0 1px;
padding: 1px 2px;
z-index:2;
}
div#footer{
width:990px;
clear:both; 
text-align:center; 
padding: 5px 0;
background-color: #69c; 
color: #000
}

/*stili generici, su header e footer*/
div#header{
height: 60px;
background-color:#6AA63B;
color: #ff0;
z-index:1;
}
h1,h2{margin: 0;padding:0}
h1{padding-left:10px;font: bold 2.3em/80px arial,sans-serif}
h2{color: #69f;font-size: 1.5em}
div#footer a{color:#fff;font-weight: bold;text-decoration: underline}


/*LOGO*/
#logo {
    position:absolute;
    top:-75px;
    left:-110px;
    z-index: 30;
    margin-top: 10px;
    float:left; padding:0 6px 10px 2px; background:url(../images/bg_logo.png) no-repeat;}
#logo img {border:none;}
#logo a {text-decoration:none;}

#menuuser
{
	position:fixed;
	top:0px;
	z-index:200;
}



/*LOGIN*/
#divlogin
{
    z-index: 50;
}
#bground
{
  position: absolute;
  z-index: 40;
  top:0; left:0;
  width: 100%;
  height: 100%;
  display: none;
  background: url(../images/sfondo.png) repeat;   /* lo sfondo e` semitrasparente */
  
}
#child
{
	width: 700px;
	z-index: 20;
	color:#FFFFFF;
}
