/******************************************
  elementi generici
******************************************/

*{margin:0;padding:0;border:0px solid;}
p {
	padding-bottom: 5px;
}
/*blockquote.normale, ul.normale,
fieldset.normale, form.normale,
ol.normale, ul.normale, dir.normale,
menu.normale, dd*/.normale  { margin-left: 40px; margin-top: 5px;margin-bottom: 5px;}
.normale li {margin-bottom: 5px;}
a:hover {cursor:hand}
TABLE{
padding: 0px;
 border-spacing: 0px;
 empty-cells: show;
 border-collapse: collapse;
}
html{
font: 90% Bookman Old Style,serif;
/*font: 100% Baskerville Old Face, Times, serif;*/
width:100%;min-width:1000px;
text-align: center /*per IE5*/;
/*background-color: #F7F7F7;*/

color: #000;
/*color: #001A49;*/
}

/******************************************
  link
******************************************/

a, a:link, a:visited {
text-decoration: underline;
color: #001A49;
}

a:hover, a:active, a:focus {
text-decoration: underline;
color: #001A49;
}

#page a, #page a:link, #page a:visited,
#page a:hover, #page a:active, #page a:focus{
text-decoration:underline;
color: #a30006;
	padding-bottom: 15px;
}
.intro a, .intro a:link, .intro a:visited,
.intro a:hover, .intro a:active, .intro a:focus,
#credits a, #credits a:link, #credits a:visited,
#credits a:hover, #credits a:active, #credits a:focus
{
text-decoration:underline;
color: #a30006;
}

/*  elementi principali */
body {
	text-align: center;
}
#body{
width: 785px;
margin: 20px auto 10px auto;
border: 0px solid gray ;
text-align: left;
position: relative;
background-color: #FFF;
overflow: hidden;
}

#header{
	color:#000;
	margin: 0px;
	padding-top: 10px;
	text-align: left;	
	padding: 0 20px;
/*	padding-bottom: 20px;*/
	clear: both;
	position: relative;
	overflow: hidden;
	background-image: url(./img/header_bg.gif);
	background-repeat: no-repeat;
	height: 75px;
	border: solid 0px;
	text-align: right;
	font-weight: bold;
	font-size: 16px;
}

#header h1{
	font: bold, serif;
	border: none !important;
	font-size: 18px;
	color: #0082c9;
	padding-top: 18px;

}

#header h2{
	font-weight: normal;
	border: none !important;
}
#header h2{
	display: none;
}

#header .banner {
	float: right;
	}
	
#menu{
	overflow: hidden;
	position: relative;
	z-index: 100;
	text-align: center;
}
/* menu in alto*/
.menu1{
	position: relative;
	height: 30px;
	border: 0px solid #A30006;
	margin: 0px auto;
	padding:0;
	list-style:none;
	margin-left: 170px;
}

.menu1 li{
	float: left;
	display: inline-block;
	position: relative;/* per poter posizionare il sottomenu */
	font-weight: bold;
	font-size: 26px;
	margin: 0;
	padding: 0px 5px; /* per avere un bordo un op' pià alto sopra*/
}
.menu1 li.prima{
	color: #0082C9;
}
.menu1 a{
/*	border: 2px solid #E00971;*/
text-decoration: none;
}
.menu1 li.prima a{
	color: #0082C9;
}

/* sotto menu */
.menu1 ul{
	list-style: none;
	position: absolute; /* per posizionarla sotto il menu*/
	top: 2em; /* uguale all'altezza del menuu*/
	left: 1px;
	padding: 0px;
	padding-bottom: 10px;
}




#content{
	background-image: url(./img/content_bg.gif);
	background-repeat: no-repeat;
	border: solid 0px;
	overflow: hidden;
	padding-top: 200px;
	padding-left: 25px;
	padding-right: 50px;
	padding-bottom: 60px;
	float: left;
	margin-top: 15px;
	margin-left: 170px;
	
}

#claim {
	background-image: url(./img/claim_bg.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding-right: 20px;
	width: 500px;
/*	text-align: justify;*/
}
#footer {
	position: relative;
	background-image: url(./img/footer_bg.gif);
	background-repeat: no-repeat;
	height: 50px;
	font-size: 14px!important;
/*	font-weight: bold;*/
	overflow: hidden;
	clear: both;
	font-size: 14px;
	margin:10px 0px;
	padding: 0 10px;

}
#footer p.claim{
	position: absolute;
	font-weight: normal;
	top: 7px;
	left: 200px;

}
#footer ul{
	position: absolute;
	bottom: 0px;
	left: 200px;
	color: #0082C9;
}
#footer li{
	float: left;
	display: inline-block;
	padding: 0px 5px 0px 0px;
}

#footer li.primo{
	border-left: none;
}

#footer a{
	text-decoration: none;
	
}

#footer a:hover,
#footer a:focus,
#footer a:active {
	text-decoration: underline;
}



#content h2{
	font-family: Baskerville Old Face, Times, serif;
	padding-bottom: 20px;
}

/******************************************
  classi generiche 
******************************************/

.hidden, .navigazione-no-css {
	visibility: hidden;
}
