#corponotizia {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
	border: 0:
}

#corponotizia #testo hr {
	padding: 0;
	margin: 5px 0 5px 0;
	border: 0;
	border: 1px solid #ddd;
}

/* Titolo */

#titolo_notizia {
	margin: 10px 0px 10px 0;
	font-size: 22px;
	color: #000;
	line-height: 1em;
	font-weight: bold;
}

/* Foto */

#foto_notizia{
	float: left;
	width: 230px;
	height: auto;
	border: 0;
	margin-right: 10px;
	margin-bottom: 0px;
	padding: 0px;
}

#foto_notizia .immagine{
	width: 230px;
	border: 0;
	margin: 0 0 2px 0;	
	padding: 0;
}

/* Testo */

#testo {
	margin-right: 0px;
	font-size: 12px;
	color: #000;
	font-weight: normal;
	margin-bottom: 5px;
	line-height: 1.5em;
}

#testo a {
	color: #af0000;
	font-weight: bold;
}

#testo a:hover {
	color: #4a4a4a;
}

#testo p {
	margin: 0px 0 5px 0;;
	font-size: 12px;
	color: #000;
	font-weight: normal;
	line-height: 1.5em;
}

#testo h3 {
	margin: 0px;
	font-size: 100%;
	color: #000;
	font-weight: bold;
	line-height: 1.5em;
}

/* Collegate */

#sfondo_collegate {
	width: 100%;
	height: auto;
	padding: 0px;
	margin: 0px;
	border: none 0;
	background-color: #fff;
	border-top: 3px solid #ddd;
	border-bottom: 3px solid #ddd;
}

#collegate_notizia {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	line-height: 1.5em;
	margin: 0px;
	padding: 10px 10px 10px 0;
}

#collegate_notizia_normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: normal;
}

#collegate_notizia a {
	color: #000;
	margin-right: 5px;
}

#collegate_notizia .marcatore{
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	width: auto;
	color: #af0000;
	font-weight: normal;
	background: #edd8d8;
	background-image: url(/images/postit-red.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding: 0px 4px 0px 4px;
	border-left: 1px solid #da8b8b;
	border-bottom: 1px solid #da8b8b;
	margin: 0;
}
