/*stili per il layout fisso con background*/

html,body{margin: 0; padding:0px}
body{
	font-family: arial,sans-serif;
	font-size: 76%;
	margin:0;
	text-align: left;
}
div#container{
	width:780px; 
	margin-left:auto;
	margin-right:auto;
	border: 1px solid #ccc;
	background-color:#E2E9EF;
	background-image: url(images/3column_bg.gif);
	text-align:justify;
}
/*stili generici, su header e footer*/
div#header{color: #ff0;background: #FFFFFF url(images/sfondino.jpg) repeat;}
h1,h2{margin: 0;padding:0}
h1{padding-left:10px;font: bold 2.3em/80px arial,sans-serif}
h2{color: #369;font-size: 10px;font-weight: bolder;font-family: Arial, Helvetica, sans-serif;text-decoration: blink;}
p {
	margin-top:10px;
	margin-bottom:10px;
}
div#footer a{
	color:#990000;
	font-weight: bold;
	text-decoration: underline
}
/*stili specifici per il layout*/
div#sx{
	float: left;
	width: 170px;
	background: #FBEEF5 url(images/sfondo-fiori-01.jpg) no-repeat top;
}
#sx_cont {
	text-align:left;
	padding: 40px 0px 0px 6px;
}
div#dx{
	float: right;
	width: 170px;
	background:url(images/sfondo-fiori-03.jpg) no-repeat top;
}
#dx_cont {
	padding: 40px 0px 0px 6px;
	text-align:left;
}
div#content{
	background:#ecfaad url(images/sfondo-fiori-02.jpg) no-repeat top;
	margin-right: 170px;
	margin-left: 170px;
	font-size: 11.7px;
	padding: 40px 5px 15px 5px;
}
.maintable {
	border-collapse:collapse;
}
.maintable td{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: white;
	border-right-color: white;
	border-bottom-color: white;
	border-left-color: white;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}
.maintable img{
	margin:5px;
	float:left;
}

.maintable p {
	margin-top:5px;
	margin-bottom:5px;
}
.maintable .link {
	text-align:right;
}
.maintable a {
	color:#669933;
	font-weight:bold;
}

div#footer1{clear:both; }/*stili per la navigazione*/
div#footer{
	padding:10px;
	clear:both;
	text-align:center;
	background-color:#E2E9EF;
}/*stili per la navigazione*/
div#sx ul{margin: 0;padding: 0; list-style-type: none}
div#sx li{margin: 0;padding: 0}
div#sx a{color:#369;text-decoration: none;font-family: arial, sans-serif;font-size: 1.15em;font-style: normal;line-height: 1.2em;font-weight: bold;font-variant: normal;}
div#sx a:hover{color: #033;text-decoration: underline}
div#sx a#activelink{color: #033;text-decoration: none}
div#sx p{font-size: 90%}
/*stili per la sezione dx*/
div#dx div.newsbox{font-size: 90%;margin-bottom: 2em}
div#dx div.newsbox h2{color: #999;font-size: 1.2em}
div#dx div.newsbox p{margin: 0}
div#dx ul{margin: 0;padding: 0; list-style-type: none}
div#dx li{margin: 0;padding: 0}
div#dx a{color:#369;text-decoration: none;font-family: arial, sans-serif;font-size: 1.15em;font-style: normal;line-height: 1.2em;font-weight: bold;font-variant: normal;}
div#dx a:hover{color: #033;text-decoration: underline}
div#dx a#activelink{color: #033;text-decoration: none}
div#dx p{font-size: 90%}
div#dx select{font-size: 80%}
