/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family: Arial;
	font-size: 11px;
	color: #000000;
}
a {
	font-size:11px;
	color: #000000;
	font-weight:bold;
}
a:visited, a:hover {
	color:#000000;
	font-size:12px;
	font-weight:bold;
}
p{
	text-align:justify;
}
/* #################################################################### */
/*								CONTAINER								*/
/* #################################################################### */
div#container{
	height:auto;
	margin:0 auto;
}
/* #################################################################### */
/*								HEADER									*/
/* #################################################################### */
div#header{
	width:980px;
	height:auto;
	padding: 15px;
	margin:0;
}
div#header h1{
	font-size:24px;
	color:#000;
}
/* #################################################################### */
/*								MENU									*/
/* #################################################################### */
div#navigation{
	float:left;
	width:300px;
	height:auto;
	padding:10px;
	margin: 0;
}
div#navigation h1{
	font-size:22px;
	color:#000;
}
div#navigation a {
	font-size:11px;
	color: #000000;
	text-decoration:none;
	font-weight:normal;
}
div#navigation a:hover, a:visited{
	font-size:11px;
	color: #000000;
	text-decoration:underline;
	font-weight:bold;
}
div#navigation ul.icon,ul.icon li{
	list-style: none;
	margin:5px;
	padding:0;
}
div#navigation ul.icon{
	width:auto;
}
div#navigation ul.icon li{
	line-height:16px;
	padding-left:20px;
    background:url(../img/sfera.gif) no-repeat left center;
}
div#navigation ul.sub,ul.sub li{
	list-style:disc;
	line-height:14px;
	margin:0px;
	padding:0;
}
div#navigation ul.sub{
	width:auto;
	padding-left:40px;
}
div#help{
	background-color:#fff;
	border: solid 3px #000;
	font-size: 11px;
	width: 200px;
	padding:5px;
	float:left;
}
/* #################################################################### */
/*								CONTENT									*/
/* #################################################################### */
div#content{
	margin: 0 50px 0 325px;
	padding:10px;
	color:#000;
	border-left:#CCCCCC thin solid;
}
div#content h1{
	font-size:15px;
	font-weight:bold;
	color:#000;
}
#content h2{
	font-size:20px;
	font-weight:bold;
	color:#000;
}
#content h3{
	font-size:16px;
	font-weight:bold;
	color:#000000;
}
#content h4{
	font-size:12px;
	font-weight:bold;
	color:#000000;
}
#content a {
	font-size:11px;
	color: #000000;
	font-weight:bold;
}
#content a:hover{
	color:#000;
	font-weight:bold;
	font-size:11px;
}
#content a:visited {
	color:#000000;
	font-weight:bold;
	font-size:11px;
}
/* #################################################################### */
/*								FOOTER									*/
/* #################################################################### */
div#footer{
	height:auto;
	color:#000;
	padding:10px;
	margin:10px;
}
div#footer h1{
	font-size:20px;
	color: #000;
}
div#footer a, a:hover, a:visited {
	color:#000;
	font-size:11px;
}
/* #################################################################### */
/*							SPAN e CLASSI								*/
/* #################################################################### */
.clear{clear:both;}
.dx{float:right;}
.sx{float:left;}
.mini{font-size:9px;}
.medio{font-size:16px;}
.big{font-size:20px;}
.sfondo{}
.bianco{color:#ffffff;}
.news{
	border-bottom: solid 1px #ccc;
	width:auto;
	padding:10px;
}
.boxNews{
	width: 80%;
	margin:5px;
	padding:0;
}
