/* -------------------------------------------------------------------
Calabria CEI - Foglio di stile per layout generale

Versione:	1.1
Autore:		Alessandro Placidi, Mindgear srl
------------------------------------------------------------------ */




body {
	margin: 0;
	background-image:url(../img/sfondoPagina.jpg);
}




/* 1 - Header
----------------------------------------------------------------- */
#header {
	width: 885px;
	margin-left: 10px;
	padding-bottom: 35px;
	color: inherit;
	background-color: #FFFFFF;
}




/* 2 - Corpo
------------------------------------------------------------------ */
#corpo {
	min-height: 430px; /* Questo risolve il problema dello sfondo di Mozilla che non riempie tutto in caso di elementi "float". 430px è l'altezza del floating menu laterale */
	margin-left: 10px;
	padding-bottom: 25px;
	background: url(../img/sfondoCorpo.gif) repeat-y 0 0;
}

/* 2.1 - Menu
----------------------------------------------------------------- */
#menu {
	float: left;
	color: inherit;
	/*background-color: #F7F8F9; Versione 1.0*/
	background-color: #EEF0F2; /* Versione 1.1 */
	background: url(../img/menuTop.gif) no-repeat 0 0;
	padding-top: 35px;
	width: 231px;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 65px 0 33px 65px;
	color: inherit;
	border-right: 1px solid #CED3D7; /* Versione 1.1 */
	/*background-color: #F7F8F9; Versione 1.0*/
	background-color: #EEF0F2;
}

#menu ul:hover {
	background-color: #F4F5F7;
}

#menu ul.active {
	background-color: #E4E7E9;
}

#menu a {
	padding-left: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: inherit;
	text-decoration: none;
}

#menu a.active, #menu a:hover {
	font-weight: bold;
}

#menu a.active {
	background: url(../img/freccia.gif) no-repeat 0 50%;
}

#chiSiamo {
	background: url(../img/iconaChiSiamo.gif) no-repeat 25px 18px;
}

#cosaFacciamo {
	background: url(../img/iconaCosaFacciamo.gif) no-repeat 25px 18px;
}

#doveSiamo {
	background: url(../img/iconaDoveSiamo.gif) no-repeat 25px 18px;
}

/* 2.2 - Contenuto
------------------------------------------------------------------ */
#contenuto {
	margin-left: 261px;
	width: 589px;
}

#contenuto h1 {
	padding: 13px 0 0 50px;
	margin: 0;
	background: url(../img/iconaGenerica.gif) no-repeat 0 0;
	height: 43px;
}

#contenuto h2 {
	padding: 8px 0 0 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: inherit;
	border-top: 1px solid #E5E5E5;
}

#contenuto p {
	margin: 22px 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: inherit;
	text-align: justify;
}

.fotoStaff {
	float: left;
	margin: 0 10px 10px 0;
}




/* 3 - Footer
----------------------------------------------------------------- */
#footer {
	width: 905px;
	height: 15px;
	margin: auto;
	background:url(../img/footer.jpg) no-repeat;
	text-align: right;
	clear: both;
}

.footerText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: inherit;
	padding-right: 15px;
}

.footerText a {
	color: #FFFFFF;
	background-color: inherit;
	text-decoration: none;
	border-bottom: 1px dotted #FFFFFF;
}

.footerText a:visited {
	text-decoration: none;
}

.footerText a:hover {
	color: #CCCCCC;
	background: inherit;
}

.footerText a:active {
	text-decoration: none;
}

