/*
-----------------------------------------------------------------------------------------------------------
HTML-BODY
-----------------------------------------------------------------------------------------------------------
*/
html{
	margin:0;
	padding:0;
}
body {  
	font-family:  Verdana, Helvetica, sans-serif; 
	color: #333; 
	background-color:#ffffff);
	margin:0;
	padding:0;
	text-align:center; 
	font-size: 13px;
}

p {
	margin-top: 0px;
}

/*
-----------------------------------------------------------------------------------------------------------
STRUTTURA
-----------------------------------------------------------------------------------------------------------
*/


#div-main{
	margin: auto;
	width:863px;
	background-repeat: no-repeat;
	background-position: 0px 200px;
	height:600px;
	text-align: left;
}

#div-top{
	width: 863px;
	height: 136px;
}

#div-top-left {
	float: left;
}

#div-top-right {
	float: right;
}

#top-testo {
	position: relative;
	color: #C1DEA9;
	font-size: 11px;
	background-color: #006600;
	height: 23px;
	text-align: left;
}

.top-testo-cont {
	position: absolute;
	left: 0px;	
	top: 50%;
	margin-top: -6px;
	padding-left: 15px;*/
}

#div-corpo {
	
}

#div-corpo-left {
	float: left;
	width: 610px;
}


#div-corpo-right {
	float: right;
	width: 251px;
}


/*
#div-head {

}

#div-head-left {
	float: left;
	width: 610px;
	height: 305px;
	margin-right: 2px;
}

#div-head-right {
	float: right;
	width: 251px;
	height: 280px;
}
*/


#div-contenuto {
	margin-top: 10px;
	padding-top: 0px;
}

#div-contenuto-left {
	float: left;
	width: 610px;	
}

#div-contenuto-right {
	float: right;
	width: 251px;
	margin-top: 16px;
}

#div-contenuto-right-cont {
	margin: 0px;
	padding: 10px;
}


.blocco {
	background-color: #DBE7DB;
	color: #000000;
	width: 100%;
	height: 100%;
	margin: 0px;
}

.blocco_hp {
	background-color: #DBE7DB;
	color: #000000;
	width: 100%;
	height: 277px;
	margin: 0px;
}

.blocco-cont {	
	margin: 0px;
	padding: 10px;
	font-size: 11px;
}

.blocco-titolo {
	position: relative;
	background-color: #72A272;
	color: #FFFFFF;
	font-weight: bold;
	height: 27px;
	width: 100%;
	margin: 0px;
}

.blocco-titolo-cont {
	position: absolute;
	top: 50%;
	left: 15px;
	margin-top: -7px;
	width: 100%;
}

/* menu top */

#nav {
	background-color: #CF2A28;	
	font-family: Arial;
	font-size: 12px;
	width: 610px;
	height: 26px;
	margin-top: 2px;
	margin-bottom: 16px;
}

#nav a {
	text-decoration: none;
	color: white;
	font-weight: bold;
}

div.clear { clear: both; line-height: 0; height: 0;} 

#bottom {
	text-align: right;
	font-size: 10px;
	padding-bottom: 10px;
}

/*
-----------------------------------------------------------------------------------------------------------
VARIE
-----------------------------------------------------------------------------------------------------------
*/


.evidBold {	
	color: #006600;
	font-size: 17px;
	font-weight: bold;
}

.evid {
	color: #CC0000;
	font-size: 13px;
}

/* news */
.news_titolo {
	font-size: 11px;
	font-weight: bold;
	color: #006600;
}

.data {
	font-style: italic;
}

.more a {
	text-decoration: underline;
	color: #000000;
	font-weight: bold;
	float: right;
}

.elemento_1 {
	margin-top: 10px;
	float: left;
	width: 45%;
}
.elemento_2 {
	margin-top: 10px;
	float: right;
	width: 40%;
}

#eflush {
	margin-top:-10px;
	height:0px;
	font-size: 0%;
	visibility: hidden;
}