/* Top */

body {
  background:#00AA00;
  font-family: sans-serif; 
}

#denominazione {
  font-family: arial; 
  font-size: 24pt; 
  color: white; 
  font-weight: bold; 
  text-align: left;
}

.testo-ricerca {
 font-family : serif;
 font-size : 12px;
 color : Black;
 text-align : left;
}

.bottone-ricerca {
 font-family : serif;
 font-size : 12px;
 color : black;
 text-align : center;
 font-weight : bold;
 background:url("sfondo.gif") ;
}

.menu a {
		font-weight: bold;
		font-family : serif;
 		font-size : 14px; 
		text-decoration: none;
		background:url("sfondo.gif") ;	
		background-position:0% 1px;
		color: black;
		width: auto;	
		height: 10px;	
		margin: 0px;
		padding-top: 7px;
		padding-right: 5px;
		padding-bottom: 7px;
		padding-left: 5px;
	}

.menu a:hover {
		background:url("sfondohover.gif") ;
		color: white;
	}
	
.menu-sel {
		font-weight: bold;
		font-family : serif;
 		font-size : 14px; 
		text-decoration: none;
		background:url("sfondohover.gif") ;
		color: black;
		width: auto;		
		height: 10px;		
		margin: 0px;
		padding-top: 7px;
		padding-right: 5px;
		padding-bottom: 7px;
		padding-left: 5px;
	}
 
 /* angoli arrotondati */

#contenitore {
  margin-top: 5px;
  text-align: left;
	background: #fff; /* colore degli angoli, da impostare uguale allo sfondo pagina */
}

.curvaTOP {
	display:block;
	height: 1px;
	overflow: hidden; 
	background: #00AA00; /* colore di sfondo del box */
}

.curvaINDEX {
	display:block;
	height: 1px;
	overflow: hidden; 
	background: rgb(113,255,113); /* colore di sfondo del box */
}

.segmento1{
	margin: 0 5px
}

.segmento2{
	margin: 0 3px
}

.segmento3{
	margin: 0 2px
}

.segmento4{
	margin: 0 1px;
	height: 2px;
}

.contenuto {
	height: auto;
}


/* Home page */

.testohome {
 font-family : serif;
 font-size : 14px;
 color : Black;
 text-align : justify;
 padding-right: 5px;
}

.colonnadestra {
 border-bottom : 2px solid #C7C7C7;
 width: 220px;
 margin-left: 20px;
 font-family: sans-serif;
}

/* Componenti */

.componenti {
  font-family: sans-serif; 
  font-size: 12px; 
  margin-left: 60px;
}

/*Appuntamenti*/

.link-appuntamenti {
 font-family : sans-serif;
 font-size : 16px;
 text-decoration: none;
 color : green;
 padding-left: 30px;
}

/* Altro */

.link {
 font-family : sans-serif;
 font-size : 14px;
 text-decoration: underline;
 color : green;
}

.link-grande {
 font-family : sans-serif;
 font-size : 20px;
 text-decoration: none;
 color : green;
 padding-left: 30px;
}

.link-immagine {
 text-decoration: none;
}

h2 {
 font-family: sans-serif;
 font-size: 26px;
 color: #00AA00;
 font-weight : bold;
}

h3 {
 font-family: sans-serif;
 font-size: 16px;
 color: #00AA00;
 font-weight : bold;
 margin-top: 20px;
}

h3 a {
 text-decoration: none;
 color: #00AA00;
}
  
h3 a:hover {
 text-decoration: underline;
 color: #00AA00;
}

.news {
  font-family: sans-serif; 
  text-align: justify; 
  font-size: 12px; 
  border-bottom: 2px; 
  border-bottom-style: solid; 
  border-bottom-color: #C7C7C7;
}




