/* CSS Document */
/* http://www.ideavita.com */
/* Creato da AWD - Alex Web Designer - http://alexwd.altervista.org/ */

/* --- [ STRUTTURA ] --- */
/* --- AREA SUPERIORE/TITOLO --- */

div#linea3d {
	background: #FF6633 url(../img/linea_3d_3.jpg) no-repeat;
}

div#foto {
	background: url(../img/foto_3.jpg) no-repeat;
}

div#titolo {
	background: url(../img/title_3.jpg) no-repeat;
}

/* --- AREA CENTRALE/CONTENUTI --- */
/* --- menu secondario --- */

div#menu2 li a:hover, div#menu2 li a:active {
	color: #FF6633;
	background: url(../img/freccia_3.gif) no-repeat center left; 
}
div#menu2 li.on {
	color: #FF6633;
	background: url(../img/freccia_3.gif) no-repeat center left;
}

/* --- area del contenuto --- */

/* -- Stili generici per tutte le pagine -- */

div#content a {
	font-weight: bold;
	color: #333;
}
div#content a:hover, div#content a:active {
	color: #FF6633;
}

h3 {
	font-size: 0.86em;
	font-weight: bold;
	color: #FF6633;
	text-align: right;
	text-transform: uppercase;
	margin: 0 0 15px;
	padding-bottom: 2px;
	border-bottom: 1px solid #FF6633;
}
h4 {
	font-size: 0.86em;
	font-weight: normal;
	color: #333;
	text-align: right;
	margin-top: -15px;
	margin-bottom: 15px;
}

/* -- Pagina "terrart.php" e "terrart2.php" -- */

div#scheda {
	background-color: #F8F8F8;
	padding: 0 10px;
	border: 1px dashed #CCC;
}
h5 {
	margin: 0;
}
div#scheda h5 {
	margin: 0 -10px;
	padding: 3px 10px;
	background-color: #e6e6e6;
	border-bottom: 1px dashed #CCC;
}
div#scheda p {
	text-align: left;
}
div#content p#linkinterno {
	padding: 5px 0;
	text-align: center;
}