html,body { 
	margin: 0;
	padding:0; 
	background-color: #99CCFF; 
	background-image: url(../imgs_grafiche/sfondo-pagina.gif); 
}

body { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	
}

div#container {
	BORDER: #AC4A07 0px solid; 
	MARGIN: 0px auto; 
	WIDTH: 760px; 
	COLOR: #003399; 
	POSITION: relative; 
	TEXT-ALIGN: left; 
	background: url(../imgs_grafiche/bordoc.gif) repeat-y left;
}

h1 { display: none }

a.link { color: #003399; text-decoration: none; }
a.link:hover { color: #003399; text-decoration: underline; }

a { color: #003399; text-decoration: underline; }
a:hover { color: #003399; text-decoration: underline; }

a.testo { COLOR: #003399; text-decoration: underline; }
a.testo:hover { COLOR: #003399; text-decoration: underline; }

.floatleft { float: left; padding: 10px; }
.floatright { float: right; padding: 10px; }

p.testo {
	letter-spacing: 1px;
	text-align: justify;
}

DIV.wide { clear: left; MARGIN: 0px 1% }

/*stili specifici per il layout*/
div#header { 
	text-align: center; 
	padding: 0px; 
	margin: 0px 0px 3px 0px; 
	border: 0px;
	background: url(../imgs_grafiche/header.gif); 
	height: 128px;
}
div#menu { 
	background: url(../imgs_grafiche/sfondo-menu.gif); 
	clear:both; 
	text-align: left; 
	padding: 1px 0px 0px 0px; 
	height: 19px; 
	font-size: 8px; 
}

div#menu img { border: 0px; }

div#navigation { 
	position: relative; 
	float: left; 
	width: 200px;\width:210px;w\idth:200px; 
	padding: 0px; 
	margin: 0px;
	border: #6699cc 0px solid;
}

div#navigation img { border: 0px; }

div#contentbottom{
	background: url(../imgs_grafiche/sfondo-bottom.gif);
}

div#content1{
	background: url(../imgs_grafiche/sfondo-menu-laterale.gif) repeat-y;
	clear: both; 
	width: 760px;
}

div#content{
	position: relative; 
	float: left;
	margin: 0px 8px 0px 0px; 
	padding: 0px;
	width: 547px;
}

div#header div.dati {
	float: right;
	padding: 20px 30px 0px 0px;
	color: #003399;
	text-align: left;
}
div#header div.dati a, a:hover { color: #003399; text-decoration: underline; }

div.textimage {
	margin: 3px 0px 0px 0px; 
	width: 545px;
	border: #6699cc 1px solid;
	padding: 0px;
	background-color: #FFF;
	text-align: center;
}

div.texttext {
	margin: 3px 0px 0px 0px; 
	width: 525px;
	border-top: #6699cc 1px solid;
	border-left: #6699cc 1px solid;
	border-right: #6699cc 1px solid;
	padding: 10px;
	background-color: #FFF;
	text-align: left;
}

div#footer{
	clear:both; 
	text-align: center; 
	margin: 3px 0px 0px 0px; 
	padding: 0px; 
	border: #6699cc 1px solid; 
	background-color: #FFF; 
}

div#dlink{
	text-align: center; 
	margin: 3px 0px 0px 0px; 
	padding: 0px; 
}

DIV#navigation img {
	border: 0px; 
	margin: 5px 0px; 
	padding: 0px;
}

DIV#menu img {
	border: 0px; 
	margin: 0px 15px; 
	padding: 0px;
}

DIV#menu DIV.spazio {
	width: 80px; 
	margin: 0px; 
	padding: 0px; 
	float: left;
}


