﻿/* news */
#news #header
{
    background-image:url('head_news.jpg');
}
#news #contentmain
{
    position:relative;
    color:Black;
    width:672px;      
    top:9px;  
}
#news #contentside
{
    width:86px;   
}
#news .sezione
{
    position:relative;
    left:5px;
    display:block;
    clear:both;
    height:62px;
    width:124px;
    background-image:url('news_tit.gif');
}
#news .titolo
{
    position:relative;
    display:block;
    clear:both;    
    margin-bottom:10px;
    height:19px;
    width:672px;
    background-position:0px -19px;
    background-image:url('box_largel.gif');    
}
#news .titolo .testo
{
    position:relative;
    font-weight:bold;
	float: left;    
    left:10px;
    top:3px;
}
#news .titolo .data{
    font-style:italic;
	color:#656565;
	margin:3px;
	float: right;
}
#news .contenuto a
{
    font-weight:bold;
	color:#c20a01;
    text-decoration:none;
}
#news .contenuto a:hover
{     font-weight:bold;
	color:#c20a01;
    text-decoration:underline;
}
#news #contentside a
{
    
	font-weight:normal;
	color:gray;
    text-decoration:none;
}
#news #contentside p
{
    color:#ffffff;
	font-weight:bold;
	margin-bottom:3px;
}
#news #contentside a:hover
{
    
	font-weight:normal;
	color:#ffec00;
    text-decoration:none;
}
#news #contentside a:active
{
    color:#ffec00;
    text-decoration:none;
}