div#pres{
background-repeat: no-repeat;

	width:948px;

	position:relative;	
	
}
div#pres div.head, div#pres div.body, div#pres div.foot{
	width:948px;
}


div#pres div.head{
	background-position:left top;
	background-repeat:no-repeat;
	background-image: url(../images/big_bar_up.jpg);
	height:3px;

}
div#pres div.body{
	/*
	background-position:left top;
	background-repeat:repeat-y;
	background-image: url(../images/big_bar_mid.jpg);
	*/
	border-left:1px solid #dedede;
	border-right:1px solid #dedede;
	
	background-color:white;
	padding:5px;

	/*height:300px;*/
	width:936px;
}
div#pres div.foot{
	background-position:left top;
	background-repeat:no-repeat;
	background-image: url(../images/big_bar_down.jpg);
	height:3px;
}


div#pres div.body div.container{
	min-height:310px;
	padding:10px;
	background: url(../images/sf_ase.jpg) repeat-x left top #D7D7D7;
}




div#pres div.body div.container div.tit{
	color:red;
	font-size:20px;
	font-weight:bold;
	padding-bottom:9px;

	width:555px;
}

div#pres div.body div.container div.real_content{
	padding:20px;

	top:20px;
	left:20px;
}


div#pres div.body div.container div.scheda{
	float:left;
	padding-top:20px;
	font-size:14px;
	width:560px;
	line-height:20px;
}

div#pres div.body div.container div.scheda_form{
	float:left;
	padding-top:20px;
	font-size:14px;
	width:800px;
	line-height:20px;
}



div#pres div.body div.container div.scheda p{
	padding-bottom:20px;
}

div#pres div.body div.container div.scheda p a{
	color:#FE0000;
	text-decoration: none;
}

div#pres div.body div.container div.scheda p a:hover{
	text-decoration: underline;
}

div#pres div.body div.container div.fotos{
	float:right;

}
div#pres div.body div.container div.fotos img{
	background-color:white;
	padding:5px;
	border:1px solid #dddddd;
}
div#pres div.body div.container div.scarica{

	background-position:left top;
	background-repeat:no-repeat;
	background-image: url(../images/scarica_scheda.png);

}
div#pres div.body div.container div.scarica a{
	width:203px;
	height:53px;
	padding-left:10px;
	line-height:55px;
	text-decoration: none;
	color:white;
	font-size:14px;
	text-transform:capitalize;
	font-weight:bold;
}	


div#pres div.body div.container div.back{

	padding-top:9px;
	width:555px;
}
div#pres div.body div.container div.back a{
	color:red;
	font-size:12px;
	font-weight:bold;
	text-decoration: none;
}



#scarica a{
	width:203px;
	height:53px;
	display:block;
}
div#pres div.body div.container div.scheda_map{
	float:left;
	padding-top:20px;
	font-size:14px;
	/*width:450px;*/
	line-height:20px;
}
div#pres div.body div.container #map{float:right; top:20px}
div#pres div.body div.container #map h4{
	color:red;
	font-size:14px;
	font-weight:bold;
	padding-bottom:5px;
}


