@charset "UTF-8";
html { 
	height: 100%;
	margin: 0; 
	min-height: 100%; 
	width: 100%; }

body {
	margin:0;
	padding:0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #28231f;
	line-height: 20px;
	text-align: justify;
	height: 100%;
	min-height: 100%;
	width: 100%;
	background-color: #FFFFFF;
	/* background-image: url(../immagini/background-generale.jpg); */
	background-repeat: repeat-y;
	background-position: center;
	background-image: url(/immagini/varie/sfondopaginepsd.jpg);
			}

#container {
	width: 980px;
	margin: 0 auto;
	min-height: 100%;
	height: 100%;
	background:#FFF;
	text-indent:10px;
}

 html>body, html>body #container {
height:auto;
}

#header {
/*	background-image: url(../../immagini/pestalozzi-header-scuola.jpg);
	background-repeat: no-repeat;
	background-position: left top;
*/	margin: 0px;
	padding: 0px;
	width: 980px;
	/*height: 130px;*/
	height:245px; /*altezza header flash */
	text-indent:0px;
}
img {
	text-indent: 0px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #835949;
	text-align: left;
}
a:link, a:visited {
	color: rgb(24,4,0);
	text-decoration: underline;
}

a:hover, a:active {
	color: rgb(118,17,40);
}
h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CFCFCF;
}
#footer {
	clear: both;
	bottom: 0%;
	width: 100%;
	z-index: 10;
	background-color: #ECECEC;
	text-align:center;
	background-image: url(/immagini/pestalozzi-footer.jpg);
	margin: 0px;
	padding: 0px;
	height: 70px;
	position:relative;
	border-top: 1px solid #999999;
}

#testoSXfooter {
	position: absolute;
	left:113px;
	top:25px;
	width:410px;
	text-align:left;
	text-indent:0;
	}

#testoDXfooter {
	position:absolute;
	left:578px;
	top:25px;
	width:350px;
	text-align:left;
	text-indent:0;
	}

/* MENU */
#menu {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin-top: -23px;
	padding-left: 100px;
	color: #FFFFFF;
}
#menu a {
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.clearerAll {
	clear: both;
}
h1 span {
display:none;
}
h2 span {
display:none;
}
h3 span {
display:none;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	color: #330000;
}
.image-left {
	float: left;
	margin-right: 10px;
}
.image-right {
	float: right;
	margin-left: 10px;
}
.attivazione {
	text-decoration: underline;
	cursor: pointer;
	color:rgb(24,4,0);
}
.attivazioneHover {
	text-decoration: underline;
	cursor: pointer;
	color: rgb(118,17,40);
}#disclamier {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D3C3A9;
}

/* SHADOW con CSS */
/* http://www.alistapart.com/articles/cssdropshadows */
/* <div class="img-shadow"> */
/*  <img src="cat.jpg" alt="test"/> */
/* </div> */

	.img-shadow {  
		float:left;  
		background: url(/immagini/shadowAlpha.png) no-repeat bottom right !important;  
		background: url(/immagini/shadow.gif) no-repeat bottom right;  
		margin: 10px 0 0 10px !important; 
		margin: 10px 0 0 5px;   
		}
	.img-shadow img {  
		display: block;  
		position: relative;  
		background-color: #fff;  
		border: 1px solid #a9a9a9;  
		margin: -6px 6px 6px -6px;  
		padding: 4px;  
		}
		.contenitoreinterno {  
			display: block;  
			position: relative;  
			background-color: #fff;  
			border: 1px solid #a9a9a9; 
			margin: -6px 6px 6px -6px;  
			padding: 4px;  
			}
/* fine SHADOW con CSS */
.separatore {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

