body {
	margin: 0em;
	padding: 0em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;  /* va bene 81% - 91% */
	background-color: #FFFFFF;
	color: #666666;
}
.nascosto {
	position: absolute;
	top: -100em;
	left:-100em;
	width: 0;
	height: 0;
	clear: none;
}
/* allineamenti - left,right,center */
.left { 
  float: left; 
  padding: 0em 0.50em 0em 0em;
}
.right {
  float: right;
  text-align: center;
  padding: 0em 0em 0em 0.50em;
}
.center {
  display: block;
  text-align: center;
  margin: 0 auto;
}

img {
	border: none;
}
img.left {
	float: left;
	margin: 0 1.5em 0 0;
}
img.right {
	float: right;
	margin: 0 0 0 1.5em;
}
#centra {
	text-align: center;
	padding-bottom: 1em;
	padding-top: 1em;
}

acronym, abbr {
	vertical-align: middle;
	border-bottom: 1px dotted #631F1F;
	cursor: help;
}

/* Header */
#header {
	width: 80%;
	height: 145px;
	margin: 0 auto;
	font-size: 81%;  /* va bene 81% - 91% */
}

/* Logo */
#logo {
	float: left;
	width: 100%;
	padding-top: 1em;
	height: 121px;
	background: url(images/colori3.gif) no-repeat right bottom;
}
#logo h1 {
	margin: 0;
	padding-top: 0.7em;
	padding-left: 4.5em;
	color: #722424;
}

/* Header pagina dimensioni testo*/
#header1 {
	clear: both;
	width: 100%;
	padding: 0em 0.62em 0.62em 0em;
	color: #666666;
	background-color: #fff;
	text-align: right;
	font-size: 85%;
	margin: 0 auto;
}
#header1 a:link, #header1 a:visited {
	color: #666666;
	background-color: #fff;
	text-decoration: underline;
}
#header1 a:hover {
	text-decoration: none;
	color: #000;
	background-color: #CDCDCD;
}

/* Header riga */
#header-riga {
	width: 100%;
	border-top: 10px solid #CDCDCD;
	border-bottom: 10px solid #CDCDCD;
	background: #E6E6E6;
}

/* Header menu */
#header2 {
	width: 80%;
	height: 238px;
	margin: 0 auto;
	background-image: url(images/orsolina_pontal.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #EBC8B4;	
	border-right: 2px solid #fff;
	font-size: 81%;  /* va bene 81% - 91% */
}
#header2a {
	width: 80%;
	height: 238px;
	margin: 0 auto;
	background-image: url(images/bambini_adozioni_a_distanza.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #FCFCFC;	
	border-right: 2px solid #fff;
	font-size: 81%;  /* va bene 81% - 91% */
}
#header2b {
	width: 80%;
	height: 238px;
	margin: 0 auto;
	background-image: url(images/sostenitori_adozioni_a_distanza.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #FFFFFF;	
	border-right: 2px solid #fff;
	font-size: 81%;  /* va bene 81% - 91% */
}
/* *****************M E N U ***************** */
.suckerdiv ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 25%; /* Width of Menu Items */
	height: 238px;
	line-height: 2.3em;
	font-size: 100%;
	font-weight: normal;
}
	
.suckerdiv ul li{
	position: relative;
	background: #CDCDCD	url(images/menu1.jpg) repeat;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
	position: absolute;
	width: 80%; /*sub menu width*/
	top: 0;
	visibility: hidden;
}

/* Sub level menu links style */
.suckerdiv ul li a{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: #000;
	text-decoration: none;
	background: #CDCDCD	url(images/menu1.jpg) repeat;
	padding: 1px 5px;
	border: 1px solid #fff;
	height: 30px;
}

.suckerdiv ul li a:visited{
	color: black;
}

.suckerdiv ul li a:hover{
	background: #CDCDCD	url(images/menu2.jpg) repeat;
}

.suckerdiv .subfolderstyle{
	background: url(images/espandi.gif) no-repeat center right;
}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */
/* **************Fine M E N U ***************** */

/* corpo pagina */

#pagina {
	width: 80%;
	margin: 0 auto;
	padding: 1.5em 0;    /*  agire su 1.5em x distanziare bordo da header-footer   */
}

/* contenuti pagina */    

