/* IMPOSTAZIONI GENERALI DEL DOCUMENTO*/

/* Impostazioni del font, dei titoli, dei sottotitoli e dello spazio bianco*/
body { font: 70% "Trebuchet MS"; color:#6D6D6D; background-image: url(../images/quadrato6.gif)}
h1{font-size: 1.9em; color:#990000; text-align:right; padding-right:10px; margin: 0.2em 0 0.2em}
h2{font-size: 1.5em; color:#990000; margin: 0.2em 0 0.2em; padding-left:10px;}
h3{font-size: 1.4em; color:#6D6D6D; font-size:medium}
h4{font-size: 1.2em}
h5{font-size: 1em}
h6{font-size: 0.85em; color:#FFFFFF; text-align:center; margin: 1.0em 1.0em} 
p { text-align:justify; padding-left:0px}
ul { font-family:Arial, Helvetica, sans-serif; color:#CC0000; list-style:none; margin-left:0px;width:230px; padding:5px}
li { background-image:url(../images/acro.gif); background-repeat:no-repeat; background-position:175px; padding-top:2px; padding-bottom:2px; margin-left:20px}

/*line-height*/
p, blockquote, pre, ol, dl, ul, form {line-height:1.5}

/* set di base per margini e padding */
html, body{margin: 0 0 0 0;padding: 0}
/*h1, h2, h3, h4, h5, h6{margin: 0.7em 0 0.2em}*/
address, blockquote, dl, form,
fieldset, ol, table, p, pre, ul{ margin-top: 0.2em;margin-bottom: 1.2em} 

/* MENU ORIZZONTALE*/

.MENU { background-image:url(../images/sfondo-menu.jpg); background-position:bottom; text-align:left; font-weight:bold; padding-bottom:10px; padding-top:10px; padding-left:10px;}
a.MENU {color:#FFF; text-decoration:none; padding:10px; font-size:13px;}
a:hover.MENU{ color:#FFCC00;}

/*links*/
a {color: #CC0000; text-decoration:none;}
a:hover {color: #FF9900; text-decoration:none;}

a.credits {color: #990000; text-decoration:underline;}
a.credits:hover {color: #FF6600; text-decoration:underline;}

a.indietro { font-size:12px; font-weight:bold; color: #fff; text-decoration:none; padding-left:10px}
a.indietro:hover {text-decoration:underline;}

/*Fascia rossa in alto*/
.top { height:15px; width:100%; background-color:#990000}

/*Div contenitore centrato*/
#contenitore {float:left; position:absolute; left:50%; top:100px; width:860px; height:530px; margin:0 0 0 -420px; }
#header{float:right; width:460px; height:40px; background-color:#990000; margin-bottom:20px}
#content{float:left; width:840px; height:350px; padding:10px; background-color:#FFFFFF; border-bottom:solid 1px #CCCCCC; border-right: solid 1px #CCCCCC }
#footer{float:right; width:545px; height:40px; padding-top:20px; color:#990000; font-weight:bold; text-align:left; font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:lighter}