@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-image: url(immagini/sfondo_body.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 100%;
}
#sidebar {
	width: 220px;
	margin-left: 40px;
	float: left;
}
.accordion img {
}

#content {
	width: 60%;
	margin-left: 280px;
	padding-bottom: 10px;
	line-height: 1.4em;
}
#menu{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.foto {
	padding: 6px;
	float: left;
}

#menu li{
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#menu ul li, #menu li:last-child{
	border-bottom-width: 0.1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #FFFFFF;
}	
#content p {
	color: #666666;
	text-align: justify;
}
#content a {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
#content h4 {
	font-weight: normal;
	color: #FF9900;
	text-decoration: none;
	font-size: 21px;
}


#menu a{
	display:block;
	color:#333333;
	text-decoration:none;
	font-family:'Helvetica', Arial, sans-serif;
	font-size:13px;
	padding:3px 5px;
	font-weight: 500;
}
#menu a:hover{
	color:#FF9900;
	-webkit-transition: color 0.2s linear;
}
#menu ul a{
	background-color: #999999;
}
#menu ul a:hover{
	background-color:#FFF;
	text-shadow:none;
}
ul{
	display:block;
	margin:0;
	padding:0;
	width:220px;
	list-style:none;
	background-image: url(immagini/sfondo_sidebar.png);
}
#footer {
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	padding-top: 40px;
	padding-left: 10px;
	height: 40px;
}
#footer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	font-size: 10px;
}

#menu ul{
	background-image: url(immagini/sfondo_sidebar.png);
}
#menu li ul {
	display:none;
}
.accordion {
	width: 90%;
	border-bottom: solid 1px #c4c4c4;
}
.accordion h3 {
	padding: 7px 15px;
	margin: 0;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	line-height: 100%;
	font-weight: bold;
	color: #333333;
	background-color: #F9F9FB;
	background-image: url(immagini/sfondo_sidebar_interno.png);
	background-repeat: repeat;
	background-position: left top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.accordion h3:hover {
	background-color: #666666;
}
.accordion h3.active {
	background-position: right 5px;
	background-color: #FF9900;
}
.accordion p {
	margin: 0;
	padding: 10px 15px 20px;
	color: #000000;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: dashed;
	border-left-style: dashed;
	border-right-color: #c4c4c4;
	border-left-color: #c4c4c4;
	background-image: url(immagini/sfondo_sidebar.png);
	text-align: left;
}
#testata a {
	font-size: 10px;
	font-weight: 800;
	color: #666666;
	text-decoration: none;
}
#testata {
	height: 103px;
}
#testata #idioma {
	clear: both;
	float: right;
	padding-top: -10px;
	padding-right: 15%;
}
#content #content2 h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #333333;
}

#testata a:hover {
	font-size: 10px;
	font-weight: 800;
	color: #FF9900;
	text-decoration: none;
}
#content #content2 li {
	color: #666666;
}
#content2 h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: lighter;
	color: #FFFFFF;
}#content2 a {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
#content #content2 a:hover {
	color: #FF9900;
}
.orario {
	color: #FFFFFF;
	text-align: center;
}

