/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:#DEDEBC;
	background-repeat:repeat-y;
	font-family:"Courier New", Courier, monospace;
	font-size:13px;
	
	
}
a:link {
	text-decoration: none;
	color:#333333;
}
a:visited {
	text-decoration: none;
		color:#333333;
}
a:hover {
	text-decoration: none;
	color:#ff9900;	
}
a:active {
	text-decoration: none;
}img {border: 0px;} 

#topBanner {
	position:assolute;
	top: 0px;
	left: 1px; 
	z-index: 1;
	width:990px;
	height:65px;
    }

#testata {
	position:relative;
	border-bottom:1px solid white;
	background-image:url(../img/headerhome.jpg);
	background-repeat:no-repeat;

	left: 0px; 
	z-index: 1;
	width:990px;
	height:135px;
	background-color:#FFf;
    }
#testata_read {
	position:assolute;
	left: 0px;
	z-index: 1;
	width:990px;
	height:50px;
	background-image:url(../img/top_read.jpg);
	background-color:#fff;
	top: -100px;

    }

#menu{
	position:relative;

	left: 0px;
	z-index: 1;
	width:990px;
	
	background-color: #C60000;
    }
#expandBanner{
	position:relative;
	left: 0px; 
	z-index: 1;
	width:990px;
	
    }
#subTestata {
	position:relative;
	left: 0px;
	z-index: 1;
	width:990px;
	background-color:#C60000;
	color:#FFFFFF;
	font-size:12px;
    }
#linesubTestata {
	position:relative;
	left: 0px;
	z-index: 1;
	width:990px;
	height:5px;
	background-color:#FF9900;
	
    }


	
#indice {
	position:relative;
	top:5px;
	z-index: 1;
	width:288px;
	background-color:#CFCFA1;
	visibility: visible;

    }

#editoriale {
	position:relative;
	left: 5px; 
	top:10px;
	z-index: 1;
	width:665px;
	border: 4px solid #DEDEBC; /*right divider between tabs*/
	padding:10px;
	
    }
div# editoriale >p:first-child:first-letter{
    float:left;
    font: bold 100px/85px;
    color: #DDD} 
#dove {
	position:relative;
	z-index: 1;
	background-color:#eee;	
	width:662px;
	border: 4px solid #ccc; /*right divider between tabs*/
	padding:10px;	
    }	
	
#google {
	position:relative;
	padding:3px;
	z-index: 2;
	width:330px;
	float:none;
	background-color: #FFFFFF;

	    }
#google_read {
	position:relative;
	left: 660px; 
	top:10px;
	z-index: 2;
	width:330px;
	float:none;
	
	    }

#rilievo {
	position:relative;
	left: 4px;
	top:5px;
	z-index: 1;
	width:665px;
	
	visibility: visible;
    }

#base {
	position:relative;
	top: 0px;
	left: 1px; 
	z-index: 1;
	width:990px;
	height:90px;
	background-color:#333333;
    }


#su {
	z-index: 10;


    }
.sezione{
font-size:12px;
font-family:"Courier New", Courier, monospace;
color:#fff;



}
.mail{
font-size:12px;
font-family:"Courier New", Courier, monospace;
color:#A7A8A8;
text-decoration:none;


}

.mail a{

text-decoration: none;
color: #A7A8A8;
text-decoration:none;

}

.mail a:hover{
color: #FF9900;

}	
	

.titolo{
text-align: left;
font-weight:700;
font-size:24px;
padding-top:20px;
font-family:"Courier New", Courier, monospace;


}
.titoloPrima{
text-align: left;
font-weight:700;
font-size:30px;
color:#FFFFFF;
font-family:"Courier New", Courier, monospace;
text-decoration:none;


}
.pag{
text-align: right;

font-size:14px;
color:#FFFFFF;
font-family:"Courier New", Courier, monospace;


}

.titolo a{
padding: 5px 10px;
text-decoration: none;
color: #000000;
background: white;
}


.titolo a:hover{
color: #fff;
background-color: #BA1017;
}
.testoArt{
font-size:12px;
text-align:justify;
font-family:"Courier New", Courier, monospace;

}

#menu04v {
width: 10em;
font-family:"Courier New", Courier, monospace;
font-size:12px;
}
#menu04v ul {
margin: 0;
padding: 0;
list-style: none;
width:288px;
}
#menu04v li {
font-size: 0.9em;
display: inline;
margin: 0;
padding: 0;
}
#menu04v a:link, #menu04v a:visited {
display: block;
background-color: #CFCFA1;
color: #333;
margin: 0;
padding: 0.3em 0.6em 0.3em 1em;
text-decoration: none;
border-bottom: 1px solid  #E6E6D0;
border-left: 10px solid #FF9900;
}
#menu04v a:hover, #menu04v a:focus, #menu04v a:active{
background-color: #FF9900;
color: #FFFFFF;
border-left: 10px solid #fff;
}

#cerca{
color: white;
background: #A20A11;
border:0px ;
}
.mattblacktabs{
width: 100%;
overflow: hidden;
border-bottom: 1px solid white; /*bottom horizontal line that runs beneath tabs*/
}

.mattblacktabs ul{
margin: 0;
padding: 0;
padding-left: 10px; /*offset of tabs relative to browser left edge*/

font: bold 12px;

list-style-type: none;
}

.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 8px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: white;
background: #A20A11; /*background of tabs (default state)*/
}

.mattblacktabs li a:visited{
color: white;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
color:#000000;
background:#FF9900; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}
.dovesiamo{
font-size:11px;
}
.made {
    color: #ffffff;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ff9900;
	padding: 0.4em 0.4em 0.4em 0.4em;
}
.nonnulla {
    color: #333;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	
	padding: 0.4em 0.4em 0.4em 0.4em;
}.keywords {
	font-size:11px;
	color:#999900;
}


