/* CSS Document */

/* contenitore centrato */
body,
html { height:100%; margin:0; padding:0; }
#container { width:720px; height:395px; position:absolute; top:50%; left:50%; margin:-192px 0 0 -360px;/*
	border-top-color: #99CCCC;
	border-right-color: #99CCCC;
	border-left-color: #99CCCC;
	border-top-style: solid;
	border-top-width: thin;
	border-right-style: solid;
	border-right-width: thin;
	border-left-style: solid;
	border-left-width: thin;
	*/
}
/****************************************************************/
/* bordi */
 #bordoSX { width:1px; height:319px; position:absolute; top:0px; left:0px; background-color: #99CCCC; }
#bordoDX { width:1px; height:319px; position:absolute; top:0px; left:719px; background-color: #99CCCC; }
#bordoTOP { width:720px; height:1px; position:absolute; top:0px; left:0px; background-color: #99CCCC; }
/****************************************************************/
/* sinistra + contenuti */
 #contenutoSX { width:496px; height:318px; position:absolute; top:1px; left:1px; overflow: auto; }
#contenutoINT { width:460px; position:relative; top:10px; left:10px; }
/****************************************************************/
/* destra + menu */
 #contenutoDX { width:208px; height:318px; position:relative; top:1px; left:511px; border: 0px; }
#barra { width:720px; height:74px; position:absolute; top:319px; border: 0px; background-color: #99CCCC; }
#menu { width:720px; height:74px; position:realtive; top:319px; border: 0px; }
/****************************************************************/
/* testo */
.titolone { font-family: "Times New Roman", Times, serif; font-size: 22px; text-decoration: none; font-weight: bold; color: #FFFFFF; }
.testo { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; text-decoration: none; line-height: 14px; color: #999999; }
.testobold { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; text-decoration: none; line-height: 14px; font-weight: bold; color: #336666; }
.titolo { font-family: "Times New Roman", Times, serif; font-size: 16px; text-decoration: none; font-weight: bold; color: #99CCCC; }
.menu { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; text-decoration: none; line-height: 20px; color: #336666; }
.menu:hover { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; text-decoration: none; line-height: 20px; color: #FFFFFF; }
.menuinterno { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; text-decoration: none; line-height: 16px; color: #336666; }
.menuinterno:hover { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; text-decoration: none; line-height: 16px; color: #99CCCC; }
.testobold:hover { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; text-decoration: none; line-height: 14px; font-weight: bold; color: #99CCCC; }
li {margin-top:10px;}
