body  {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.6;
	color: #777;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector  */
}

h1 {
	font-weight: bold;
	font-size: 30px;
	color: #545454;
	
	text-decoration: none;	
}
h2 {
	font-size: 30px;
	color: #545454;
	font-weight: bold;
	text-decoration:none;	
}
h2 span {
	color: #bf2620;	
}
h3 {
	font-size: 16px;
	color: #545454;
	font-weight: bold;
	text-decoration:none;	
}

img {
	border: none;
}


#container { 
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin: 0px auto;
	width: 1170px;
	position: relative;
}

/* header della pagina */
#headerTop {
	height: 140px;
}
#header {
	height: 455px;
}

#headerBottom {
	height: 370px;
	border-bottom: 1px solid #ebebeb;
	margin-top: 30px;
}

#logo {
	top: 30px;
	left: 0px;
	position: absolute;
	z-index: 100;
	background: url(../images/logo.png);
	height: 80px;
	width: 260px;
	cursor: pointer;
	background-size: contain;
	background-repeat: no-repeat;
}

#holder {
	height:100%;
	overflow: hidden;
	width:100%;
}
 
#maximage {
	position:relative !important;
}


/* layout della pagina */ 
#leftColumn {
	margin: -25px 0px 0px 0px;
	padding: 0px;
	float: left;
	width: 360px;
}
#mainContent { 
	margin: 0px;
	padding: 0px;
	min-height: 740px;
	border-bottom: 1px solid #ebebeb;	
} 
#rightColumn {
	padding:0px;
	margin: 0px;
}

.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:0;
    font-size: 1px;
    line-height: 0px;
}

#footerTop {
	height: 320px;
	border-bottom: 1px solid #ebebeb;
}

/* footer della pagina */
#footer {
	padding: 30px 0px;
	margin: auto;
	height:30px;
	background: url(../images/aruba-logo.png) right top no-repeat;
}
#footer a {
	color: #bf2620;
	text-decoration: underline;	
}
#footer a:hover {
	text-decoration: none;
}
#mainContent a {
	color: #bf2620;
	text-decoration: underline;
}

#mainContent a:hover {
	text-decoration: none;
}



/* scroller */
#calendarScroll {
	position:relative; 
	width:100%; 
	overflow:hidden;
	height: 200px;
	color: #646464;	
}
#calendarScroll p {
	height: 3em;	
}

#calendarScroll a {
	color: #dc7113;
	font-weight: bold;
	text-decoration: none;	
}

#scadenzeScroll {
	width: 100%;
	overflow:hidden;
	height: 80px;
	color: #646464;	
}
#scadenzeScroll p {
	height: 3em;	
}

#scadenzeScroll a {
	color: #dc7113;
	font-weight: bold;
	text-decoration: none;	

}



/* stili generici pagina */
#contenitorePagina
{
	margin: 0px;
	padding: 0px;
}
#testoPagina
{
	margin: 0px;
	padding: 0px;
}
#immaginePagina
{
	margin: 0px;	
	padding: 0px;
}
#specialContent
{
	margin: 0px;
	padding: 0px;
}


/* layout del form */
#mainContent fieldset {
	padding: 10px;
	margin: 3px 0px;
	border: 1px dashed #CCC;
	color: #555;	
}
#mainContent fieldset legend {
	font-size: 10px; 
	color: #C69;
	padding: 0px 5px 12px 5px;	
}

#mainContent fieldset label {
	display: block;
	float: left;
	text-align: right;
	width: 80px;
	padding-right: 20px;
}
#mainContent fieldset select,textarea,input,label {
	margin-bottom: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	
}
#mainContent fieldset textarea {
	/*display:none;	*/
	width: 370px;
	height: 150px;
	border: 1px solid #007fc5;
	color: #003785;	
}
#mainContent fieldset input {
	width: 370px;
	height: 15px;
	border: 1px solid #007fc5;
	color: #003785;	
	/*border: 1px solid #069;*/
}
#mainContent fieldset input[type="checkbox"] {
	border: none;
	width: auto;
}
#mainContent fieldset select {
	width: 370px;
	height: 20px;
	border: 1px solid #007fc5;	
	color: #003785;	
	/*border: 1px solid #069;*/
}
#mainContent fieldset br {
	clear: left;
}

/* stile pagina google maps */
#mappaDiv {
	margin: 0px 0px 0px 0px;
}
#mappaDettagli {
	width: 100%;
}



#mappaImg {
	
	
	position: fixed;
	top: 0px;
	bottom:0px;
	left: 0px;
	right: 470px;
	
	padding: 0px;
	margin: 0px;

}
.mappaTesto{
	margin: 0px;
	padding: 0px;
}

.mappaSede  {
	margin: 0px 0px 5px 0px;
	padding: 10px;
	border: #CCC dashed 1px;
	
}

/* pagegal.h */
#pageGallery {
	float: left;
	width: 285px; 
	padding-right: 14px;
}



.boxed-menu .bordered-image {
	width: 256px;
	height: 157px;
	border: 7px solid #DEDEDE;
	cursor:pointer;
	position: relative;
	
}

.boxed-menu .bordered-image h2 {
	position: absolute;
	bottom:-10px;
	left: 5px;
	margin: 0px;
}

.boxed-menu .description {
	width: 256px; 
	padding: 7px; 
	text-align:justify;
}


.boxed-menu.topline {
	float: left;	
}

.boxed-menu.leftline {
	margin-bottom: 7px;
}
