/* reset white space */

* {
line-height: 1;
text-align: left;
background-color: transparent;
}

html, body {
margin: 0;
padding: 0;
}

h1, h2, h3, h4, h5, h6 {
margin-top: 15px;
margin-bottom: 7px;
}

address, blockquote, dl, form,
fieldset, ol, table, p, pre, ul {
margin-top: 10px;
margin-bottom: 10px;
}

a img {
border: 0;
}

table,caption,tbody,tfoot,thead,tr,th,td {
  padding: 0;
  margin: 0;
}

table {
border-collapse: collapse;
}

p {
margin: 12px 0;
}

img {
vertical-align: middle;
}

span {
font-size: 100%; /* span inside h1 etc. */
}


* {
color: #fff;
}

body {
	font-size: 62.5%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../immagini/body_bg.png);
	background-repeat:repeat-x;
	background-color:#000000;
	
	}

h1 {
	font-size: 22px;
	color:#FF0099;
	font-weight:bold;
	}

h2 { 
	font-size: 16px;
	color:#fff;
	font-weight:bold;
	}

h3 {
	}

a { 
color: #ff0099;
text-decoration: none;
}

a:hover { color: #F975CA;
text-decoration: none;
	}
a:active{
	outline: none;
	}
a:focus{
	outline: none;
	}
a img{
	border:0px;
	}
p{
	line-height: 1.5em;
	}
  
  div#header p {
  color: #111;
  margin: 0;
  }
  
#container{
	width:970px;
	margin:0 auto;
	font-size:1.2em;
	background-image:url(../immagini/container_bg.png);
	background-repeat:no-repeat;
	}
#header{
	width:970px;
	height:20px;
	background-image:url(../immagini/header_bg.png);
	background-repeat:no-repeat;
	padding-top:166px;
	}
#wrapper{
	background-image:url(../immagini/wrapper_bg.png);
	background-repeat:no-repeat;
	}		
#content{
	float:left;
	width:750px;
	margin-top:10px;
	display:inline;
	text-align:justify;
	}


#news{
	width:240px;
	margin-left: 10px;
	padding:5px;
	float:left;
	}
#immagine{
	width:250px;
	height:265px;
	margin:5px 10px;
	float:left;
	}
	
#freemind{
	width:450px;
	margin:5px 0;
	padding:10px;
	float:left;
	display:inline;
	}

#box{
		width: 100%;
	}
	
#box_inner{
		width: 90%;
		margin:5%;
		height:300px;
		background-color:#FF00FF;
	}					
	/*               Accordion Men� ----> Inizio           */

#navigation{
	float:left;
	width:165px;
	margin:15px 0;
	font-size:0.9em;
	display:inline;
	}
ul#menu, ul#menu ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
	width: 190px;
	}

ul#menu a {
	display: block;
	text-decoration: none;
	border:0;	
  color: #fff;
	}


ul#menu li {
	margin-top: 2px;
	}

ul#menu li a {
	background-image:url(../immagini/intestazione_menu.png);
	background-repeat:no-repeat;
	width:190px;
	height:25px;
	font-weight:bold;
	line-height:2.0em;
	padding:0 10px;	
	}

ul#menu li a:hover {
  
}

ul#menu li ul li a {
	background-image:url(../immagini/link_menu.png);
	background-repeat:no-repeat;
	width:190px;
	height:25px;
	color: #000;
	font-weight:normal;	
	}

ul#menu li ul li a:hover {
  
}	

								/*               Accordion Men� ----> Fine             */	
#extra{
	clear:both;
	
	width:100%;
	height:25px;
	/* background-color:#FF0099; */
	margin-top:50px;

	}	
#footer{
	text-align:center;
	margin-top:20px;
	}
.titoloNews{
	font-size:1,4em;
	color:#FF0099;
	font-weight:bold;
	}
.clear{
	clear:both;
	height:1px;
	line-height:1px;
	font-size:1px;
	}
.newsticker li{
	list-style:none;
	}			