/*stili per header, con logo e sfondo grafico*/	
#logospace{
	background: Black url(../../files-comuni/sfondo_header.jpg) no-repeat top right; text-align:left; 
	width:960px; height: 98px;
	margin: 0px; padding: 0px; border: none;
}
a.angolo1 {
	float:left;
	Margin:15px 0px 2px 0px;
	border:none;
}
a.angolo3{
	float:right; border:none;
	Margin:70px 10px 0px 0px;
}
/*stili per barra di menu principale, con sfondo sfumato giallo-arancio*/	
#headerbar
{background: url(../../../files-comuni/sfondo_headerbar.jpg) repeat-x;
 height:26px; width:960px; color:black; padding-top:6px;
font: normal bold 14px Arial;text-align:center;
}
#headerbar a:link {font: normal bold 14px Arial; color:black; text-decoration:none;}
#headerbar a:hover{font: normal bold 14px Arial; color:white; text-decoration:underline; }
#headerbar a:visited{ font: normal bold 14px Arial;color:black;}


/*stili per barra sotto al menu<a href="http://ttt.localticket.it/eventi/home.asp">Home</a> principale, dove compare il login*/	
#barralogin {background: url(../../files-comuni/sfondo_loginbar.jpg) repeat-x bottom;
 height:24px; width: 960px;
font: normal bold 12px Arial; color: white; text-align: center;
padding:2px 0px 0px 0px; margin:0px; 
}
#barralogin a:link {font: normal bold 12px Arial; color: white;}
#barralogin a:hover{ color:yellow; text-decoration:underline;}
#barralogin a:visited{ color:white;}

/*stili per barra categorie eventi*/	
#barracategorie{
	margin:0px; padding:0px 0px 0px 10px;
	border: 0px solid red; height: 37px;
	text-align:left; width:960px;
}
#barracategorie img{
	padding:0px; margin: 0px; border:none;}

	/*Stili del footer*/
#footerbar
{color: black; text-align: center;
 background: url(../../files-comuni/sfondo_footer.jpg) repeat-x ;
 width: 960px; height:26px;
 margin-top:6px; padding:4px 0 0 0;
}

#footerbar a:link, a:visited, a:focus, a:active
{FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: black;
padding:21px auto 0 auto;
}

#footerbar A:hover
{color: yellow;}

#copybar
{ width: 960px;
    FONT-WEIGHT: normal;
    FONT-SIZE: 9px;
    COLOR: white; margin-top:0px;
	 text-align:center;
}
#copybar A
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 9px;
    COLOR: white;
}
#copybar A:hover
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 9px;
    COLOR: red;
}