body { 
	margin: 0 1px 0 0; 
	padding: 0;
	font: 71% verdana;
}


hr { display: none }


h2, h3 { color: black; letter-spacing: .1em; }

h1 { 
	color: black;
	font-size: 1.2em;
	font-variant: small-caps;
	line-height: 1.2em;
	text-align: left;
}


ul { 
	margin:0; 
	padding-left:1.5em;
	list-style: circle;
}

a:link { color: black; text-decoration: underline; }
a:visited { color: black; text-decoration: underline; }
a:hover, a:active { 
	color: black; 
	background: yellow;
	text-decoration: none;
}



#intestazione { 
	background: #6699ff;
	padding: 2px 0px 0px 0px;
}

#stemma { 
	float: left; 
	width: 60px;
	margin: 2px 2px 2px 2px;
}

#logo { 
	float: left; 
	width: 450px;
	margin: 5px 5px 4px 0px;
	font-size: 26px;
	line-height: 33px;
	font-weight: bold;
	color: white;
	background: url(nologo.jpg) 50% 50% no-repeat;
	text-align: center;
}

#logo a:link, #logo a:visited { color: black; text-decoration: none; }
#logo a:hover, #logo a:active { color: yellow; text-decoration: none; background: transparent}


#descrizionesito {   
	margin: 5px 6px 0px 0px;
	padding: 5px;
	float: right;
	width: 40%;
	border: 1px dotted white;
	font-size: 1.1em;
	color: black;
	line-height: 1.4em;
	text-align: center;
}


#intestazione_barra { 
	clear: both; 
	text-align: center;			
	color: black;
	border-style: solid;
	border-color: #CCC;
	border-width: 0 0 1px 0;
	padding: 2px 0;
	background: #EEE;
	font-variant: small-caps;
	letter-spacing: .2em;
}


#contenutoprincipale {

}
 
#menu {
	float: left;
	width: 18%; 	
	padding: 8px;

	background: #EEE;
	border: 1px solid black; 
	margin: 12px 10px 5px 3px;	
	font-size: 1.01em;
	line-height: 19px;
	color: black;
	text-align: left;
}		

#menu ul { list-style: disc; }

		
#notizie {
	float: left;
	width: 57%;

}	 


.notizia { 
	border: 1px solid black; 
	margin: 12px 0 0 0;	
}	 

.notizia_data {
	position: relative;
	top: -.6em; left: 1em;
	line-height: 1.2em;
	background: white;
	width: 7em;
	text-align: center;
}
		 
.notizia_categoria { 
	padding: 0 10px;
	letter-spacing: .1em;
	font-size: 1.2em;
	color: black;
	background: #EEE;
	border-top: solid; border-left: solid; border-right: solid;	border-bottom: none;
	border-color: #CCC;
	border-width: 1px 0;
}

.notizia_titolo { 
	padding: 0 10px;
	font-variant: small-caps;
	letter-spacing: .1em;
	font-size: 1.2em;
	color: black;
	background: #EEE;		 
	border-top: none; border-left: solid; border-right: solid;	border-bottom: solid;
	border-color: #CCC;
	border-width: 1px 0;
}

.notizia_testo { 
	margin: 5px 8px 0px 6px;
	padding: 3px;
	background: white;
	border: 1px solid #CCC;
	font color: black;
}		 


.notizia_link { 
	padding: 3px 10px;
	text-align: right;
	font-size: .85em;
}				


#contenutosecondario {
	margin-right: -1px;
	float: right;
	width: 205;
	padding: 12px 8px 3px 3px;
	text-align: center;
	color: black;
	}

	
#piedipagina { 
	clear: both; 
  width: 98%;			
	padding-top: 5px; padding-bottom: 5px; padding-left: 10px; padding-right: 0;
	border-top: solid; border-left: none; border-right: none;	border-bottom: solid;
	border-color: #CCC;
	border-width: 1px 0;
	background: #EEE;
	line-height: 1.3em;
}			


