/* Regole e classi generali */

body, h1, h2, h3, h4, h5, h6, p, a, img, div {
	margin: 0;
	padding: 0;
	border-style: none;
}

body {
	background: url(immagini/sfondo.jpg) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 80%; /* stabilisce la dimensione di 1em, che verrą usato nel seguito */
	color: Navy;
}

p {
	margin-bottom: 5px;
}

ul {
	margin-top: -3px;
	margin-bottom: 5px;
}

address {
	padding-bottom: 10px;
	text-align: center;
}
	
.float-sx {
	float: left;
	margin-right: 10px;
	margin-top: 2px;
	margin-bottom: 2px;
}

.float-dx {
	float: right;
	margin-left: 10px;
	margin-top: 2px;
	margin-bottom: 2px;
}

/* Regola per centrare la pagina sullo schermo */

#tutto {
	position: absolute;
	width: 970px;
	left: 50%;
	margin-left: -485px; /* -width/2 */
}

/* La pagina si compone di quattro elementi principali: testata, barra di navigazione, contenuto, pie-di-pagina */
 
#testata {
	position: absolute;
	width: 970px;
	height: 130px;
	background: url(immagini/TestataGenerale.gif) no-repeat;
	margin-top: 10px;
	padding-top: 10px;
	font-size: 20px;
	text-align: center;
	line-height: 100%;
	color: DarkOrange;
}

#testata strong {
	font-weight: bold;
	font-style: italic;
	font-size: 21px;
}

#navigazione {
	position: absolute;
	top: 140px;
	width: 970px;
	height: 28px;
	border-top: 2px solid White;
	background: #004c98;
}

#navigazione a {
	float: left;
	display: inline;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 10px;
	padding-left: 20px;
	padding-right: 10px;
	background: url(immagini/bullet1.gif) no-repeat 2px 3px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: White;
}	

#navigazione a:hover {
	background: url(immagini/bullet2.gif) no-repeat 2px 3px;
	color: DarkOrange;
}

#contenuto {
	position: relative; /* necessario per poter posizionare correttamente le colonne */
	width: 970px;
	padding-top: 170px;
}

#pie-di-pagina {
	clear: both;
	padding: 5px 0;
	border-top: 1px solid Navy;
	font-size: 0.9em;
	font-style: italic;
	text-align: center;
}

/* Breadcrumb */

.breadcrumb {
	padding: 5px 0 10px 0;
	font-style: italic;
	font-size: 0.95em;
}

.breadcrumb a {
	text-decoration: none;
	color: Navy;
}

.breadcrumb a:hover {
	text-decoration: underline;
}

/* Posizionamento delle aree nella sezione #contenuto */

#area1, #area2, #area3, #area12, #area12x {
	float: left;
}

#area1, #area2 {
	margin-right: 50px;
}

#area12 {
	margin-right: 100px;
}

#area12x {
	margin-right: 50px;
}

/* Stili per #area1, #area2, #area3 */

div.normale {
	width: 290px;
	margin-bottom: 25px;
}

div.normale h1 {
	margin-bottom: 5px;
	border-bottom: 1px solid #004c98;
	font-size: 1.1em;
	font-weight: bold;
	color: #004c98;
}

div.box {
	width: 276px;
	padding: 5px;
	margin-bottom: 25px;
	background-color: #ddebf2;
	border: 2px solid #004c98;
}

div.box h1 {
	margin-bottom: 5px;
	padding: 4px;
	background-color: #004c98;
	font-size: 1.05em;
	font-weight: bold;
	color: White;
}

div.box h2 {
	margin-bottom: 5px;
	padding-top: 5px;
	font-weight: bold;
}

div.barra {
	width: 290px;
	margin-top: 10px;
	margin-bottom: 25px;
	text-align: center;
}

div.barra h1 {
	margin-top: 15px;
	margin-bottom: 5px;
	padding: 4px;
	border: 2px solid #004c98;
	font-size: 1.05em;
	font-weight: bold;
	color: #004c98;
	background-color: #ddebf2;
}

div.barra h2 {
	margin-bottom: 10px;
	padding-top: 10px;
	border-bottom: 2px dotted #004c98;
	font-weight: bold;
	font-size: 1.2em;
	color: #004c98;
}

