@charset "iso-8859-1";
/* CSS Document */

/* Impostazioni del font, dei titoli, dei sottotitoli e dello spazio bianco*/
body {font-family:Arial, Helvetica, sans-serif; font-size:12px; margin-left: 0px;margin-top: 0px;margin-right: 0px;margin-bottom: 0px; background-color:#0D2F42}
.header {height:400px }
.header-interna {height:240px }
.pagina { background-image:url(../images/sf-pagina.png); background-repeat:repeat-x }

h1{
	font-size: 20px;
	color:#FFF;
	text-align:left;
	font-style: normal;
	line-height: normal;
	font-weight:light;
	margin-left: 0px;
}
	
h2 {
	font-size: 16px;
	color:#FFF;
	text-align:left;
	margin-left:0px;
	margin-bottom:10px;
	font-style: normal;
	line-height: normal;
	font-weight:light;
}
	
h3{
	font-size: 12px;
	color: #2B4458;
	margin-left: 0px;
	font-style:italic;
	font-weight: normal;
	line-height: 18px;
	text-align:justify;

}
h4{
	font-size: 14px;
	color:#FFF;
	margin-left: 20px;
	font-style:italic;
	font-weight: bold;
}
h5{font-size: 1em}
h6{font-size: 0.85em; margin: 1.0em 1.0em}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 17px;
	text-align:justify;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	color:#333;
	margin-top: 10px;
}

ul { list-style-image:url(../images/pallino.png)
}


/*------------------------------------- impostazioni per layout---*/

#content { background-image:url(../images/main_back_hr.jpg);background-repeat:repeat-x;
	padding-bottom:100px; background-color: #B3B3B3}
#header {background-image: url(../images/header_back_hr.jpg); background-repeat:repeat-x;
	height:400px;
}
#footer {background-color: #0D2F42; background-image: url(../images/footer_back.gif); background-repeat:repeat-x;

	height:100px; font-family:Arial, Helvetica, sans-serif; font-weight:lighter}
#testo-footer {font-weight:lighter;
	color:#FFF;
	text-align:center;
	padding-top:30px;
	line-height: 20px;
}

.bold { font-size:13px; font-weight:bolder
}
.blu { font-size:12px; font-weight:bolder; color:#06C
}
.luxury { font-size:12px; font-weight:bolder; color: #FC0; border:#333
}

/*------------------------------------- impostazioni per links ---*/
a {color: #06C;text-decoration:none; font-size:12px; font-weight:light; }
a:hover {color: #06C; text-decoration:underline;}

a.email {color: #fff;text-decoration:none; font-size:12px; font-weight:normal;} 
a.email:hover {color: #FFF; text-decoration:underline;}

a.credits {color: #FFFF99;}

a.ingrandisci {color: #FFF; font-size:12px; font-weight:light; font-style:normal; background-image:url(../images/pulsante.png); background-repeat:no-repeat; padding-bottom:15px; padding-left:15px; padding-right:20px; padding-top:10px}
a.ingrandisci:hover {color: #FFF; font-size:12px; font-weight:light; font-style:normal; background-image:url(../images/pulsante-o.png); background-repeat:no-repeat}
