﻿/* Generale */

* {
   border: 0px;
   margin: 0px;
   padding: 0px;
   }
body {
   background: #f2f2f2 url(immagini/img_02.png) repeat-x top left;
   color: #000;
   text-align: center;
   }
hr {
   display: none;
   }
#esterno {
   width: 900px;
   background: url(immagini/img_03.png) repeat-y top center;
   margin: 0px auto;
   }
#intestazione {
   width: 900px;
   height: 289px;
   background: url(immagini/img_01.png) no-repeat top center;
   margin: 0px auto;
   text-align: left;
   }
#links {
   width: 60px;
   float: right;
   margin-right: 10px;
   margin-top: -24px;
   }
#chiusura {
   height: 61px;
   background: url(immagini/img_24.png) no-repeat bottom center;
   font-size: smaller;
   clear: both;
   }
#menu {
   width: 225px;
   float: left;
   text-align: right;
   margin-top: -49px;
   }
#corpo {
   margin: -10px 80px 20px 240px;
   text-align: left;
}  
.floatstop {
   clear: both;
} 

/*Index*/

#corpo2 {
margin: 10px 80px 20px 240px;
text-align: left
}
#corpo3 {
margin: 10px 80px 20px 240px;
text-align: left
}
#corpo6 {
padding: 10px;
text-align: left
}
#corpo9 {
padding: 10px;
text-align: left
}
#immagine {
width: 210px;
margin: 10px 10px 10px 5px;
float: right;
}
#immagine2 {
width: 210px;
margin: 10px 10px 10px 5px;
float: left;
}


/*Contatti*/

.coordinamento {
margin: 0px 0px 0px 120px;
padding: 0px 10px;
text-align: left
}

/*Foto*/

.gallerie {
height: 180px;
padding: 10px 0px 0px;
text-align: left
}
.didascalia {
margin: 0px 0px 0px 180px;
padding: 10px;
text-align: left
}
.foto {
height: 180px;
width: 180px;
padding: 5px;
float: left;
}
   
/*Stili testo e link testo*/
    
.Stile8 {font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 12px; }
.Stile9 {	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 30px;
}
.Stile10 {	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #EF0023;
}
.Stile11 {	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}

/*Thickbox*/
.thickbox {
	position: static;
}
.thickbox .zoom {
}
a.thickbox:hover .zoom {
	width: 30px;
	height: 30px;
	position: absolute;
	margin: 0px 0px 0px 150px;
	background: url(immagini/zoom.png) no-repeat;
}