div.barra ul {
	text-align: left;
}

div.barra li {
		margin-bottom: 5px;
}

/* Stili per #area12 */

div.normale2 {
	width: 580px;
	margin-bottom: 25px;
}

div.normale2 h1 {
	margin-bottom: 15px;
	font-size: 2em;
	font-weight: bold;
	color: #004c98;
}

div.normale2 h2 {
	margin: 10px 0;
	font-size: 1.5em;
	font-weight: bold;
	color: #004c98;
}

div.normale2 h3 {
	margin: 10px 0;
	font-size: 1.2em;
	font-weight: bold;
}

/* stili per area12x */

div.brochure {
	width: 694px;
	font-size: 1.1em;
}

div.brochure h1 {
	font-size: 2em;
	font-weight: bold;
	color: DarkOrange;
}

div.brochure h2 {
	margin: 5px 0;
	font-size: 1.5em;
	text-align: center;
}

div.brochure p {
	clear: both;
	padding-top: 20px;
}

div.brochure em {
	font-weight: bold;
	font-style: italic;
}

div.introduzione {
	padding: 5px 10px;
	border: 2px dotted DarkOrange;
	margin-bottom: 10px;
	text-align: center;
}

div.introduzione p {
	padding-top: 10px;
	font-size: 1.3em;
}

div.introduzione em {
	font-weight: bold;
	color: #f07000;
}

div.barra-broch {
	width: 226px;
	text-align: center;
}

div.barra-broch h1 {
	margin-bottom: 5px;
	padding: 4px;
	background-color: Navy;
	font-size: 1.05em;
	font-weight: bold;
	color: White;
}

div.barra-broch h2 {
	margin-bottom: 10px;
	padding-top: 10px;
	border-bottom: 2px dotted #f07000;
	font-weight: bold;
	font-size: 1.2em;
	color: #f07000;
}

/* Varie */

ul.vert {
	margin: 20px 0;
	font-weight: bold;
}

ul.vert li {
	margin: 2px 0;
}

ul.vert a:link {
	font-style: normal;
	text-decoration: none;
	color: Navy;
}

ul.vert a:visited {
	font-style: normal;
	text-decoration: none;
	color: Navy;
}

ul.yahoo {
	font-size: 1.1em;
}

ul.yahoo li {
	margin: 10px 0;
}

ul.yahoo strong {
	font-size: 1.2em;
}

div.totale {
	margin-bottom: 20px;
	border: 1px solid DarkOrange;
	padding: 5px;
	font-size: 1.1em;
	font-style: italic;
	color: DarkOrange;
}

div.totale strong {
	font-size: 1.2em;
	font-style: normal;
	color: Navy;
}

p.evidenzia {
	padding: 5px 0;
	font-weight: bold;
	font-size: 1.32em;
}

/* Tabelle */

table.orizz {
	margin: 20px 0;
}
table.orizz td {
	text-align: center;
	font-weight: bold;
}

table.orizz a:link {
	font-style: normal;
	text-decoration: none;
	color: Navy;
}

table.orizz a:visited {
	font-style: normal;
	text-decoration: none;
	color: Navy;
}

table.contatti {
	border-spacing: 10px;
}

table.contatti td {
	width: 290px;
}

table.contatti td.dx {
	width: 100px;
	vertical-align: top;
	text-align: right;
	font-style: italic;
}

table.venues td {
	width: 290px;
	height: 200px;
	text-align: center;
}

table.pictures {
	margin-bottom: 15px;
}

table.pictures td {
	width: 200px;
}

/* Form */

form.quote fieldset {
	border: 1px solid DarkOrange;
	padding: 10px;
}

form.quote legend {
	font-weight: bold;
	padding: 5px;
	color: DarkOrange;
}

form.quote label {
	line-height: 150%;
}

form.quote label.fixedwidth {
	clear: both;
	display: block;
	width: 240px;
	float: left;
}

form.quote p {
	font-weight: bold;
	line-height: 150%;
}

form.quote .buttonarea {
	margin: 10px 0;
	text-align: center;
}
