/* 1 Stili generici */
/* 1.1 Reset */
h1, h2, h3 {
	margin: 0;
	padding: 0.5em 12px;
}

img { border: none }

abbr, acronym { border-bottom: 1px dotted }

/* 1.2 Body */
body {
	background-color: #29406E;
	margin: 0px;
	padding: 0px;
	text-align: center; /*IE5.x*/
	font: 14px Arial, Verdana, Geneva, Helvetica, sans-serif;
	text-align: center;
}

/* 1.3 Links */
a:link, a:visited {
	color: #92F296;
	text-decoration: none;
}

a:hover {
	color: #FFFA67;
	text-decoration: underline;
}

/* 1.4 Intestazione */
h1 {
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	line-height: normal;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: normal;
}

/* 1.5 Classi custom */
.chiaro {
	color: #666666;
}

a.vocemenu:link, a.vocemenu:visited {
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	margin-left: 1px;
	margin-right: 1px;
	font-size: 12px;
	text-decoration: none;
	color: #A0AFE2;
}

a.vocemenu:hover {
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	margin-left: 1px;
	margin-right: 1px;
	color: #6285B8;
	font-size: 12px;
	text-decoration: none;
}

img.flright {
	float: right;
}

img.flleft {
	float: left;
}

/* 2 Struttura */
/* 2.1 Header */
#testata {
	background-image: url(grafica/testata.png);
	height: 175px;
	font-weight: bold;
}

#titolo {
	width: 850px;
	height: 141px;
	margin: 0px auto;
	padding-top: 13px;
	text-align: left; /*IE5.x*/
	color: #FFFFFF;
}

#linktitolo {
	font: 42px FlashDLig, Times New Roman, Times, serif;
	padding-bottom: 20px;
}

#menu {
	width: 850px;
	margin: 0px auto;
	text-align: right;
	color: #FFFFFF;
	font-size: 12px;
}

/* 2.2 Main */
#sezcentrale {
	background-color: #29406E;
	width: 100%;
}

#sezprincipale {
	width: 853px;
	min-height: 500px;
	margin: 0px auto;
	background-color: #29406E;
	color: #FFFFFF;
	text-align: left; /*IE5.x*/
	padding-top: 10px;
	line-height: 1.5em;
}

.home_bg {
	background: #29406E url(grafica/bg_menuhome.gif) left top repeat-y;
}

.elenco_bg {
	background: #29406E url(grafica/bg_elenco.gif) left top repeat-y;
}

#menuhome {
	float: left;
	width: 215px;
	padding-left: 0;
	padding-right: 10px;
	border: 0;
	text-align: left;
	line-height: 1.5em;
}

#home {
	float: left;
	width: 628px;
	padding: 0;
	border: 0;
	text-align: left;
}

/* 2.2.1 Sezioni */
.ideavita {
	background-image: url(grafica/ideavita_logo.png);
	background-repeat: no-repeat;
	background-position: 305px 185px;
}

.ddnbo {
	background-image: url(grafica/dopodinoibologna_logo.png);
	background-repeat: no-repeat;
	background-position: 274px 185px;
}

.ddnvr {
	background-image: url(grafica/dopodinoiverona_logo.png);
	background-repeat: no-repeat;
	background-position: 310px 185px;
}

.futuroinsieme {
	background-image: url(grafica/futuroinsieme_logo.png);
	background-repeat: no-repeat;
	background-position: 323px 185px;
}

.oltrenoi {
	background-image: url(grafica/oltrenoilavita_logo.png);
	background-repeat: no-repeat;
	background-position: 325px 185px;
}

.lanuovafamiglia {
	background-image: url(grafica/lanuovafamiglia_logo.png);
	background-repeat: no-repeat;
	background-position: 316px 185px;
}

/* 2.3 Footer */
#fondo {
	font-size: 10px;
	clear: both;
	height: 20px;
	background-repeat: repeat-x;
	background-color: #1C253B;
	background-image: url(grafica/piede.png);
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	text-align: right; /*IE5.x*/
}

#areafondo {
	width: 853px;
	margin: 0px auto;
	color: #D5E5F0;
}
