@charset "utf-8";
/* CSS Document */

/* stili generali */
body {	
    font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;

}


a {
	color: #FFFFFF;
	text-decoration: none;
}



a:hover {
	color: #666666;
	text-decoration: none;
}


bold {
	font-weight: bold;
}



.boxsin {
	background-image: url(../img/boxsin.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.bottone {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	cursor: pointer;
	height:19px;
	width:100%;
	vertical-align: middle;

}

.bottone_hover{

	color: #A50101;
}





.notizie{
    color: #FFFFFF;
	background-color: #000000;
}



.index_page {
	padding: 20px;
	background-color:#A50101;
	margin-top:30px;
}



.immaginefondo {
	background-image: url(../img/immfondo.png);
	background-repeat: no-repeat;
	background-position: right top;
}

.content {
	border: 1px solid #000000;
	margin-top:30px;
}

.altezza {
	/*height: 100%;*/
}

.altezza2 {
	height: 550px;
}

.titolo {
	font-size: 30px;
	font-weight: bolder;
	color: #000000;
}

.tit1 {color:#A50101}

.tit1_bold {
	color:#A50101;
	font-size: 14px;
	font-weight: bold;
}

.tit2 {color:#666666}

.altezzabox{
	height: 600px;
}


.infobox {
	margin-top: 0px;
	height: 80px;
}	

.content_contatti {
	background-color:#ffffff;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	
}


.highslide-caption {
	color: #A50101;
	padding: 2px;
}


.text_contatti {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A50101;
	border: thin solid ;	
}





.altezzaboxsin{
	height: 590px;
}

.space {
	height:5px;
	background-color: #FFFFFF;
}


/*.sfondoindex {
	background-image: url(../img/indexpage.png);
	background-repeat: no-repeat;
	background-position: center center;
}*/

.bottone_contatti {
	font-weight: bold;
	color: #ffffff;
	background-color: #A50101;
	cursor: pointer;
	height:24px;
	width:80px;
	vertical-align: middle;
	background-position: center center;
	text-align: center;
}


.Scroller-Container{
  position: absolute;
  
}

#scrollContainer { 
  position: relative; 
  overflow: hidden;
  height: 430px;
  pointer: cursor;
}

.infobox2 {
	margin-top: 44px;
	height: 80px;
}	

.bordoevi {
	height: 490px;
	width: 740px;
border: 2px solid #A50101;
}

.bordoevi:hover {
	
border: 2px solid #000000;
}


.Scrollbar-Up {cursor: pointer;}

.Scrollbar-Down {cursor: pointer;}