/*stili per il layout fisso*/

html,body{
	margin: 0;
	padding:0;
	height: 100%;
}
body{
	font-family: Verdana, 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);
	background-image: url(immagini/sfondo_3.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: 18px;
	font-family: Arial, Helvetica, serif, "Monotype Corsiva";
	font-weight: bold;
	font-style: normal;
}
h2{
	color: #FFFFFF;
	font-size: 13px;
	font-style: normal;
	font-family: Arial, Helvetica, Times, serif;
	text-align: justify;
	padding-left: 0.5em;
	padding-top: 1.0em;
	padding-right: 0.5em;
}
p{
	color: #FFFFFF;
	font-size: 14px;
	font-style: normal;
	font-family: Arial, Helvetica, Times, serif;
	text-align: justify;
	padding-left: 0.5em;
	padding-top: 0.5em;
	padding-right: 0.5em;
}

div#footer a{
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	}

div#footer p{
	color: #FFFFFF;
	font-size: 12px;
	font-style: normal;
	font-family: Arial, Helvetica, Times, serif;
	text-align: justify;
	padding-left: 0.5em;
	padding-top: .5em;
	padding-right: 0.5em;
	}

/*stili specifici per il layout*/
div#content{
	padding: 0.5em 1em 1em;
	font-size: 18px;
	margin-left: 264px;
	background-color: #B10B0F;
	margin-top: 5px;
	margin-right: 4px;
	margin-bottom: 0px;
}
div#navigation{
	float: right;
	width: 350px;
}
div#footer{
	text-align:center;
	color: #FFFFFF;
	font-family: Arial, Helvetica, serif, Monotype Corsiva;
	font-size: 12px;
	font-style: normal;
	position: absolute;
	bottom: 5px;
	width: 98%;
	padding: 0em 0;
	background-color: #B10B0F;
}

/*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);
	background-image: url(immagini/sfondo_3.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: Verdana, serif;
	font-variant: normal;
	font-style: normal;
	text-decoration: none;
}

li a:hover {
#	background-image: url(immagini/menu.jpg);
	background-image: url(immagini/sfondo_2.jpg);
	color: #FF0000;
font-variant: small-caps;
}

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;
}

a#menu8:hover {
background-position: 0% -756px;
}

.imagec {
   	margin: 0;
	padding: 0;
	text-align: center
}
	
.imagel {
   	margin: 0;
	padding: 0;
	text-align: left;
	padding-right: 10px;
}
	
.imager {
   	margin: 0;
	padding: 0;
	text-align: right;
	padding-right: 10px;
}
	.flag {
	margin-left: 10px; 
	margin-bottom: 7px;
	padding-right: 5px;
	text-align: right;
	}

.style2 {
	color: #FFFFFF;
	font-style: normal;
	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;
	padding: 0.3em 0.3em;
}

.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;
}


