body, html { 
	margin:0;
	padding: 0;
	font-family: arial,sans-serif; 
	height:100%;
	font-size:14px;
	color:#01385f;

	
	}

#container{ 
width:1000px;
background-image:url(img/back1.jpg);
background-repeat:no-repeat;

 /*nessuna regola necessaria*/ }

h1{margin: 0;padding:0}

h2{color:#4078B8; font-size:1.5em; text-align:center}

#content { 
width:908px;
height:100%;
border:0px solid #ffffff;
border-top:none;
position:aboslute;
overflow:hidden;

}

#header{
width:908px;
height:220px;
background-image:url(img/top.png);
background-repeat:no-repeat;
z-index:4;
}


.clr
{
clear:both;
display:block;
line-height:1px;
font-size:1px;
}

#all {
background-color:#FFFFFF;
width:908px;
height:452px;
z-index:1;
margin-top:0px;


}


#left {
background-image:url(img/left.png); 
background-repeat:no-repeat;
float:left;
margin-top: 0px;
margin-left: 0px;
width:190px;
min-height:452px;
position:static;
z-index:2;
}

#right {
background-image:url(img/right.png); 
background-repeat:no-repeat;
width: 717px;
text-align:left;
min-height:452px;
z-index:1;
float:right;
margin-top:0px;
z-index:3;
}



#footer{
clear:both;
width:1000px;
height:43px;
background-image:url(img/footer.png);
background-repeat:no-repeat;
z-index:4;
}

a:link{ color: #01385f; text-decoration:none; font-weight:normal;}
a:visited { color: #01385f; text-decoration:none; font-weight:normal}
a:hover{ color: #01385f; 
text-decoration:underline;
font-weight:normal}
a:active { color: #01385f; 
text-decoration:underline;
font-weight:normal}


a.menu1:link{ color: #ffffff; text-decoration:none; font-weight:100; text-align:left}
a.menu1:visited { color: #ffffff; text-decoration:none; font-weight:100; text-align:left}
a.menu1:hover{ color: #ffffff; 
text-decoration:underline;
font-weight:300; text-align:left}
a.menu1:active { color: #ffffff; 
text-decoration:underline;
font-weight:300; text-align:left}

a.elenco:link{ color: #01385f; text-decoration:none; font-weight:100;}
a.elenco:visited { color: #01385f; text-decoration:none; font-weight:100}
a.elenco:hover{ color: #01385f; 
text-decoration:underline;
font-weight:300}
a.elenco:active { color: #01385f; 
text-decoration:underline;
font-weight:300}




<!-- stili font -->

.menu {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 17px;
	line-height:15px;
	color: #FFFFFF;
	font-stretch: ultra-condensed;
	font-stretch:extra-condensed;
	font-weight:100;
	text-align:left;
	padding-left:24px;
}

.sottomenu {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	line-height:19px;
	color: #FFFFFF;
	font-stretch: ultra-condensed;
	font-stretch:extra-condensed;
	font-weight:100;
	text-align:left;
	padding-left:34px;
}

a.menu:link{ color: #ffffff; text-decoration:none; font-weight:bolder;}
a.menu:visited { color: #ffffff; text-decoration:none; font-weight:bolder}
a.menu:hover{ color: #3b459c; text-decoration:underline; font-weight:bolder}
a.menu:active { color: #3b459c; text-decoration:underline; font-weight:bolder}

a.codice:link{ color: #3b459c; text-decoration:none; font-weight:normal;}
a.codice:visited { color: #3b459c; text-decoration:none; font-weight:normal}
a.codice:hover{ color: #ef250d; text-decoration:underline; font-weight:normal}
a.codice:active { color: #ef250d; text-decoration:underline; font-weight:normal}



.tabella {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	color: #3b459c;
	font-stretch: ultra-condensed;
	font-weight:bold;
	text-align:left;
	margin-left:10px;
	padding-left:10px;
}

ul.news li {
list-style-image: url('images/rettangolino.gif');
padding: 10px 5px 10px -15px;
margin: 10px 5px 10px -15px;
}


