/* CSS Document */

body,html
{
	 margin: 0;
	 padding: 0;
     font-family: Trebuchet, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	 font-size:12px;
	 height:100%;
	 background:url(../img/Sfondo.jpg) repeat-x; 
}

div#centrato
{   
	position: absolute;
	height: 400px;
	width: 760px;
	top: 50%;
	margin-top: -200px;
	left:50%;
	margin-left: -400px;
	text-align: center;
}

div#container
{  
   width: 978px;
   margin-left:auto;
   margin-right:auto;
}

div#header
{  
   width: 100%;
   float:left;
}

div#content
{  
   width: 100%;
   float:left;
   margin-top:20px;
}

.box
{  
   float:left;
   width: 460px;
   border:solid;
   border-color: #EC3333;
   border-width: 1px;
   background-color:#FFFFFF;
   margin-left: 10px;
}

.boxTitolo
{  
   float:left;
   width: 420px;
   border-bottom:solid;
   border-bottom-style:dashed;
   border-bottom-color: #000000;
   border-width: 1px;
   padding: 5px;
   margin-left: 20px;
   margin-top: -18px;
   font-style:italic;
   font-size:14px;
   text-transform:capitalize;
   font-weight:bold;
}

.boxMenuSx
{  
   float:left;
   width: 150px;
   padding: 5px;
   margin-left: 20px;
   border-bottom:solid;
   border-bottom-style:dashed;
   border-bottom-color: #000000;
   border-width: 1px;
   font-size:12px;
}


.boxText
{  
   float:left;
   width: 420px;
   padding: 5px;
   text-align:justify;
   margin-left: 20px;
}

div#boxARiservata
{  
   float:left;
   width: 350px;
   padding: 5px;
   text-align:justify;
   margin-left: 20px;
   margin-top:30px;
   margin-bottom:80px;
   border:solid;
   border-width:1px;
   border-color:#330099
}


.imgPuzzle
{  
   margin-top:-18px; 
   margin-left:-15px;
   position:relative;
   z-index: 1;
}

div#Footer
{  
   width: 100%;
   float:left;
   margin-top:20px;
   margin-bottom: 20px;
   margin-left:8px;
}

img{border: none}

.imgText
{  
   float:left;
   margin: 0 2em 0 0;
}

.footer:link {color:#000033; font-weight:bold; text-decoration: none}
.footer:visited {color: #000033; font-weight:bold; text-decoration: none}
.footer:hover {color: #660000; font-weight:bold; text-decoration:underline}

.continua:link {color:#990000; font-weight:bold; text-decoration: none}
.continua:visited {color: #990000; font-weight:bold; text-decoration: none}
.continua:hover {color: #990000; font-weight:bold; text-decoration:underline}

.menu:link {color:#000000; font-weight:bold; text-decoration: none}
.menu:visited {color: #000000; font-weight:bold; text-decoration: none}
.menu:hover {color: #990000; font-weight:bold; text-decoration:none}

.link:link {color:#000000; font-weight:bold; text-decoration: none}
.link:visited {color: #000000; font-weight:bold; text-decoration: none}
.link:hover {color: #000000; font-weight:bold; text-decoration:underline}

.link2:link {color: #000066; font-weight:bold; text-decoration:none}
.link2:visited {color: #000066; font-weight:bold; text-decoration:none}
.link2:hover { color: #000066;  font-weight:bold; text-decoration:underline;}

