@charset "UTF-8";
/* CSS Document */

body{
  background-image:url(../img/fondo.jpg);
  background-repeat:repeat-x;
  margin:0px;
  padding:0px;
  background-color:#9E0000;
}
.cleaner{
  clear:both;
}
/* header e animazione */		
#trave{
  background-image:url(../img/trave.jpg);
  background-position:center top;
  background-repeat:repeat-x;
  height:270px;
}

#header{
  width:900px;
  margin:auto;
}

/* menu */
#menu{
  width:900px;
  margin:auto;
  height:47px;
  background-image:url(../img/menu-of.jpg);
  background-repeat:repeat-x;
  display: block;
}

#menu a{
  font-family:Arial, Helvetica, sans-serif;
  font-size:13px;
  font-weight:bold;
  color:#FFF;
  float:left;
  border-right:1px solid;
  border-color:#990000;
  text-decoration:none;
  padding:16px 18px;
}

#menu a:hover{
  background-image:url(../img/menu-on.jpg);
}
#menu a.selected{
  background-image:url(../img/menu-on.jpg);
}	


/* lingue */		

#lingue {
  padding:15px 30px 0 0;
  width:170px;
  float:right;
  display: block;
}
#lingue a {
  float:right;
  padding:0px;
  margin:0px 2px;
  border:0px;
}	
#lingue img{
  border:0px;
}	

/* contenuti*/		

#corpo{
  padding:20px 0px 0px 0px;
  margin:auto;
  width:900px;
  background-color:#FFFFFF;
}

#sinistro{
  width:550px;
  padding:0 0 0px 35px;
  float:left;
}	
#destro{
  width:250px;
  padding-left:30px;
  float:left;
}

#destro p{
  text-align:left;
}

.contenuti{
  margin-bottom:20px;
}

#corpo a{
	color:#FF0000;
	font-weight:bold;
	background-image: none;
	border: 0px;
	float:left;
	padding:5px;
}

#corpo a:hover{
  	color:#FF0000;
  	background-image: none;
  	border: 0px;
}

.gallery img{
  border:0px;
}
.gallery{
  margin-top:5px;
  margin:auto;
}

#imgbig img{
  width:550px;
  height:320px;
}
#thumbs{
  margin-top:10px;
}

#thumbs img{
  cursor:pointer;
}

li{
  margin-bottom:5px;
}

iframe{
  margin-bottom:20px;
}

table{
  margin:0px;
  margin:auto;
  margin-top:20px;
  margin-bottom:20px;
  width:80%;
}

tr.intestazione{
  height:35px;
}
.foto{
  width:100%;
  float:left;
 
  border-bottom:1px solid #CCCCCC;
}
.foto p{
  margin-bottom:10px;
}
.foto img{ padding-bottom:5px;
  border:0px;
}
/* footer*/				

#prefooter{
  margin-bottom:10px;
}

#footer{
  color:#CCCCCC;
  margin:auto;
  margin-bottom:10px;
  width:900px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  height:100px;
}
#credits{
  float:right;
}	
#credits img{
  border:0px;
}	

/* index link */

.sopra img {
	margin: 0 10px 5px 0;
	}
.sotto img {
	margin: 10px 10px 15px 0;
	}
#bollo {
	float:left;
	margin-right:20px;
	}
.newsletter input{
	margin: 2px 0px 5px 0px;
}
