html, body {
margin:0;
padding:0;
height:100%;
background-color:#E5E5E5; /* COLORE DELLO SFONDO */
font-family:Arial, Helvetica, sans-serif;
font-size:small;
}

DIV#container {
position:relative;
margin:0 auto;
width:950px; /* LARGHEZZA DEL CONTENITORE */
background-color:#E5E5E5; /* COLORE CONTENITORE */
height:auto !important;
height:100%;
min-height:100%;
}

DIV#header {
background-color:#E5E5E5; /* COLORE HEADER */
}

DIV#main {
position:relative;
min-height:200px;
padding-left:0px; /* SCOSTAMENTO DA BORDO SIN X MENU' */
padding-right:0px; /* SCOSTAMENTO DA BORDO DES X MENU' */
}

DIV#main_contenuti {
position:relative;
min-height:450px;
padding-left:270px; /* SCOSTAMENTO DA BORDO SIN X MENU' */
padding-right:0px; /* SCOSTAMENTO DA BORDO DES X MENU' */
}

DIV#menu {
float:left;
width:200px;
}

div#contenuto {
float:right;
width:680px;
}

DIV#menu_sin {
position:absolute;
top: 0; left:0; 
width:300px;  /* LARGHEZZA MENU' SINISTRO */ 
background-color:#FFFFFF; 
color:#185AA6;
}

DIV#menu_des {
position:absolute;
top: 0; right:5px;
width:625px;  /* LARGHEZZA MENU' DESTRO */ 
background-color:#FFFFFF; 
color:#185AA6;
}

DIV#menu_des_contenuti {
position:absolute;
margin:0;
top: 0; left:2px;
width:270px;  /* LARGHEZZA MENU' DESTRO */ 
background-color:#FFFFFF; 
color:#185AA6;
}

div#content {
padding:2px 2px 20px 2px }
div#content p {
margin:0;
text-align:justify;
padding:0px; }

DIV#footer {
background-color: #E5E5E5;
color: #999;
margin: 0px;
position:relative;
width:100%;
bottom:0px; /* POSIZIONE IN BASSO, 0px = ATTACCATO AL FONDO PAGINA */
}

a.menu:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.menu:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.menu:hover {
	text-decoration: underline;
	color: #00FFFF;
}
a.menu:active {
	text-decoration: none;
	color: #FFFFFF;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color : #000000;

}
a:active {
	text-decoration: none;
	color: #000000;
}

.Stile1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

.Stile2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color:#185AA6; 
}

.Stile1_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7E7E7E;
}
.Stile3_menu {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; }

.Stile3 {color: #003366}
.Stile24 {font-family: Arial, Helvetica, sans-serif; font-size: 16px; color: #999999; font-weight: bold; }
.Stile25 {color: #4869AE}
