@charset "utf-8";
/* CSS Document */

body{
background-image:url(../images/sfondo_home.jpg);
background-repeat:repeat-x;
background-color:#3a7973;
margin:0px;
}

/* divs */

#haeder{
margin:0px 0px 12px 0px;
padding:0;
height:184px;
width:1000px;
}

#contenitore{
width:100%;
}

.mille{
width:1000px;
}

.boxLargo{
float:left;
width:300px;
margin-left:240px;
margin-top:15px;
}

.box{
float:left;
width:130px;
margin-left:70px;
margin-top:15px;
}

.clear{
clear:left;
}

/* testi */

.testo{
font-family:Tahoma, Arial, Helvetica, sans-serif;
font-size:11px;
color:#FFFFFF;
}

.testoGrande{
font-family:Tahoma, Arial, Helvetica, sans-serif;
font-size:18px;
color:#FFFFFF;
}

/* links */

a{
color:#FFFFFF;
font-weight:bold;
text-decoration:none;
}

a:hover{
color:#FFCC00;
}