/**********************************
*       ELEMENTI PRINCIPALI       *
**********************************/
html,body{margin: 0;padding:0;height:100%;}

body
{
	margin: 0;
	padding: 0;
	background:#DAF3FF url(../immagini/sfondo.gif) top repeat-x; 
	font: 12px Arial, Verdana, Georgia, Helvetica, Sans-serif;
	text-align: center;
}

h1{
  float:left;
  width: 226px;
  height:28px;
  font-size:12px;
  color:#008cc0;
  border: 0px solid red;
  padding-top: 12px;
  padding-left: 10px;
  background: url(../immagini/sfondo_h1.jpg) left no-repeat; 
}

p{
  text-align: left; 
  margin-top: 60px;
  color:#00374c;
  padding:3px;
}

p img{
  float:right;
  padding: 10px;
}



a:link, a:visited
{
	color: #00adef;
	text-decoration: none;
}

a:hover
{
	color: #ef6500;
	text-decoration: underline;
}
a.selezionato
{
	color: #ef6500;
	text-decoration: underline;
	font-weight:bold;
}
a.selezionato:visited
{
	color: #ef6500;
	text-decoration: underline;
	font-weight:bold;
}
a img{border:none;}
/**********************************
*            STRUTTURA            *
**********************************/

#contenitore{
	width: 747px;
	border: 0px solid red;
	margin: 0 auto;
}

#superiore{
  margin-top:12px;
  width: 747px;
  height: 153px;
  background: url(../immagini/superiore.gif) no-repeat; 
}

#imglink{
  float:left;
	cursor: pointer;
	border:0px solid red;
  width:215px;
  height:150px;
}

#navbar{
  float:right;
  width:722px;
  height:33px;
  border-top:2px solid #ebebeb;
  background: url(../immagini/sfondo_nav.gif) no-repeat right; 
}

#content{
  float:right;
	background:#fff url(../immagini/sfondo_bot.jpg) bottom no-repeat; 
  top: 191px !important;
  top: 206px;
  width:704px;
  text-align: left;
  margin-top:3px;
	border: 0px solid red;
	padding:9px;
}

#animazHome{
  padding:30px 0;
  text-align:center;
}

#footer{
  width:722px;
  height:22px;
  float:right;
  font-size:10px;
  color:#00374c;
	border: 0px solid red;
	background: url(../immagini/sfondo_foot.gif) center no-repeat; 
	margin-bottom:20px;
}

#contContatti{
  margin-top:50px !important;
  margin-top:0;
  width: 700px;
  border:0px solid red;
  height: 345px;
  color: #004e6b;
  font-size: 11px;
  font-weight: bold;
}

#contContatti a:link,#contContatti a:visited
{
color: #00aeef;
font-weight: bold;
text-decoration: underline;
}

#contContatti a:hover
{
color: #001C3B;
font-weight: bold;
}

#contContatti img{
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
}

#formContatti{
  width: 350px;
  color:#004e6b;
  font-size:11px;
  font-weight: bold;
  float: left;
	border: 0px solid red;
}

#mappaContatti{
  width: 340px;
  float: right;
	border: 0px solid red;
}

/**********************************
*             LINK                *
**********************************/

.credits a:link, .credits a:visited
{
  color:#00374c;
  text-decoration: underline;
}

.credits a:hover
{
  color:#00374c;
  text-decoration: none;
}

/**********************************
*             SPAN                *
**********************************/

.infoFooter{
  float:left;
  padding:5px 15px;
}
.credits{
  float:right;
  padding:5px 15px;
}

/**********************************
*         NAVBAR SUPERIORE        *
**********************************/

#navlist
{
  text-align:left;
  margin:10px 0 0 20px;
  padding:0;
	font-size:12px;
	font-weight:bold;
}

#navlist li
{
	display: inline;
	border:0px solid red;
	list-style-type: none;
}

#navlist a 
{ 
	padding: 5px 31px; 
}

#navlist a:link, #navlist a:visited
{
	color: #00adef;
	text-decoration: none;
}

#navlist a:hover
{
	color: #ef6500;
	text-decoration: underline;
}

#navlist a.active:link, #navlist a.active:visited
{
	color: #ef6500;
	text-decoration: none;
}

#navlist a.active:hover
{
	color: #ef6500;
	text-decoration: none;
}

#navlist a.lingua:link, #navlist a.lingua:visited
{
	color: #008abe;
	font-size: 11px;
	padding-left:48px;
  font-style: italic;
	text-decoration: none;
}

#navlist a.lingua:hover
{
	color: #008abe;
	text-decoration: underline;
}

/**********************************
*         FORM CONTATTI           *
**********************************/	
input.formbutton {
	background: url(../immagini/sfondo_cont.gif) repeat-x; 
	border: 1px solid #21b8f1;
	font-size: 11px;
	color: #00aeef;
	font-weight: bold;	
	height: 24px;
	width: 68px;
	padding:2px;
}

input.formInputTesto{
	font-size:10px;
	width: 250px;
	height: 1.5em;
	padding:2px;
	margin: 4px;
	border: 1px solid #8b8b8b;
	background: #f4f5f6;
	color: #001C59;
}
textarea.formAreaTesto{
	width: 250px;
	height: 10em;
	border: 1px solid #8b8b8b;
	padding:2px;
	margin: 4px;
  background: #f4f5f6;
	color: #001C59;
}

#formback{
	background:#edf2e9;
	}
	
p.obbligatorio {
	display:inline;
	text-align:left;
	margin-top:0;
	color:#CC3333;
	}

/**********************************
*         CLASSI GLOBALI          *
**********************************/

span.skip
{
	display: none;
	font-size: 0;
}

a.skip
{
	display: none;
}

.clearfix:after 
{
	/* Hack per la visualizzazione corretta dei float */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html .clearfix 
{
	/* Hack per la visualizzazione corretta dei float */
	height: 1%;
}
