body {
	font-family: Arial, Helvetica, "Trebuchet MS";
	font-size: 1em;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(picts/bgr.gif);
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 1.2em;

}
#mainContent h4 {
	background-color: #EBEBEB;
	margin: 0px;
	background-image: url(picts/arrow.gif);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-position: 4px;
	font-size: 90%;
}

#imagescroll-menu a {
    color: #000000;
    text-decoration: none;
}
#imagescroll-menu a:hover {
    font-weight: bold;
}

#container, #containerTesti {
	margin: 0px auto;
	width: 668px;
	border: 2px solid #FFFFFF;
	background-color: #FFFFFF;
}

#imagescroll {
	width: 668px;
	height: 229px;
}

#imagescroll-menu {
	position:absolute;
	top: 0px;
	right: 30px;
	width: 150px;
	height: 229px;
	background-color: #FFFFFF;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
#testo {
	float: left;
	width: 400px;
	padding-left: 25px;
	padding-top: 50px;
	background-color: #FFFFFF;
}

#imagescroll-menu ul {
	margin-top: 20px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	list-style-type: none;
	line-height: 2em;
	font-size: 85%;
}
#imagescroll-menu li {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #999999;
}



#imagescroll-container {
	width: 668px;
	height: 229px;
	 position: relative;
}
#crossslide{
	width: 668px;
	height: 229px;
}
#container-menutop {
	width: 672px;
	height: 35px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FF6600;
	background-image: url(picts/bgr_menutop.gif);
	
}#container-menutop ul {
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-size: 90%;
	font-weight: bold;
}
#container-menutop li {
	display: inline;
	padding-right: 20px;
	padding-left: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFCC00;
}
#container-menutop li a {
	color: #FFFFFF;
	text-decoration: none;
}
#container-menutop li a:hover {
	position: relative;
	bottom: 2px;
	color: #333333;
}
#container-contenuti {
	width: 672px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	position: relative;}

#mainContent/* Tips for mainContent:
1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs.
2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
*/
  {
	margin-right: 20em;
	margin-bottom: 0;
	margin-left: 1.5em;
	padding-top: 15px;
	color: #333333;
	font-size: 0.8em;
}  
#sidebar {
	float: right;
	width: 226px;
	margin-top: 2em;
	margin-right: 0.8em;
	margin-bottom: 0.8em;
}
#boxNewsletter {
	float: right;
	width: 226px;
	background-image: url(picts/bgr_newsletter.jpg);
	height: 86px;
	margin-top: 2em;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0px;
	font-size: 1px;
	line-height: 0px;
}
#boxNews {
	float: right;
	width: 226px;
	/*background-image: url(picts/bgr_news_top.jpg), url(picts/bgr_news_center.jpg), url(picts/bgr_news_bottom.jpg);
	background-position: top left, center center, bottom left;*/
	/*background: #FFFFFF url(picts/bgr_news_center.jpg) repeat-y;*/
	/*height: 185px;*/
	background: transparent url(picts/bgr_news_center.jpg) repeat-y;
	font-size: 0.7em;
	line-height: 1.2em;
	height: auto !important;
    height: 185px;
	min-height: 185px;
}
#boxNews span {
    background: transparent url(picts/bgr_news_top.jpg) no-repeat;
    display: block;
}
#boxNews span span {
    background: transparent url(picts/bgr_news_bottom.jpg) no-repeat bottom left;
    padding-top: 35px;
    height: auto !important;
    height: 185px;
    min-height: 185px;
}
#boxNews ul {
    padding: 0px;
    margin: 0px;
}
#boxNews ul li {
/*    height: 185px;*/
    list-style-type:none;
    padding: 0px;
    margin: 0px;
    padding-bottom: 5px;
}
#boxGallery {
	float: right;
	width: 226px;
	background-image: url(picts/bgr_gallery.jpg);
	height: 86px;
	margin-top: 2em;
}
#boxNews h3:first-line {
	font-size: 100%;
	color: #000000;
	font-weight: normal;
}#boxNews h3 {
	font-size: 100%;
	color: #006600;
	margin: 0px;
	/*padding-top: 40px;*/
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#boxGallery p {
	font-size: 70%;
	font-weight: bold;
	margin: 0px;
	padding-top: 45px;
	padding-left: 60px;
	color: #333333;
	line-height: 1.25em;
}
#boxGallery a {
	color: #181818;
	text-decoration: none;

}
#boxGallery a:hover {
	color: #E86701;

}
#boxNews p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#boxNewsletter p {
	padding-left: 75px;
	padding-top: 10px;
	margin: 0px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 80%;
}
#mainContent h1 .arancio {
	color: #EE7F01;
	font-weight: normal;
}
#textfield {
	font-size: 90%;
	width: 140px;
}
#footer {
	padding: 0 10px;
	background-color: #ee7f01;
	font-size: 80%;
	color: #FFFFFF;
	text-align: center;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#container-testata {
	width: 672px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#mainContent a {
	font-weight: bold;
	color: #006600;
	font-size: 110%;
}
#mainContent hr {
	height:0px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-top-color: #999999;


}

#mainContent a:hover {
	font-weight: bold;
	color: #EA6B02;
}

