/*
File 		> foglio di stile per realizzare il layout del sito dei Servizi Sociali Ceva
Autore 		> giovanni mamino | giovanni.mamino@infosys.it | www.infosys.it
Versione	> 1.0
*/

/* BODY */
body {
	margin: 5px 20px;
	background: #B7CACC url(../immagini/sfondo_body.jpg) repeat-x top;
	text-align:center;
	font-family:Arial,verdana,sans-serif;
	font-size:80%;
	font-style:normal;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	margin-right: 14px;
	}
hr { display: none; }

/*CORPO*/
#corpo {
	border: 5px solid #62727D;
}

/* #logo */
#logo {
	border: 4px solid #455158;
	height:100px;
	background: #669933 url(../immagini/sfondo_logo_family.gif) no-repeat top left;
	vertical-align:bottom;
	overflow: hidden;
}
	
#titoli {
	float: left;
	width: 40%;
}
#indirizzi {
	float: right;
	width: 55%;
	margin: 11px 11px 0px 0px;
	display: block;
}
	#indirizzi h2 {
		text-align:right;
		font-family:Arial,verdana,sans-serif;
		font-size:100%;
		font-style:normal;
		color: #CCFFFF;
		text-decoration: none;
		font-weight: bold;	
	}
#contenuto {
	border: 4px solid #455158;
	background: #D6E9E9 url(../immagini/sfondo_chisiamo_chiaro.gif) no-repeat bottom left;
	}
	#contenuto .menu {
	float: left;
	width: 30%;
	}
	#contenuto .menu p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #003366;
	font-style: normal;
	text-align: left;
	font-weight: normal;
	text-indent: -15px;	
	margin: 2px 10px 2px 27px;	
	}
	#contenuto .testi {
	float: right;
	width: 69%;
	background-color: #F0F4F4;
	border: 1px solid #62727D;
	}
	#contenuto .testi p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #003366;
	font-style: normal;
	text-align: left;
	margin-left: 17px;
	font-weight: normal;
	}
	#contenuto .testi .sottomenu {
	width: 100%;
	background-color: #ECF4F4;
	border-bottom: 2px dotted #455158;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #003366;
	font-style: normal;
	text-align: center;
	font-weight: normal;
	line-height: 200%;
	}
	#contenuto table.tabella {
	border:1px solid #ffffff;
	margin:0px 5px 5px;
	color: #003366;	
	}
	#contenuto table.tabella tr th{
		text-align:center;
		background-color: #C9E1E9;
		border:1px solid #ffffff;
		font-weight: bold;				
	}
	#contenuto table.tabella tr td{
		background-color: #F5FBFC;
		border:1px solid #ffffff;
		font-weight:normal;
	}	
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 160%;
	color: #003366;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	margin: 12px;
}	
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	color: #003366;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	margin: 10px 17px 17px;
}	
h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	color: #003366;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	margin: 17px;
}
h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	color: #003366;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	margin: 17px;
}
A { color: #900;
	text-decoration: underline;}
.ripristino-float { clear: both;}
img { border: none; }
.chiaro { color: #CCFFFF;}

