body
{
	margin:auto;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#333333;
	height:100%;
	background-image:url(images/body.png);
	background-position:center;
	background-repeat:repeat-y;
}
#corpo
{
	position:relative;
	width:980px; 
	height:724px;
	margin:auto;
}

p
{
	margin-bottom: -10px;
}

h4
{
	margin-top: 30px;
	margin-bottom: -15px;
	color: #F18E00;
	text-align:left;
}

#top
{
	position:absolute;
	top:0;
	left:0;
}
	
#sfondo
{
	position:absolute;
	top:144px;
	left:0;
}
	
#mau {
	position:absolute;
	left:923px;
	top:533px;
	width:36;
	height:8;
	z-index:1;
}

/* menu di sinistra (tutte le pagine) */
#menusx {
	position:absolute;
	left:40px;
	top:150px;
	width:160px;
	height:286px;
	background-color:#F18E00;
	z-index:1;
}
.c0, .c1, .c2, .c3, .c4	{
	font-size:12px;
	font-weight:bold;
	background-color:#F18E00;
	padding:5px;
} 
.c0	{	/* base */
	color:#000000;
}
.c1	{	/* onmouseover */
	color:#FFFF00;
}
.c2	{	/* onmouseout */
	color: #000000;
}
.c3	{	/* onmousedown */
	color: #CC0000;
	font-size:13px
}
.c4	{	/* onmouseup */
	color: #CC0000;
}

/* menu di destra in alto (tutte le pagine) */
#menudx {
	position:absolute;
	right:0px;
	top:18px;
	width:300px;
	height:16px;
	background-color:#000000;
	z-index:1;
}
.cd0, .cd1, .cd2, .cd3, .cd4	{
	font-size:11px;
	font-weight:bold;
	background-color:#000000;
} 
.cd0	{	/* base */
	color:#FFFFFF;
}
.cd1	{	/* onmouseover */
	color:#F18E00;
}
.cd2	{	/* onmouseout */
	color: #FFFFFF;
}
.cd3	{	/* onmousedown */
	color: #CC0000;
	font-size:12px
}
.cd4	{	/* onmouseup */
	color: #CC0000;
}
.rrr	{
	color:#000000;
}

/* menu centrale (tutte le pagine esclusa home) */
#menuc1 {
	position:absolute;
	left:214px;
	top:150px;
	width:133px;
	height:16px;
	background-color:#000000;
	z-index:1;
}
#menuc2 {
	position:absolute;
	left:349px;
	top:150px;
	width:133px;
	height:16px;
	background-color:#000000;
	z-index:1;
}
#menuc3 {
	position:absolute;
	left:214px;
	top:168px;
	width:133px;
	height:16px;
	background-color:#000000;
	z-index:1;
}
#menuc4 {
	position:absolute;
	left:349px;
	top:168px;
	width:133px;
	height:16px;
	background-color:#000000;
	z-index:1;
}
.cc0, .cc1, .cc2, .cc3, .cc4	{
	font-size:11px;
	background-color:#000000;
} 
.cc0	{	/* base */
	color:#FFFFFF;
}
.cc1	{	/* onmouseover */
	color:#F18E00;
}
.cc2	{	/* onmouseout */
	color: #FFFFFF;
}
.cc3	{	/* onmousedown */
	color: #CC0000;
	font-size:12px
}
.cc4	{	/* onmouseup */
	color: #FFFF00;
}

/* immagine sinistra superiore (tutte le pagina) */
#imm1sx
{
	position:absolute;
	left:40px;
	top:450px;
	width:160px;
	height:110px;
	background-color:#FFFFFF;
	cursor:pointer;
}

/* immagine sinistra inferiore (tutte le pagine) */
#imm2sx
{
	position:absolute;
	left:40px;
	top:580px;
	width:160px;
	height:110px;
	background-color:#FFFFFF;
	cursor:pointer;
}

/* immagine centrale (tutte le pagine tranne home) */
#immc
{
	position:absolute;
	left:215px;
	top:200px;
	width:268px;
	height:220px;
	z-index:1;
	background-color:#FFFFFF;
	padding:4px;
}

/* testo di destra (tutte le pagine tranne home) */
#txtc
{
	position:absolute;
	left:498px;
	top:144px;
	width:442px;
	z-index:1;
	background-color:#FFFFFF;
	text-align:justify;
	padding:5px;
}

/* classe testata di riquadro */
.hsez
{
	background-color:#000000;
	color:#FFFFFF;
	font-weight:bold;
	font-size:11px;
	position:relative;
	top:0;
	left:0;
	width:180px;
	height:auto;
	text-align:left;
	padding:5px;
	margin-left: -5px;
	margin-top: -5px;
}

/* titolo di news - progetto */
#titolonp
{
	font-size:11px;
	color:#F18E00;
	font-weight:bold;
	text-align:left;
	margin-top: 15px;
}

#titolonpn
{
	font-size:14px;
	color:#F18E00;
	font-weight:bold;
	text-align:left;
	margin-top: 25px;
	margin-bottom: -10px;
}
#titolonpnp
{
	font-size:12px;
	color:#F18E00;
	font-weight:bold;
	text-align:left;
	margin-top: 30px;
	margin-bottom: -10px;
}
/* sintesi di news - progetto */
#sintesinp
{
	font-size:11px;
}

/* testo di news - progetto */
#testonp
{
	font-size:11px;
}

/* classe link senza sottolineatura e hover giallo */
a.link
{
	color:#000099;
	text-decoration:none;
}
a.link:hover
{
	color:#FFFF00;
}
