body {
	margin:0px;
	padding:0px;
	_height:100%;

	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
}

a{
	text-decoration:none;
	font-weight:bold;
}

#flashcontent{
	
}

html{
	_height:100%;

}



#container_news{
	width:520px;
	height:570px;
	margin:30px auto 0 auto;
	position:relative;
	background:white;	
	z-index:99999;
}
#teaser{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99997;
	width: 100%;
	height:100%;
	background-color: #333;
	/*filter:alpha(opacity=50);
	-moz-opacity: .5;
	opacity: .5;*/
}

#news_wrapper{
	z-index:99998;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:500px;
}
#news{
	position:absolute;
	top:70px;
	left:0;
	z-index:99999;
	width:500px;
	height:500px;
	
}

#link_chiudi{
	display:block;
	padding:4px;
	background: #ccc;
	color:black;
	width:90px;
	float:right;
	text-align:center;
}
#link_chiudi:hover{
	background:#7FAD1A;
	color:white;
}

#elenco_news{
	list-style:none;
	margin:20px;
	padding:0;
}

#elenco_news strong{
	color:#7FAD1A;
	font-size:13px;
}

#elenco_news a{
	color:#7FAD1A;
}

#elenco_news li{
	padding:6px 0;
	border-bottom:1px solid #ededed;
	margin:8px 0;
}

#news p{
	color:#666;
	font-size:11px;
	margin:0px;
	padding:3px 0;
}


#container_news h2{
	font-size:16px;
	margin: 40px 20px;
	padding:0;
	line-height:20px;
}

.clr{
	clear:both;
	height:0;
	font-size:0;
	line-height:0;
}

