@charset "utf-8";
/* CSS Document */

/* Generale */

* {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
body {
	text-align: left;
	background: url(immagini/img01.png) repeat-x top left;
}
hr {
	display: none;
}
#header {
	width: 950px;
	height: 230px;
	background: url(immagini/img02.png) no-repeat top left;
}
#pagina {
	width: 950px;
}
#sommario {
	width: 130px;
	height: 840px;
	float: left;
}
#corpo {
	width: 820px;
	float: left;
	background: url(immagini/img10.png) repeat-y top right;
}
#colonna-sinistra {
	width: 205px;
	float: left;
}
#colonna-destra {
	margin: -5px 0px 0px 5px;
	float: left;
}
.floatstop {
	clear: both;
}
.immagine {
	width: 190px;
	height: 190px;
	padding: 5px;
}
.didascalia {
	margin: 130px auto 0px;
	position: absolute;
	z-index: 5;
	background: url(immagini/img00.png) repeat;
	padding: 5px;
	width: 180px;
	height: 50px;
}
.didascalia h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #F00;
	font-size: 18px;
	font-weight: normal;
}
.didascalia h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1px;
	color: #F00;
	font-size: 18px;
	font-weight: normal;
}
.didascalia h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: -2px;
	color: #F00;
	font-size: 18px;
	font-weight: normal;
}
.didascalia h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: -6px;
	color: #F00;
	font-size: 18px;
	font-weight: normal;
}
.didascalia p {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 12px;
}
.fascia {
	width: 384px;
	height: 30px;
	margin: 5px 5px 5px -5px;
}
.fascia-interno {
	width: 176px;
	height: 14px;
	padding: 8px 8px 8px 8px;
	background-color: #E6E6E6;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
}
.fascia-interno2 {
	width: 176px;
	height: 14px;
	padding: 8px 8px 8px 8px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
}
.fascia-interno-base {
	width: 176px;
	height: 14px;
	padding: 8px 8px 8px 8px;
	background: #E6E6E6 url(immagini/img14.png) top right no-repeat;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
}

/*Stili testo e stile dei link testo*/
    
.Stile1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
.Stile2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style: square;
}
.Stile3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.Stile4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
}
.Stile5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}
.Stile6 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	list-style: square;
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.fascia-interno a:hover {
	font-weight: bold;
}
.fascia-interno2 a:hover {
	font-weight: bold;
}
.fascia-interno-base a:hover {
	font-weight: bold;
}
