@charset "UTF-8";
/* CSS Document */
/*==================== struttura ===================*/
body {
background-color:#000000;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
color:#CCCCCC;
line-height:23px;
}
#main {
width:955px;
min-height:800px;
margin-left:auto;
margin-right:auto;
background-image:url(../images/struttura/back-main.jpg);
background-position:bottom;
background-repeat:repeat-x;
border:1px solid white;
overflow: hidden;
}
#top{
width:955px;
height:169px;
background-image:url(../images/struttura/top.jpg);
background-repeat:no-repeat;
border-bottom:1px solid #FFFFFF;
/*border:1px red dashed;*/
}
#menu {
width:171px;
height:431px;
margin-left:10px;
margin-top:40px;
float:left;
}
#menu ul {
list-style:none;
margin:0px;
padding:0px;
}
#contenuto{
width:700px;
margin-left:25px;
margin-top:40px;
float:left;
padding-bottom:20px;
/*overflow:auto;*/
/*border:1px solid red;
*/}
#bottom {
width:955px;
height:40px;
margin-left:auto;
margin-right:auto;
padding-top:10px;
clear:both;
/*border:1px solid yellow;*/
}
img {
border:0px;
}
/*==================== home ===================*/
#orari{
width:205px;
height:205px;
float:left;
line-height:15px;
}
#social{
width:406px;
height:205px;
float:left;
margin-left:80px;
text-align:right;
}
/*==================== presentazione ===================*/
#testo {
width:480px;
float:left;
/*border:1px solid orange;*/
}
#img {
width:200px;
float:left;
margin-left:15px;
}
/*==================== News ===================*/
.news {
width:700px;
height:240px;
border:1px solid #333333;
margin-bottom:20px;
}
.news_estesa {
width:700px;
}
.imgnews {
height:240px;
float:left;
margin-right:20px;
}
.testonews {
width:510px;
height:240px;
float:left;
}
/*==================== FOTO ===================*/
.cartella {
width:150px;
height:130px;
margin-left:30px;
margin-bottom:20px;
border:1px solid #333333;
float:left;
}
/*==================== team - utente ===================*/

/*==================== dove siamo ===================*/
#mappa {
width:700px;
float:left;
border:1px solid red;
}
/*==================== dove siamo ===================*/
#contatti {
width:200px;
float:left;
}
/*==================== testi ===================*/
.center {
text-align:center;
}
.small{
font-size:10px;
}
.viola {
color:#990099;
}
h1 {
font-size:19px;
letter-spacing:1px;
}
a {
text-decoration:none;
font-weight:bold;
color:#FFFFFF;
}

/*==================== classi immagini ===================*/
.margin {
margin-right:10px;
}
.margin2 {
margin-right:40px;
margin-bottom:30px;
}

