@charset "utf-8";
/* CSS Document */
/* CSS Font */
.Stile1{
	font-size:18px;
	font-weight:bold;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
}
.Stile2{
	font-size:12px;
	font-family: Verdana, Geneva, sans-serif;
	color:#FFF;
}
.Stile3{
	font-size:14px;
	font-weight:bold;
	text-align:center;
	font-family: Verdana, Geneva, sans-serif;
}
.Stile5{
	font-size:14px;
}
.Stile6{
	font-family: Verdana, Geneva, sans-serif;
	font-size:9px;
}
/* CSS impostazione pagina */
div#container {
	height:auto;
	width:974px;
	margin-left:auto;
	margin-right:auto;
}

div#head {
	background-image: url(../images/LogoPieve.jpg);
	height:141px;
	width:974px
}
div#body {
	width: 974px;
	height:500px;
}
div#sx {
float:left;
}

div#dx{
	height: 320px;
	margin-left:490px;
	margin-right:10px;
	margin-top:0px
}

div#center{
    float: left;
	height:auto;
	width:500px;
	margin-right:7px
}
div#1{
	height:100px;
	margin-bottom:10px
}
div#2{
	margin-bottom:10px
}

/* css per menu laterali */

html {
	overflow-Y: scroll;
}
body {
	font: 10px normal Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	line-height: 1.7em;
}
*, * focus {
	outline: none;
	margin: 0;
	padding: 0;
}
.container1 {
	width: 237px;
	margin: 0 auto;
}
h1 {
	font: 4em normal Georgia, 'Times New Roman', Times, serif;
	text-align:center;
	padding: 20px 0;
	color: #aaa;
}
h1 span {
	color: #666;
}
h1 small {
	font: 0.3em normal Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing: 1.5em;
	display: block;
	color: #666;
}
h2.trigger {
	padding: 0 0 0 50px;
	margin: 0 0 5px 0;
	background: url(../h2_trigger_a.gif) no-repeat;
	height: 23px;
	line-height: 23px;
	width: 180px;
	font-size: 1, 5em;
	font-weight: normal;
	float: left;
}
h2.trigger a {
	color: #fff;
	text-decoration: none;
	display: block;
}
h2.trigger a:hover {
	color: #ccc;
}
h2.active {
	background-position: left bottom;
}
.toggle_container {
	margin: 0 0 5px;
	padding: 0;
	border-top: 1px solid #d6d6d6;
	background: #f0f0f0 url(../toggle_block_stretch.gif) repeat-y left top;
	overflow: hidden;
	font-size: 1.2em;
	width: 230px;
	clear: both;
}
.toggle_container .block {
	padding: 20px;
	background: url(../toggle_block_btm.gif) no-repeat left bottom;
}
.toggle_container .block p {
	padding: 5px 0;
	margin: 5px 0;
}
.toggle_container h3 {
	font: 2.5em normal Georgia, "Times New Roman", Times, serif;
	margin: 0 0 10px;
	padding: 0 0 5px 0;
	border-bottom: 1px dashed #ccc;
}
.toggle_container img {
	float: left;
	margin: 10px 15px 15px 0;
	padding: 5px;
	background: #ddd;
	border: 1px solid #ccc;
}
