



/*   Roberto Baglioni - maggio 2009 */

body {
  margin: 0; padding: 0; text-align: center; 
  background: #fff;    
  font-size: 1em;
  xline-height: 1.5em; 
}

p.indent {
   margin-left: 20px;
}

li {
/*
*/
   list-style-type: none;
}

h2 {
   margin-left: -45px;
   color: #bbb;
   padding-top: 20px;
   font-size: 30px;
   font-family: cursive;
   margin-top: 30px;
}


a img { border: none ; }
/*a:hover img {width: 145px;} */

#text a:link {
  color: #525587;
  text-decoration: none;
  font-weight: bold;
}

#text a:visited {
  text-decoration: none;
  color: #525587;
  color: #B1BC37;
  font-weight: bold;
}

#text a:hover{
  color: #666;
  color: #B1BC37;
}


#container {
  margin: auto;
  text-align: left;
  position: relative;
  width: 840px;
  top: 2px;
}      


#banner {
  width: 850px;
  height: 140px;
  background-image: url("../images/banner.jpg"); 
  background-repeat: no-repeat;
  margin-bottom: 10px;
  margin-top: 30px;
}


#mission_stat {
  padding-top: 95px;
  padding-left: 400px;
  text-align: left;
  width: 400px;
  height: 255px;
  color: #888;
  font-size: 18px;
  font-family: arial,sans-serif;
  line-height: 1em;
  text-align: center;
}
#mission_stat a:link {
  color: #525587;
  text-decoration: none;
  font-weight: bold;
}

#mission_stat a:visited {
  text-decoration: none;
  color: #525587;
  font-weight: bold;
}

#mission_stat a:hover{
  color: #666;
  color: #B1BC37;
}


/*
#navigator>a, #navigator>a:visited {
  text-decoration: none;
  font-family: arial,sans-serif;
  color: #c9313d;
  color: #e87b34;
  color: #744100;
  font-size: 24px;
  font-weight: bold;
  line-height: 2.2em;
}
#navigator>a:hover {
  color: #000;
  color: #e87b34;
}
*/

#info {
  width: 850px;
  text-align: center;
  font-size: 13px;
  padding-top: 30px;
  color: #a55;
}



#menu {
  text-align: center;
  width:850px;
  height: 50px;
  background-image: url("../images/menubkg.jpg");
  background-repeat: no-repeat;
  margin-bottom: 10px;
  /*
  border-bottom: 2px solid  #256047;
  */
}  

#menu > a, #menu > a:visited { 
  position: relative;
  top: 1em;
  font-size: 18px;
  font-family: arial,sans-serif;
  text-decoration: none;
  font-weight: normal;
  color: #256047;
}

#menu>a:hover {
  color: #fec925;
}

/* 
      maincontent e' la parte centrale della home page

      text        per tutte le altre pagine

*/


#maincontent{
  width: 850px;
  height: 400px;
  background-image: url("../images/background-white.jpg"); 
  background-repeat: no-repeat;
  margin-bottom: 10px;
} 

#text {
  color: #8b696c;
  color: #777;
  color: #666;
  font-size: 14px;
  font-family: arial,sans-serif;
  min-height: 300px;
  width: 750px;
  padding-left: 60px;
  line-height: 1.5em;
}

#text > p > strong {
  color: #8b696c;
}

#footer{
  width: 850px;
  height: 65px;
  background-image: url("../images/footerbkg.jpg"); 
  background-repeat: no-repeat;
}

#footer p {
  line-height: 1.4em;
  padding-top: 12px;
  color: white;
  text-align: center;
  font-size: 9px;
} 


/* ************************************************ */

#cielo {
   width: 850px;
   height: 25%;
} 


#bambini {
   width: 850px;
   height: 25%;
} 


#insegnanti {
   width: 850px;
   height: 25%;
} 


#tutti {
   width: 850px;
   height: 25%;
} 




