/* Basic */

@import url("Tags.css");
@import url("Header.css");
@import url("Menu.css");


#Container {
	position: relative;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	margin-top: 5px;
	height: auto !important;  /* Per Explorer 7 e Firefox */
	min-height: 700px;        /* Per Explorer 7 e Firefox */
	height: 700px;            /* Per Explorer 6 */
	width: 980px;
	border: 1px solid #fff;
	background-color: #fff;

}

/* CONTENT */

#Content {
	position:relative;
	width: 978px;
	height: auto !important;  /* Per Explorer 7 e Firefox */
	min-height: 430px;        /* Per Explorer 7 e Firefox */
	height: 430px;			  /* Per Explorer 6 */
	background-image: url(../Img/Sf-content.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}


/* BANNER */

#Banner {
	position:absolute;
	background-color:#e9e9e9;
	height: 450px;
	width: 183px;
	right: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
}

/* INDEX */

#Index-testo{
	position:relative;
	width: 728px;
	text-align: justify;
	left: 220px;
	top: 16px;
	height: auto !important;  /* Per Explorer 7 e Firefox */
	min-height:430px;         /* Per Explorer 7 e Firefox */
	height: 430px;            /* Per Explorer 6 */
	line-height: 18px;
}

#tab-index {
	width: 100%;
	text-align: justify;
}

/* PAGINE INTERNE */

#Pagine-testo{
	position:relative;
	width: 740px;
	text-align: justify;
	left: 215px;
	top: 16px;
	height: auto !important;  /* Per Explorer 7 e Firefox */
	min-height:480px;         /* Per Explorer 7 e Firefox */
	height: 480px;            /* Per Explorer 6 */
}

#Pagine-assemblea{
	position:relative;
	width: 740px;
	text-align: justify;
	left: 215px;
	top: 16px;
	height: auto !important;  /* Per Explorer 7 e Firefox */
	min-height:480px;         /* Per Explorer 7 e Firefox */
	height: 480px;            /* Per Explorer 6 */
}

#Pagine-assemblea h2{
	font-size: 14px;
	font-weight: bold;
	font-family: verdana;
	color:#333;
}



/* FOOTER INDIRIZZO */

#Footer-principale{
	position:relative;
	margin:auto;
	width: 980px;
	color: #333;
	font-size: 11px;
	text-align: center;
	border-top: 2px solid #143361;
	background-color: #FFF;
}

#Footer {
	border-top: 3px solid #66cc33;
	padding-top: 10px;
	height: 20px;
}

#Footer a {
	font-size: 11px;
	color: #333;
	text-decoration: none;
	margin-left: 5px;
	margin-right: 5px;
}

#Footer a:hover {
	color: #66cc33;
}

/* FOOTER LINK */

#Footer2 {
	position:relative;
	margin:auto;
	width: 980px;
	padding-top: 5px;
	color: #fff;
	font-size: 10px;
	text-align: right;
	padding-bottom: 10px;
}

#Footer2 a {
	color: #fff;
	font-size: 10px;
	text-decoration:none
}

#Footer2 a:hover {
	color: #66cc33;
}

/* NORMATIVA */

#rientro {
	padding-left: 10px;
}

/* ORGANIGRAMMA */
#Pagine-testo-organigramma {
	position:relative;
	width: 740px;
	text-align: justify;
	left: 215px;
	top: 16px;
	height: auto !important;  /* Per Explorer 7 e Firefox */
	min-height:440px;         /* Per Explorer 7 e Firefox */
	height: 440px;            /* Per Explorer 6 */
}

#Pagine-testo-organigramma a {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #143361;
}
#Pagine-testo-organigramma a:hover {
	color: #66CC33;
}

.OrgTitolo {
	font: bold 17px/25px Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: right;
}

.OrgBordoTab {
	border: 1px solid #66CC33;
}

.OrgNominativo {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #143361;
}

/* DOVE SIAMO */

.SediBordoTab {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	border-top: 1px solid #66CC33;
	border-left: 1px solid #66CC33;
}

.SediBordoTab td {
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding-left: 5px;
	line-height: 20px;
}

.SediBordoTab a{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

.SediSFgrigio {
	background-color: #eaeaea;
}

#Pagine-testoCV {
	position:relative;
	width: 460px;
	text-align: justify;
	left: 215px;
	top: 16px;
	height: auto !important;  /* Per Explorer 7 e Firefox */
	min-height:500px;         /* Per Explorer 7 e Firefox */
	height: 500px;            /* Per Explorer 6 */
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #66cc33;
	padding-right: 15px;
}

#FotoCV {
	position: absolute;
	right: 9px;
	width: 265px;
	top: 16px;
	height: 400px;
}

.Assemblea {
	border-top: 1px dashed #999;
	padding-top: 10px;
	padding-bottom: 10px;
}