/* CSS Document */
html, body, h1, h2, h3, h4, a, p, ul, li, img{
	padding:0;
	margin:0;
	font-weight: normal;
	font-size: 1em;
	text-indent: 0;
	list-style: none;
}

body {
	 font-family: Verdana, sans-serif;
	 color: #000;
}
h1{
	font-family:"BankGothic Lt BT";
	font-size: 19px;
	font-weight:bold;
  color: #0165A0;
  }

p{
	font-size: 12px;
}
h3{
	font-family:"BankGothic Lt BT";
	font-size: 13px;
	font-weight:bold;
  color: #0165A0;
}

#contenitore {
    width: 960px; /* Per avere una larghezza da centrare*/
	position: absolute; /*Se no non funzionano le seguenti*/
    /*Centraggio orizzontale - alternativa a margin: 0 auto;*/
    /*margin: 0 auto;*/
    left: 50%; /*Lato sx dell'elemento è al centro della pagina*/
    margin-left: -480px; /*Torno indietro di 1/2 larghezza*/
	background-color:#fff;
}
#logo{
	width: 300px;
	height: 120px;
	float:left;
}
#logo1 h1{
	width: 300px;
	height: 120px;
	float:left;	
	background-color:#FFFFFF;
	background-image:url(../flash/logo.jpg);
	text-indent:-5000px;
}

/* Navigazione */
#navigazione {
	width: 500px;
	text-align: right;
	float:right;
	padding-top: 100px;
	font-family:"BankGothic Lt BT";
	font-size: 15px;
	font-weight:bold;
}
#navigazione li {
  display: inline;
  padding-left: 10px;
}
#navigazione a {
  text-decoration: none;
  color: #0165A0;
  font-weight:bold;
}
#navigazione a:hover {
  color: #f00;
  font-weight:bold;

}
#header{
width: 960px;
height: 120px;
border-bottom: 5px solid #ccc;
}
#contenuto{
width: 960px;
}
#corpo{
width: 640px;
margin-top: 10px;
float:left;
}
#corpo2{
width: 320px;
margin-top: 10px;
float:right;
}
.testo{
width: 300px;
float:right;
text-align: justify;
margin-bottom:10px;
}
.testo2{
width: 480px;
float:left;
text-align: justify;
margin-bottom:20px;
margin-top: 20px;

}
.testo h1, .testo h2, .testo2 h2 {
	font-family:"BankGothic Lt BT";
	font-size: 15px;
	font-weight:bold;
	color:#0165A0;
	margin-top: 10px;
	border-bottom: 1px solid #0165A0;
}

.testo p, .testo2 p {
font-size: 11px;
padding-top: 10px;
}
.testo a{
	font-size:11px;
	color: #FF9933;
	float:right;
}
.testo a:hover{
	font-size:11px;
	color:#FF0000;
	float:right;
}

.testo .sedi{
width: 298px;
height: 108px;
border: 1px solid #999;
margin-top: 15px;
text-align:right;

}

.testo .sedi a{
text-decoration:none;
font-size:10px;
color:#0066CC;
font-family:"BankGothic Lt BT";
font-weight:bold;
}
.testo .sedi a:hover{
text-decoration:none;
color:#f00;
font-size:10px;
font-family:"BankGothic Lt BT";
font-weight:bold;
}


#colonnabottom{
width: 960px;
padding-top: 10px;
float:left;
}
#colonnabottom .miniature{
width: 320px;
float:left;
}
.miniature{
margin-bottom: 15px;
}

.miniature h2{
font-family:"BankGothic Lt BT";
color: #090;
font-size:14px;
font-weight:bold;
border-bottom: 1px solid #090;
margin-right: 10px;
}

.miniature img {
	width: 120px;
	height: 80px;
  float: left;
  padding: 0 10px 5px 0;
}

.miniature p{
	padding-top: 5px;
	font-size: 11px;
}
#piede {
float:left;
width: 960px;
line-height: 16px;
background-color: #ccc;
font-family:"BankGothic Lt BT";
color: #0165A0;
font-size:11px;
text-align: center;
margin-top: 10px;
}

#testo .sedi p{
font-family:"BankGothic Lt BT";
color: #000;
font-size:13px;
margin-bottom: 10px;
}

.link a{
text-decoration:none;
font-size:11px;
color:#6699FF;
font-family:"BankGothic Lt BT";
font-weight:bold;
}

.link a:hover{
text-decoration:none;
font-size:11px;
color:#FF3300;
font-family:"BankGothic Lt BT";
font-weight:bold;
}
.link1{
float: left;
}

#gallery img{
margin-right: 4px;
}


#piantina h3{
width: 300px;
height: 220px;
float: right;
margin-right: 50px;
background-color:#fff;
background-image:url(../immagini/piantina.jpg);
text-indent: -5000px;
}
.testo1{
width: 380px;
float:right;
text-align: justify;
margin-bottom:10px;
}

.testo1 h2{
	font-family:"BankGothic Lt BT";
	font-size: 15px;
	font-weight:bold;
	color:#0165A0;
	margin-top: 10px;
	border-bottom: 1px solid #0165A0;
}

.testo1 p {
font-size: 11px;
padding-top: 10px;
}
#corpo1{
width: 580px;
margin-top: 10px;
float:left;
}
#elenco{
display:block;
font-size: 11px;
}
.testo2 #elenco ul li{
list-style-type:disc;
list-style-position:inside;

}
