@charset "UTF-8";
/* CSS Document */

/*-------Inizio------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
 
}

body {
  background: url(immagebase/pattern1.jpg) repeat-x;
  background-color: #956A44;
  font-family:Verdana, Geneva, sans-serif;
}

#container {
  position: relative;
  margin: auto;
  width: 981px;
}

#pulsanti1 {
	float: left;
	position:relative;
	margin: 83px 0px 0px 0px;
	background-image:url(immagebase/SpazioAnim.jpg);
	width: 274px;
	height: 596px;
	background-color: #9966CC;	
}

#pagina1{
	float: left;
	position: relative;
	background-image:url(immagebase/Sopra2.jpg);
	background-repeat:no-repeat;
	margin: 157px 0px 0px 13px;
	width:774px;
	background-color:#FFFFFF;
	color:#039;
}

#titolo{
	position: absolute;
	margin: 105px 0px 0px 235px;
	width:500px;
	height:52px;
	color:#039;
}


.catmenu2{
	position: relative;
	margin-top: 80px;
	float:left; 
	width:194px;
	height: auto;
}	
/*----Accordition------*/
.arrowlistmenu{
    width: 194px; /*width of accordion menu*/
    font-weight: bold;/**/
	margin: 0;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font: 13px Verdana, Geneva, sans-serif;
	font-style:italic;
	/*font-variant:small-caps;*/
	color: white;
    background: #FBAF3A;
	margin-bottom: 0px; /*bottom spacing between header and rest of content*/
	border-bottom: 1px solid #956A44;
	padding: 2px 0px 2px 19px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(../images/catmenu/menu_sx.png);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;/*
margin-bottom: 8px; bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 1px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #630;
font: Verdana, Geneva, sans-serif;
font-size:10px;
background-color: #FFF;
display: block;
padding: 2px 0px 2px 19px;/*
padding-left: 19px; link text is indented 19px*/
text-decoration: none;
border-bottom: 1px solid #956A44;
}

.arrowlistmenu ul li a:visited{
color: #630;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #630;
background-color: #FFC;
}

.TT1 {
	font-size: 24px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight:bold;
	color: #630;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #630;
	display: block;
	margin: 10px 30px 5px 30px;
}
.TT2 {
	clear:both;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	margin: 10px 30px 5px 30px;
}
.TTpiccolo {
	clear:both;
	font-size: 9px;
	font-family: Verdana, Geneva, sans-serif;
	font-style:normal;
	text-align:center;
	color: #fff;

}
img.foto1 {
	float:left;
	padding: 3px 4px 0px 0px;
}
img.foto2 {
	float: right;
	padding: 3px 0px 0px 0px;
}
img.fotoEventi {
	float: left;
	padding: 3px;
}
a:link {
	color: #630;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #630;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #630;
}
/*   Link Eventi   */
a.LinkA:link {
	font-size:15px;
	color: #000;
	text-decoration: none;
	text-align: left;
	margin: 0px;
	padding:1px;
	display: block;
	height:105px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #630;
}
a.LinkA:visited {
	font-size:15px;
	color: #000;
	text-decoration: none;
	text-align: left;
	margin: 0px;
	padding:1px;
	display: block;
	height:105px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #630;
}
a.LinkA:hover {
	font-size:15px;
	background-color: #FC6;
	text-decoration: none;
	color: #000;
	padding:1px;
}
a.LinkA:active {
	font-size:15px;
	background-color: #036;
	color:#FFFFFF;
	text-decoration: none;
	padding:1px;
}