/*Documento CSS*/
@import "main.css";
body{
	margin-left:10px; 
	margin-right:0px; 
	margin-top:0px; 
	font: 100% Verdana, Arial, Helvetica, sans-serif;
}

/* PAGINA */

#areasearch, #menusx,  #barrabottom, #barra, #nav, #bot, #prefooter, #validate
{display:none;}

div#container{height:100%;}

/* INTESTAZIONE */
div#intestazione{position:relative;}
div#arealogo{float:left;}

div#fineprintintestazione{
	float:left;
	width:100%;
	top:-10px;
	border-width:5px;
	border-bottom-style:solid;
	border-color:#1F3D5A;
	height:2px;
}


/* CORPO */
div#corpo{
	float:left;
	width:100%;
	margin:5px 0px 5px 0px;
}

/* HOMEPAGE */

div#homeimg{
	margin:auto;
	left:10px;
	right:10px;
	width:48%;
}

/* NEWS E AGENDA */
#homeagenda, #homeavvisi{float:left;}

 #homeevi{clear:both;margin:auto;width:100%}
 
/* CONTENUTO */
div#contenuto{
	margin: 5px 5px 5px 0px; 
	width:100%;
}

#organigramma{text-align:left;}


/* LINK NORMALI */
div#corpo A{text-decoration:underline;color:black;}

/* LINK SU BACKGROUND */
div#corpo A.bglight {text-decoration:underline; color:white; font-weight:bold;}


/* TIPI LINK DIVERSI */
a.external, a.external:link, a.external:visited, a.external:active, a.external:hover {
	background: url(img_css/external.png) right center no-repeat;
	padding-right: 14px;
}
a.image, a.image:link, a.image:visited, a.image:active, a.image:hover {
	background: url(img_css/image.gif) right center no-repeat;
	padding-right: 18px;
}
a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover {
	background: url(img_css/newwindow.png) right center no-repeat;
	padding-right: 14px;
}
