/* CSS Document */

html, body { height: 100%;}

* {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
a {
	font-weight: bold; text-decoration: none; color: #000000;
}
a:hover {
	text-decoration: underline;
}
h2 /* titolo pagina */ {
	font-size: 120%;	
}
body {
	padding: 0px 15px 0 15px;
	background-color: #ffcc66;
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	font-weight: normal;
	line-height:125%;
	color: #000000;
	}

/************* titolo e immagine *****************/

h1 { background: url(img/stop_bambini_soldato.gif) top right no-repeat; height: 96px;}

h1 span {visibility: hidden;}

#img_bambino {width: 169px; height: 213px; float: right;}


/************************** MENU *************************/		
		
#menuhome {
font-size: 95%;
font-weight: bold;
width: 900px;
margin: 0 auto;
text-align: center;
}

	
div#menutotale {padding-top: 12px;}	

div#menu_sinistra {float: right;  } 	
#menuhome ul#sinistra { text-align: right; list-style-type: none;} 

div#menu_bottom {float: right; width: 100%}
#menuhome ul#bottom { text-align: right; list-style-type: none; }	
	
#menuhome ul li {font-weight: bold; margin-bottom: 6px;}	
	
#menuhome ul li a {font-weight: normal;}

#menuhome ul li a:hover {text-decoration: none; background-color: #FFFFFF;}

#mn01 {margin-right: 0px;}
#mn02 {margin-right: 15px;}  
#mn03 {margin-right: 18px;}
#mn04 {margin-right: 24px;}
#mn05 {margin-right: 26px;}
#mn06 {margin-right: 15px;}
#mn07 {margin-right: 10px;}
#mn08 {margin-right: 5px;}
#mn09 {margin-right: 0px; } 

/* box laterale */

div#boxlato {width: 360px; float: right; margin: 20px 0 30px 30px;; font-size: 85%; line-height:105%; text-align: left;}

div#boxlato img {float: right; margin: 0 0 10px 10px;}


/********* testo variabile js **********/

#menuhome #parte_bassa {
clear: right; 
margin: 0 auto;
font-weight: normal;
position: relative;
top: 30px;
text-align: center;
}

#parte_bassa p {margin: 0 0 30px 0;}

#bassa_scroll {width: 531px; height: 97px; background:url(images/home/sf_scroll_testo.gif) top left no-repeat; margin: 0 auto;}

.scroll_testo {width: 501px; height: 97px; padding-left: 15px; padding-right: 15px;}

#bassa_loghi {margin: 20px auto; width: 840px; text-align:center; height: 133px;}
#bassa_loghi img {float: left;}



