/* IMPOSTAZIONI GENERALI */
html body {margin:0;padding:0;}
body{font: 79% arial,helvetia,verdana,sans-serif; }

/* IMPOSTAZIONI DEL LAYOUT DELLA PAGINA */
#contenitore{margin:0;}
#menuh {margin:0;padding-left:5px;background-color:#ffffff;}
#testata {margin:0;height:80px;background-color: #990000;}
#copertina{float:left;width:100%;margin-left:-200px;}
#pagina{margin-left:200px; padding:30px 20px;}
#colonna{float:right;margin: 1px 0px 20px; padding: 0px 0px;width:200px;text-align:center;}
#piede{clear:both;margin:0;padding:5px 10px;width:100%;background-image:url(pie01.bmp);background-repeat:repeat-x;border-top: 2px solid maroon;}

#pagina /*p*/{line-height:1.4;}

/* IMPOSTAZIONI DI CLASSI GENERICHE */
.centro	{text-align: center;}
.red {color:#990000;}

.etichetta	{margin: 0px;background-color: #990000;
		color:  #ffffff; font-weight: bold;
        border-top: 1px solid #ffffff;
        }

.fotoh	{width: 60px; height: 45px;}

.fotov	{width: 35px; height: 45px;}

/* IMPOSTAZIONI DEL TESTO */
h1 {color: #ffffff; font-family: "times new roman", serif; font-weight: bold;
	font-size: 30px;
    text-align: center;
	}
h2	{color: #ffffff; font-family: "times new roman", serif; font-weight: bold;
    font-size: 22px;
    text-align: center;
    }
h3	{color: #990000; font-weight: bold;
    font-size: 18px; line-height: 1.2;
	padding: 5px 10px;}
h4	{color: #990000; font-weight: bold;
    font-size: 16px; line-height: 1.2;
	padding: 5px 10px;}

h5	{color: #990000; font-weight: bold; font-size: 14px;
	text-align: left;
	line-height: 16px;
	padding: 5px 10px;}

/* IMPOSTAZIONE DEI LINK */
.menuh	{color: #cccccc; font-weight: bold;
		text-decoration: none;}
a.menuh:link	{}
a.menuh:visited	{color: #cccccc;}
a.menuh:hover	{color: #990000;}

.menuv	{display: block;
		width: 100%;
		border-bottom: 1px solid #ffffff;
		color: #990000;
		text-align: center; text-decoration: none; background-color: #f8f8f8;}
