/* CSS Document */
body {
 margin:0;
 padding:0;
 text-align:center;
 font:11px Tahoma, Arial, Helvetica, sans-serif;
}

#sito {
 width:978px;
 height:602px;
 margin:20px auto;
 text-align:left;
 border:1px solid #40190d;
}

#sitoColor {
 width:976px;
 height:600px;
 background-color:#cad2a2;
 margin:1px;
 position:relative;
}

#testa {
 text-align:center;
 height:80px;
 border-bottom:1px solid #fff;
}

#sitoColor #agritur {
 position:absolute;
 top:36px;
 left:24px;
 z-index:5;
}

#sitoColor #lingua {
 position:absolute;
 top:35px;
 right:0px;
 width:345px;
 text-align:center;
 font:14px Tahoma, Arial, Helvetica, sans-serif;
 color:#441a0d;
 font-weight:bold;
}
#sitoColor #lingua a {
 text-decoration:none;
 color:#441a0d;
}
#sitoColor #lingua a:hover {
 text-decoration:underline;
}

#foto {
 width:976px;
 height:493px;
 z-index:2;
 display:block;
 border-bottom:1px solid #fff;
}

address {
 font:11px Tahoma, Arial, Helvetica, sans-serif;
 color:#522112;
 font-style:normal;
 font-weight:bold;
 text-align:center;
 line-height:23px;
}
address a {
 text-decoration:none;
 color:#522112;
}
address a:hover {
 text-decoration:underline;
}
#newsticker {
	position: absolute;
	top: 200px;
	left: 24px;
	width: 145px;
	height: 155px;
	padding: 15px 10px;
	background-color: #fff;
	filter: alpha (opacity=78); /* IE */
	-moz-opacity: 0.78; /* Netscape, Mozilla */
	opacity: 0.78; /* Safari */
}
#marqueecontainer {
	position: relative;
	width: 145px;
	height: 120px;
	overflow: hidden;
	margin: 6px 0;
	text-align: left;
}
#newsticker a:link, #newsticker a:visited, #newsticker a:hover, #newsticker a:active {
	color: #000;
	text-align: right;
	display: block;
	text-decoration: none;
}