body {

font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
text-align:center;
margin:15px;
padding:0px;
margin-left:auto;
margin-right:auto;
background-color:black;

}

#HEADER {

width: 800px;
height: 100px;
margin-left:auto;
margin-right:auto;

}

#MENU {

width:800px;
height: 30px;
margin-left:auto;
margin-right:auto;
font-size:12px;

}

#CORPO {

width:800px;
text-align:left;
margin-left:auto;
margin-right:auto;

}

#PAGINA {

width:640px;
text-align:left;
margin-left:auto;
margin-right:auto;
overflow:auto;

padding:80px;
padding-top:30px;
padding-bottom:30px;

font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;

}

#FOOTER {

width:800px;
height: 100px;
margin-left:auto;
margin-right:auto;
text-align:center;
font-size:12px;

}

/* STILE MENU JS */

#dropmenudiv{
position:absolute;
border:0px solid black;
border-bottom-width: 0;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
margin-top:0px;

}


#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 0px solid black;
padding: 1px 0;
text-decoration: none;
font-weight:normal;
background-color:#0C0D13;
}


#dropmenudiv a:hover{ 
color:gray;
background-color:black;
}

div.button1off {

height:30px;
float:left; 
width:100px; 
background-color:transparent; 
background-repeat:no-repeat; 
background-position:center; 

}

div.button1on {

height:30px;
float:left; 
width:100px; 
background-color:transparent; 
background-repeat:no-repeat; 
background-position:center; 
background-image:url(img/button_bg.gif);

}

div.button2off {

height:30px;
float:left; 
width:100px; 
background-color:transparent; 
background-repeat:no-repeat; 
background-position:center; 

}

div.button2on {

height:30px;
float:left; 
width:100px; 
background-color:transparent; 
background-repeat:no-repeat; 
background-position:center; 
background-image:url(img/button_bg_2.gif);

}

div.button1off_active {

height:30px;
float:left; 
width:100px; 
background-color:transparent; 
background-repeat:no-repeat; 
background-position:center;
background-image:url(img/button_bg_2.gif); 

}

div.button1on_active {

height:30px;
float:left; 
width:100px; 
background-color:transparent; 
background-repeat:no-repeat; 
background-position:center; 
background-image:url(img/button_bg.gif);

}

div.button2off_active {

height:30px;
float:left; 
width:100px; 
background-color:transparent; 
background-repeat:no-repeat; 
background-position:center; 
background-image:url(img/button_bg_2.gif);

}

div.button2on_active {

height:30px;
float:left; 
width:100px; 
background-color:transparent; 
background-repeat:no-repeat; 
background-position:center; 
background-image:url(img/button_bg_2.gif);

}

/* STILE DEI LINK */

#MENU a:link {
text-decoration:none;
color:white;
height:30px;
}

#MENU a:visited {
text-decoration:none;
color:white;
height:30px;

}
#MENU a:active {
text-decoration:none;
color:white;
height:30px;

}
#MENU a:hover {
text-decoration:none;
color:white;
height:30px;

}


#FOOTER a:link {
color:white;
height:30px;
}

#FOOTER a:visited {
text-decoration:none;
color:white;
height:30px;

}
#FOOTER a:active {
text-decoration:none;
color:white;
height:30px;

}
#FOOTER a:hover {
text-decoration:none;
font-weight:bold;
color:white;
height:30px;

}

#PAGINA a:link {
text-decoration:none;
color:white;
height:30px;
text-shadow: 2px 2px 2px #000;
}

#PAGINA a:visited {
text-decoration:none;
color:white;
height:30px;
text-shadow: 2px 2px 2px #000;

}
#PAGINA a:active {
text-decoration:none;
color:white;
height:30px;
text-shadow: 2px 2px 2px #000;

}
#PAGINA a:hover {
font-weight:bold;
text-decoration:none;
font-weight:bold;
color:white;
height:30px;
text-shadow: 2px 2px 2px #000;

}


/* TOOLTIPS */


.hotspot {cursor:pointer}

#tt {position:absolute; display:block; background:url(img/tt_left.gif) top left no-repeat}
#tttop {display:block; height:5px; margin-left:5px; background:url(img/tt_top.gif) top right no-repeat; overflow:hidden}
#ttcont {display:block; padding:2px 12px 3px 7px; margin-left:5px; background:#666; color:#FFF}
#ttbot {display:block; height:5px; margin-left:5px; background:url(img/tt_bottom.gif) top right no-repeat; overflow:hidden}

