@charset "utf-8";
/* CSS Biundo Impianti snc */

/* basic elements */

	
body { 
	font-family: 80% Arial, Helvetica, sans-serif;
	background-color:#666666;
	margin-top: 0px;
	margin-bottom: 0px;
	}
	
a:link, a:visited, a:active{ text-decoration: underline; color: #c60001;}
a:hover  { text-decoration: none; color: #c60001;}

img {border:none;}


/* specific divs */


#Container {
width: 800px;

}

#Container .logo{
padding-bottom: 5px;
padding-top: 5px;
}

#corpo{
padding-top: 20px;
}

#menu{
float:left;
width:230px;
}

#menu .bottoni{
padding-top: 2px;
padding-bottom: 2px;
}

#content{
float:right;
width:570px;
font-size: 12px;
line-height: 17px;

}

#content .title{
padding-bottom: 5px;
border-bottom: 1px solid #CCCCCC;
}

#content .text {
padding-top: 15px;
padding-right: 15px;
text-align:justify;
}

#content .areeint table, tr, td{
font-size: 12px;
margin:auto;
}

/* formattazione */


.LinkReturn  {
text-align: right;
margin-top: 10px;}

#titoletti {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 18px;
letter-spacing: -1px;
color:#4a4a4a;
font-weight: 400;
margin-top: 7px;
}

/* STILE TABELLA AREE DI INTERVENTO*/

table .ai {
	
	margin-top: 18px;
	width: 570px;
}

.title_ai {
font-weight:bold;
text-align:left;
}

.notitle {
font-weight:normal;
text-align:left;
font-style:italic;
}

img .title_ai {
border: 0px;
}


/* CONTATTI */





#footer{
	background-color:#f0f0f0;
	margin-top:15px;
	margin-bottom: 20px;
	padding: 5px;
	font-weight:bold;
}

