/*stili per il layout fisso*/

html,body{
	margin: 0;
	padding:0;
	height: 100%;
}
body{
	font-family: Georgia, Times, serif, Monotype Corsiva;
	font-size: 76%;
	background-image: url(/immagini/grad.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
div#container{
	text-align: justify;
	background-image: url(/immagini/puccbg2.jpg);
	position: relative;
	height: 100%;
	margin: 0 auto;
	width: 760px;
}
body>div#container{
	height: auto;
	min-height: 100%;
}

/*stili generici, su header e footer*/
div#header{
	background-color:#FFFFFF;
	padding-top: 18px;
}
h1,h2{
	margin: 0;
	padding:0;
	}
h1{
	color: #FFFFFF;
	font-size: 20px;
	font-family: Georgia, Times, serif, "Monotype Corsiva";
	font-weight: bold;
	font-style: italic;
}
h2{
	color: #FFFFFF;
	font-size: 15px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: justify;
	padding-left: 0.5em;
	padding-top: 0.5em;
	padding-right: 0.5em;
}

div#footer a{
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
	}

/*stili specifici per il layout*/
div#content{
	padding: 0.5em 1em 1em;
	font-size: 18px;
	margin-left: 264px;
	background-color: #FF9C21;
	margin-top: 5px;
	margin-right: 4px;
	margin-bottom: 27px;
}
div#navigation{
	float: right;
	width: 350px;
}
div#footer{
	text-align:center;
	color: #FFFFFF;
	font-family: Georgia, Times, serif, Monotype Corsiva;
	font-size: 10px;
	font-style: italic;
	position: absolute;
	bottom: 6px;
	width: 100%;
	padding: 0.5em 0;
	background-color: #FF9C21;
}

/*stili per la navigazione*/
ul, li {
	list-style-type: none;
	margin:0;
	padding:0;
}

ul {
	position: absolute;
	left: 5px;
	height: 378px;
	width: 255px;
	text-align: center;
	background-image: url(/immagini/menu.jpg);
	top: 199px;
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 2;
}

li {
display: inline; /* correction for IE5 et IE5.5 */
}

li a {
	display: block;
	height: 54px;
	width: 255px;
	line-height: 54px;
	color: #FFFFFF;
	font-size: 24px;
	font-family: georgia, serif;
	font-variant: normal;
	font-style: normal;
	text-decoration: none;
}

li a:hover {
	background-image: url(/immagini/menu.jpg);
	color: #FFFFFF;
}

a#menu1:hover, a#menu1:active {
background-position: 0% -378px;
}

a#menu2:hover {
background-position: 0% -432px;
}

a#menu3:hover {
background-position: 0% -486px;
}

a#menu4:hover {
background-position: 0% -540px;
}

a#menu5:hover {
background-position: 0% -594px;
}

a#menu6:hover {
background-position: 0% -648px;
}

a#menu7:hover {
background-position: 0% -702px;
}

.imagec {
   	margin: 0;
	padding: 0;
	text-align: center
}
	
.flag {
	margin-left: 10px; 
	margin-bottom: 7px;
}

.style2 {
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
	bottom: 5px;
	font-size: 10px;
	text-align: center;
}


.box {
	border: 1px solid;
	font-size: 18px;
	border-color: #FFFFFF;
	width: 94px;
	text-align: center;
	height: 20px;
	color: #FFFFFF;
}

.box0 {
	border: 1px solid;
	font-size: 18px;
	border-color: #FFFFFF;
	width: 440px;
	text-align: center;
	color: #FFFFFF;
}

.box1 {
	border: 1px solid;
	font-size: 13px;
	border-color: #FFFFFF;
	width: 336px;
	color: #FFFFFF;
	font-weight: bold;
}

.box2 {
	border: 1px solid;
	font-size: 12px;
	border-color: #FFFFFF;
	width: 165px;
}

.box3 {
	border: 1px solid;
	border-color: #FFFFFF;
	width: 36px;
}

a img{
  	border:none;
}
