
 /* layout grafico */
 
html, body {
height: 100%;
margin: 0px;
background: #EDFFFE;
}
#box {
width: 760px;
height: 340px;
margin: -200 0 0 -380px;
position: absolute;
top:50%;
left:50%;
background: #fff;
border: 1px solid #7FA3C8;
}
#centrale {
width: 100%;
height: 320px;
float: center;
text-align:center;
}
#basso {
width: 100%;
height: 20px;
background-color: #7FA3C8;
border-top: 1px solid #7FA3C8;
}
#pie {
width: 100%;
float: center;
margin: 0px auto 0px auto;
}
#claudio {
position: absolute;
top : 0px;
left: 0px;
font : bold 11px Arial, Verdana;
padding: 2px;
}
 
/* link menu */
 
 .menu {
     font-family: Verdana, Arial, Helvetica, sans-serif;
         font-size: 11px;
         font-weight: bold;
         color: #000;
         float: center;
		 text-align: center;
		 padding-top: 4px;
		 padding-bottom: 4px;
          }
 .menu a {
     font-family: Verdana, Arial, Helvetica, sans-serif;
         font-size: 11px;
         font-weight: bold;
         color: #000;
         text-decoration:none;
         float: center;
		 text-align: center;
		 padding-right: 20px;
		 padding-left: 20px;
         }
 .menu a:hover {
         font-size: 11px;
         font-weight: bold;
		 color: #fff;
         }    



/* bottone claudio maggioli */

#cm {
position: absolute;
bottom: 4px; right:4px;
border-bottom: 2px solid #000;
border-right: 2px solid #000;
border-top: 1px solid #ccc;
border-left: 2px solid #ccc;
font: bold 12px Trebuchet Ms, Verdana;
background: #007192;
color: #fff;
padding: 5px;
}
#cm a {
font: bold 12px Trebuchet Ms, Verdana;
color: #ccc;
background: #007192;
text-transform: capitalize;
text-decoration: none;
}
#cm a:visited {
color: #ccc;
text-decoration: none;
		}
#cm a:active {
color: #ccc;
text-decoration: none;
		}
#cm a:hover {
color: #fff;
text-decoration: none;
}




/* layer nascosto */
.out {
	overflow: hidden;
	width: 3px;
	height: 1px;
	background-color: #fc9;
	font: normal 6px Verdana, Arial;
	color : #fff;
	left: 0px;
	top : 0px;
}
.out a {
 	font: normal 6px Verdana, Arial;
	color : #fff;
}