form {
	margin: 0;
	padding: 0px;
	width: 380px;
	text-align: left;
	
}
form ul {
	background: transparent;
	padding: 0;
	list-style: none;
	margin: 15px;
}
form ul li {
	margin: 0;
	padding: .4em 0;
	background: #fff;
	color: #fff;
	list-style: none;
}
form ul li:hover {
color: #333;
background: #eee;
}
fieldset {
	margin: 0;
	padding: 0;
}
label {
	display: block;
	font-weight:bold;
	margin: 0;
	color: #333;
	width: auto;
}
label.option {
margin: .2em;
font: normal 1.2em/1.2em Verdana, sans-serif;
width: 60%;
}
input {
	margin: 0;
	border: 1px solid #dadada;
	color: #333;
	background: #fafafa;
}
input.form-radio {
padding: 0;
margin: 0 .2em 0 0;
border: none;
}
textarea {
	width: 80%;
	padding: 0.4em;
	font: normal 1.2em/1.2em Verdana, sans-serif;
	border: 1px solid #dadada;
	height: 4em;
	display:block;
	color:#333;
	background: #fafafa;
}
textarea.small-textarea {
	height: 2em;
}
select {
	padding: .2em 0;
	margin: 0;
	border: 1px solid #dadada;
	color: #333;
	background: #fafafa;
}
.evidenziato {
	background-color: #FFCC99;
}

option {
display: block;
padding: .1em;
margin: 0;
font: normal 1em Verdana, sans-serif;
color: #333;
background: #fafafa;
}
input:focus, input:active, textarea:focus, textarea:active, select:focus, select:active {
	border: 1px solid #f3a251;
	background: #ffeddc;
}
input.button {
	padding: 0em;
	border: 1px solid #f3a251;
	background: #ffeddc;
	cursor: pointer;
	margin: 0em;
}
input.button:hover {
background: #f3a251;
color: #fff;
}
legend {


}
.asterisco {
	font-size: 20px;
	color: #FF6600;
}
#mainContent h3 {
	color: #999999;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-size: 1.2em;
}
#mainContent p {
	margin-top: 5px;
}
#mainContent .testo-piccolo {
	font-size: 85%;
	line-height: 0.5em;
}

#newsDettaglio h2 {
	color: #006600;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	line-height: 1em;
}
#news h3, #newsDettaglio h3 {
	color: #000000;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding-top: 3px;
	padding-bottom: 3px;
	letter-spacing: 0.2em;
	font-size: 95%;
	display: inline;
}
#news .data, #newsDettaglio .data {
	letter-spacing: 0.2em;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 80%;
	color: #999999;
	text-align: right;
}
#news .vedi, #newsDettaglio .vedi {
	color: #FF6600;
	letter-spacing: 0.1em;
	margin-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-left: 5px;
}
#newsDettaglio h4 {
	color: #FF6600;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#newsDettaglio p, #news p {
	margin: 0px;
	padding: 0px;
}
#news h2 {
	color: #006600;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 1em;
}
#news .leggitutto {
	text-align: right;
	/*font-size: 80%;*/
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #E6E6E6;
	float: right;
	color: #FF752B;
}
#news .allegato a {
    font-size: 0.9em;
    font-weight: normal;
    color: #333333;
    text-decoration: none;
}
#news .leggitutto a, p.leggitutto a {
    font-size: 80%;
	text-align: right;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #E6E6E6;
	/*float: right;*/	
	color: #FF752B;
	text-decoration: none;
}
#boxNews .leggitutto {
    
}
#news {
	margin-bottom: 40px;
	padding-bottom: 3px;
	overflow: hidden;


}
#news .left, #news .right{
	float:left;
	width:195px;
	padding-top: 3px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #EBEBEB;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #EBEBEB;
	
}

#news .right{
	float: right;
	text-align: right;
	letter-spacing: 0.2em;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 90%;
	color: #999999;
	text-align: right;
}
#mainContent h2 {
	color: #EE7F01;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E8E8E8;
	border-bottom-color: #E8E8E8;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-size: 1.5em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#menuDestra ul {
	font-size: 0.8em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	color: #EE7F01;
}
#newsletter-form form {

}
#newsletter-form #textfield {
	width: 100px;
	height: 17px;
}

#newsletter-form {
	font-size: 10px;
	float: right;
	margin-top: 15px;
}

#menuDestra {
	margin-left: 0px;
	float: right;
	width: 100%;
}
#menuDestra li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E1E1E1;
}

#menuDestra li a {
	color: #EE7F01;
	text-decoration: none;
}
#menuDestra li a:hover {
	color: #000000;
	font-weight: bold;
}
#menuDestra h5 {
	background-color: #EE7F01;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #FFFFFF;
	padding: 5px;
	font-size: 1em;
}
.fotoDestra {
	float: right;
	border: 1px solid #DDDDDD;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.fotoSinistra {
	float: left;
	border: 1px solid #DDDDDD;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#mainContent .docenti {
	line-height: 30px;
	padding-left: 0px;
	color: #EF7D00;
	padding-right: 20px;
	margin-top: 0px;
	padding-top: 20px;
}
#mainContent .docenti li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#mainContent .daterassegna {
	font-size: 85%;
	line-height: normal;
	color: #666666;
	padding-left: 20px;
	background-image: url(picts/icon_news.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 15px;
	margin: 0px;
}
.invio {
	height: 20px;
	width: 20px;
	background-color: #666666;
	color: #FFFFFF;
	font-size: 80%;
}
#newsletter-form form {
	width: 150px;
	margin: 0px;
	padding: 0px;
	float: right;
}
#newsletter-form #button {
	height: 20px;
	width: 30px;
	font-size: 12px;
}
#newsletter-form input {
	font-size: 110%;
}

label.error {
    color: red;
    font-size: 85%;
}
input.error {
    border: 1px dotted red;
}

.autobus {
	background-color: #FFCC99;
	border: 1px solid #666666;
	margin-right: 3px;
	margin-left: 3px;
	padding: 2px;
}
#doc-ospiti {
	margin-left: 30px;
}
.loading-img {
	margin-left: auto;
	margin-top: 100px;
	margin-right: auto;
}#brochure img {
	margin-bottom: 20px;
}
.riga {
	margin-bottom: 40px;
}
.banner { margin-bottom: 28px;}