#content {
	width: 70%;
	float: right;
	padding: 0em 0.62em 0 0;
}
#content p {
	line-height: 1.8em;
	padding-left: 2em;
}
.ph {
	line-height: 1.8em;
	padding-left: 2em;
	letter-spacing: .1em;
	font-size: 120%;
}
#content a:link, #content a:visited {
	color: #666666;
	background-color: #fff;
	text-decoration: underline;
}
#content a:hover {
	text-decoration: none;
	color: #000;
	background-color: #CDCDCD;
}
#content ul {
	line-height: 1.8em;
	padding-left: 1em;
	list-style-image: url(images/dot1.gif);
}
.titolo {
	padding-top: 0.5em;
}
.paragrafo {
	padding: 1.2em;
	background: url(images/fondoprg.jpg) repeat-x;
}
#content h1 {
	color: #631F1F;
	font-size: 180%;
	font-weight: normal;
	margin: 0em;
}
#content h2 {
  	padding: 0.38em 0em 0.25em 1.25em; 
	color: #631F1F;
	font-size: 140%;
	font-weight: normal;
	margin: 0em;
	border-bottom: 1px dotted #631F1F;
	background: transparent url(images/dot.gif) no-repeat;
  	background-position: center left;
}
#content h3 {
	color: #631F1F;
	font-size: 120%;
	font-weight: normal;
	margin: 0em;
}
#content h4 {
	line-height: 1.8em;
	padding-left: 2em;
	letter-spacing: .1em;
	color: #631F1F;
	font-size: 120%;
	font-weight:bold;
}
#posizione {
	font-size: 85%;
	color: #666666;
	background-color: #FFFFFF;
	padding: 0.2em 1em 0.3em 0.2em;
	text-align: right;
}
#posizione a:link, #posizione a:visited {
	font-size: 100%;
	font-weight: normal;
	color: #666666;
	background-color: #fff;
	text-decoration: underline;
}
#posizione a:hover {
	color: #fff;
	background-color: #404040;
	text-decoration: none;
}

/* Contenuti colonna sx */

#colonnasx {
	float: left;
	width: 25%;
	border: 1px solid #CDCDCD;
	background-color: #E6E6E6;
}
#colonnasx h2 {
	height: 30px;
	margin: 0;
	padding: 0.5em 0 0 0em;
	background: #CDCDCD	url(images/menu1.jpg) repeat left;
	font-size: 100%;
	font-weight: bold;
	color: #104572;
	border: 1px solid #fff;
	text-align: center;
}
#colonnasx h3 {
	color: #631F1F;
	font-size: 85%;
	font-weight: bold;
	margin: 0;
}
#colonnasx p {
	margin: 0;
	line-height: 1.4em;
	font-size: 85%;
	text-align: justify;
}
#colonnasx a:link, #colonnasx a:visited {
	color: #666666;
	text-decoration: none;
}
#colonnasx a:hover {
	text-decoration: none;
	color: #000;
	background-color: #CDCDCD;
}
#colonnasx ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#colonnasx li ul {
	padding: 0.5em 1em;
}
#colonnasx li li {
	margin: 0;
	padding: 0.5em 0;
	border-top: 1px dotted #CDCDCD;
}
#colonnasx .first {
	border: none;
}

/* Fondo pagina contenuti*/

#footerpag {
	clear: both;
	width: 80%;
	padding: 0em 0.62em 0.62em 0em;
	color: #666666;
	background-color: #fff;
	text-align: right;
	margin: 0 auto;
}
#footerpag a:link, #footerpag a:visited {
	color: #666666;
	background-color: #fff;
	text-decoration: underline;
}
#footerpag a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #404040;
}

/* Footer */

#footer1 {
	height: 8em;
	padding: 1.5em 0;
	background-color: #E6E6E6;
	border-top: 10px solid #CDCDCD;
}
#footer {
	clear: both;
	width: 80%;
	margin: 0 auto;	
	font-size: 85%;
	color: #343434;
	text-align: center;
}
#footer a:link, #footer a:visited {
	color: #343434;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #404040;	
}
#footer h2 {
	font-size: 100%;
	color: #631F1F;
}
#footer h2 a:link, #footer h2 a:visited {
	color: #631F1F;
	text-decoration: none;
}
#footer h2 a:hover {
	text-decoration: underline;
	color: #631F1F;
	background-color: #E6E6E6;	
}

/* per pagina form-mail */

form {
	width: 95%;
	padding-left: 2em;
}
fieldset {
	padding: 1em; 
	border: 2px groove;
 }
legend {
	font-size: 95%;	
 	font-weight: bold;
	background-color: #fff;
 	color: #940D1E;
	padding: 0.5em; 
}
label {
	background-color: #fff;
	color: #666666;
	font-size: 85%;
}
#info input { 
	font-weight: bold; 
	font-size: 100%;	
	width: 100%; 
	border: 1px solid #CDCDCD; 
	background-color: #E6E6E6;
	color: #666666;
	padding: 0.1em;
	margin: 0.2em 0em 0.5em 0em;
}
#info textarea {
	font-weight: bold;
	font-size: 100%;	
	width: 100%; 
	border: 1px solid #CDCDCD;
	background-color: #E6E6E6;
	color: #666666;
	padding: 0.1em;
	margin: 0.2em 0em 0.5em 0em;
}
input#invia, input#annulla {
	font-weight: bold;
	font-size: 95%;
	border: 1px solid #CDCDCD; 
	background-color: #E6E6E6;
	color: #666666;
}

