#body
	{background-image:url('background.jpg'); background-position:left top;}	
#container
{
	margin:0px; 				/*MARGINE DA TUTTI I LATI IN SENSO ORARIO PARTENDO DALL'ALTO*/
	padding: 0px; 							/*MARGINE INTERNO DAL BORDO AL CONTENUTO TUTTI I LATI IN SENSO ORARIO PARTENDO DALL ALTO*/
	max-width:100%; 							/*LARGHEZZA DEL CONTAINER*/
	height:auto; 							/*ALTEZZA DEL CONTAINER*/
	background-color: #ffffff;   			/*COLORE DELLO SFONDO*/
	font-family: verdana;

}
#menu{
	padding:2%;
}

.logo
{
float:right;
max-width:95%;
height:auto;
margin-right:-10%;

}
.menu1
{
	max-width:17%;	
	height:auto;
	float:left;
	margin-left:-5%;
	margin-top:2.5%;
	
}

nav {
  margin: 0;
  padding: 0;
  max-width:100%;	
  }
.spunta
{
	display:none;
}
nav:after {
  content: "";
  display: table;
  clear: both;
}

nav ul {
  float: right;
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  
}

nav ul li {
  margin: 0px;
  display: inline-block;
  float: left;
     -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
	background-color:#dddddd;
}

nav a {
  display: block;
  padding: 0 20px;
  color: #000;
  font-size: 20px;
  line-height: 60px;
  text-decoration: none;
    background-color:#dddddd;
    
 
}

nav ul li ul li:hover { background: #ffffff ; }

nav a:hover { background-color: #ffffff ; }

nav ul ul {
  display: none;
  position: absolute;
  top: 60px;
  background-color:#dddddd;
}

nav ul li:hover > ul { display: inherit; }

nav ul ul li {
  max-width: 100%;
  float: none;
  display: list-item;
  position: relative;
    background-color:#dddddd;
}

nav ul ul ul li {
  position: relative;
  top: -60px;
  left: 170px;
  background-color:#dddddd;
}

li > a:after {
	  background-color:#dddddd;
}
@media all and (max-width : 800px) {


nav { margin: 0; }

.toggle + a,
 .menu { display: none; }

.toggle {
  display: block;
  background-color: #ddddd ;
  padding: 0 20px;
  
  font-size: 20px;
  line-height: 60px;
  text-decoration: none;
}

.toggle:hover { background-color:#ffffff  ; }

[id^=drop]:checked + ul { display: block; }

nav ul li {
  display: block;
  width: 90%;
}

nav ul ul .toggle,
 nav ul ul a { padding: 0 40px; }

nav ul ul ul a { padding: 0 80px; background-color:#ffffff;}

nav a:hover,
 nav ul ul ul a { background-color:#ffffff;}

nav ul li ul li .toggle,
 nav ul ul a { background-color: #ffffff; }    /*Colore sottocapitoli menu*/

nav ul ul {
  float: none;
  position: static;
  color: ;
}

nav ul ul li:hover > ul,
nav ul li:hover > ul { display: none; }

nav ul ul li {
  display: block;
  width: 100%;
}

nav ul ul ul li { position: static;

}
}

@media all and (max-width : 330px) {

nav ul li {
  display: block;
  width: 94%;
}

}
#galleria
{
	padding:2%;
}
#content
{
								/* ALLINEAMENTO DEL BLOCCO*/

width: device-width 95%; 								/* LARGHEZZA DEL CONTAINER*/
height:auto; 								/* ALTEZZA DEL CONTAINER*/
padding: 0px 0px 0px 0px; 					/* MARGINE INTERNO DAL BORDO AL CONTENUTO TUTTI I LATI IN SENSO ORARIO PARTENDO DALL ALTO*/
margin: 2px; 
margin-top:2%;							/* MARGINE ESTERNO DEL CONTAINER DA TUTTI I LATI IN SENSO ORARIO PARTENDO DALL'ALTO*/
background-color: #ffffff; 					/* COLORE DELLO SFONDO*/
border:#000;			/* BORDO COLORATO DETRO*/
padding: 0px 20px 0px 0px; 					/* MARGINE INTERNO DAL BORDO AL CONTENUTO TUTTI I LATI IN SENSO ORARIO PARTENDO DALL ALTO*/
font-size: 100%;
float:low;
position:relative;
}

#content h1
{
position:relative;
height: 50px;
width:device-width 30%;
border-left: solid #b38033 3px ;  
margin-left: 50px ;
margin-bottom:00px;
padding: auto;
}
#content p
{
position: relative;
padding:auto;
font-size:80%;
margin:5%;
}
#content img 
{
max-width:70%;
height:auto;
position:relative;
margin:auto;
left:20%;
}

#slide
{
position:relative;
margin:auto;
}
#slideshow {
	border: 1px solid #0;
	overflow: hidden;
	margin: 50px auto 10px;
	max-width: 100%;
	height: auto;
	float:low;
	margin:auto;
	clear:both;
}

#slideshow img {
	max-width: 90%;
	height: auto;
	display: none;
	position: absolute;
	left:10%;
	top:10%;
}

  
#footer
{
margin: 5px; 								/* MARGINE ESTERNO DEL CONTAINER DA TUTTI I LATI IN SENSO ORARIO PARTENDO DALL'ALTO*/
height:auto;
width:device-width 95%;
background-color: #ffffff;
padding-top:auto;

}
#footer p
{
color:black;
margin-top:10px;
margin-bottom:10px;
margin-right:10px;	
font-size:50%;	
width:device-width 90%;		/*ADATTAMENTO ALL'ALTEZZA DEL CONTAINER, METTE I COSI DEL W3C IN FILA E NON IN COLONNA*/
}
.p1
{
text-align: center;
margin-left:15px;
margin-top:10px;
margin-bottom:10px;
}
.p2
{
text-align: left;
padding-top:10px;
width:device-width 25%;
float:left;
position:absolute;
font-size:80%;
}
.p3
{
text-align: center;
margin-left: 0px;
margin-bottom:10px;
position:align;
float:right;
width:device-width 65%;
}
.p4
{
	padding-top:60%;
}
.p5
{
	padding-top:10%;
}