/**********************************/
/***		GLOBALI		***/
/**********************************/
HTML {font-size: 100%;}

BODY {	
	color:			#000;
	background:		#FFF;
	font-size:		0.8em;
	font-family:		Arial,verdana,helvetica,sans-serif;
	padding:		0px;
	margin:		0px;
	height:100%;
	}
	
A { color:#000; text-decoration:none; }
A:hover { color:#FFF; background:#8E0C10; text-decoration:none; }

.oldbrw { display:none }

/**********************************/
/***		STRUTTURA 	***/
/**********************************/
#main { 
		color:		#FFF;
		background:	#A70E13;
		padding:		0; 
		margin:auto;
		margin-top: 5px;
		margin-bottom:5px;
		width:			800px;
		height:	100%;
		}


/**********************************/
/***		INTESTAZIONE 	***/
/**********************************/


#header {display:none}


#menuhomepage {display:none}


/**********************************/
/*****		ZONA ALTA ***/
/**********************************/


#top { 
			width:800px;
			height:236px;
			background:#B2A392; 
			margin:0; 
			padding:0; 
		}


/**********************************/
/*****		FASCIA CENTRALE PER TITOLI ***/
/**********************************/
	
#center { 
		float:left; clear:both; position:absolute;
		top:236px;
		width:800px;
		height:54px;
		margin:0; 
		padding:0; 
	}

#center H2 { 
		text-align:center; 
		margin:0; 
		padding:0; 
		font-weight:normal; 
		font-size: 100%;			
		text-transform:uppercase;

	}

#center ul { 
		padding-left: 0px;
		margin:0px;
	}

#center ul li { 
			text-align:center;
			font-size: 140%;
			text-transform:uppercase;
			letter-spacing:5px;
			list-style:none;
			list-style-position:inside;
			padding-bottom: 20px;
			
		}


#center DIV.titlenews 
				{ 
					width:100%;
				}

#center DIV.titlenews H2
					{ 
						background:#A70E13;; 
					}



				
/**********************************/
/*****		ZONA BASSA PER LE NOTIZIE ***/
/**********************************/
#bottom {
				float:left; clear:both; position:absolute;
				top:290px;
				width:800px;
				height:240px;
			}


#bottom h1.componentheading { display:none; 	}

#bottom p.sectiontableentry1, p.sectiontableentry2 { text-align:center}

/**********************************/
/*****		ZONA PIE DI PAGINA **
/**********************************/

#footer		{  
					position:absolute;
					top:535px;
					width:800px;
					height:18px;
					padding:		0;
					line-height: 1.5em;
					background:#A70E13;
				}

#footer A		{ color:#000; font-weight:bold; text-decoration:none; }
#footer A:hover		{ color: #FFF;}
#credits { 
									text-align:left;
									font-size:		.75em;
									letter-spacing:		.02em;
									padding-left: 3px;
									margin:0px;
									width:247px;
									float:left;
									text-transform:uppercase;
									list-style:none;
									list-style-position:inside;
									
								}
								
#credits ul { 
									padding-left: 0px;
									margin:0px;
								}

#credits ul li { 
									padding-left: 3px;
									text-transform:uppercase;
									list-style:none;
									list-style-position:inside;
									
								}


#language { 	
										text-align:right;
										font-size:		.75em;
										letter-spacing:		.02em;
										height:19px;
										width:300px;
										float:left;
										text-transform:uppercase;
										list-style:none;
										list-style-position:inside;
									}


								
#copyright { 	
										text-align:right;
										font-size:		.75em;
										letter-spacing:		.02em;
										width:250px;
										float:right;
									}

#copyright span  { 	
										float:right;
										font-size:		.75em;
										letter-spacing:		.02em;
										padding-right:5px;
									}

/* ##################### MODULO SELEZIONE LINGUE #################*/
/* 
/* jflanguageselection */

div#jflanguageselection  { 
				margin:0px 0px 0px 0px;
				height:19px;
				float:left;
			}

#jflanguageselection ul.jflanguageselection{ 
				margin:0px 0px 0px 0px;
				height:19px;
			}

#jflanguageselection ul.jflanguageselection li { 
				margin:0px 0px 0px 0px;
				height:13px;
				width:150px;
				text-align:left;
			}

#jflanguageselection ul.jflanguageselection li a { 
				margin:0px 0px 0px 0px;
				height:13px;
			}

div#jflanguageselection li img.langImg { 
				margin:0px 0px 0px 0px;
				height:15px;
				padding:1px 5px 0px 0px;
			}


