@charset "utf-8";
/* CSS Document */

body { margin:0; padding:0; background-color:#333333; }
img { border:none; }

#top { 
  position:relative; 
  margin:0 auto; 
  width:960px; 
  height:85px; 
}
  #logo_sc { position:absolute; top:7px; left:0px; width:120px; height:70px; }
  #telaio { position:absolute; top:5px; left:150px; width:600px; height:75px; }
  #logo { position:absolute; top:10px; right:0px; width:200px; height:60px; }

#image { position:relative; margin:0 auto; width:960px; }
  #sc { position:absolute; top:207px; right:0px; width:648px; height:25px; }
  #sc2 { position:absolute; top:300px; right:0px; width:648px; height:25px; }

#container { 
  position:relative; 
  margin:5px auto; 
  width:960px; 
  background-color:#222222; 
}
  #content { width:680px; margin-left:230px; padding:25px; background-color:#eaeaea; min-height:500px; }
  #content a, #content a:hover { color:#c10223; }
  #sidemenu { width:210px; padding:10px; float:left; background:url(../images/sidemenu_back.jpg) no-repeat; min-height:500px; }

#bottom { 
  position:relative; 
  margin:5px auto; 
  margin-bottom:20px; 
  width:960px; 
  background-color:#b10015; 
  height:60px; 
  clear:left; 
}
#bottom a, #bottom a:hover { color:#fff; }
  #contatti { position:absolute; padding-top:5px; left:250px; width:460px; height:40px; font-size:8pt; color:#fff; text-align:center; }
  #numero_sx { position:absolute; top:5px; left:50px; }
  #numero_dx { position:absolute; top:5px; right:50px; }

.homepagepicture {
  background: #ededed;
  border: 1px solid #919292;
  float: right;
  margin-top:15px;
  margin-left: 10px;
  margin-bottom: 10px;
  border-spacing: 0pt 
	
}
.homepagepicture td {
  background: #ededed;
  font-weight: bolder;
  font-size: 11px;
  line-height: 1.0;
  padding: 4px;
  text-align: right;
  margin: 0px;
}

.homepagepictureL {
  background: #ededed;
  border: 1px solid #919292;
  float: left;
  margin-top:15px;
  margin-left: 0px;
  margin-right: 10px;
  margin-bottom: 10px;
  border-spacing: 0pt 
	
}
.homepagepictureL td {
  background: #ededed;
  font-weight: bolder;
  font-size: 11px;
  line-height: 1.0;
  padding: 4px;
  text-align: left;
  margin: 0px;
}