@charset "utf-8";
/* CSS Document */
h1{
	padding-bottom:8px;
}


a:link {font-weight:bold; font:Arial, Helvetica, sans-serif; font-size:10px; text-decoration: none; color:#666;}
a:visited {font-weight:bold; font:Arial, Helvetica, sans-serif; font-size:10px; text-decoration: none; color:#666;}
a:active {font-weight:bold; font:Arial, Helvetica, sans-serif; font-size:10px; text-decoration: none; color:#666;}
a:hover {font-weight:bold; font:Arial, Helvetica, sans-serif; font-size:10px; text-decoration: none; color:#cccc00}


#mappa {
	margin-top: 30px;
	text-align:center;
}

#mainbox {
	width: 530px;
	height: 650px;
	z-index: 1;
	overflow:hidden;
	
}

.box1{
	background-color:#999;
	color:#fff;
	width: 450px;
	height: 240px;
	float:left;
	padding: 10px;
	padding-top: 24px;
	margin-top: 40px;
	margin-left: 30px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	overflow:auto;
	z-index: 10;
}

.box2{
	background-color:#999;
	color:#fff;
	width: 450px;
	height: 240px;
	float:left;
	padding: 10px;
	padding-top: 24px;
	margin-top: 15px;
	margin-left: 30px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	overflow:auto;
	z-index: 10;
	
	scrollbar-face-color:#ccc; 
	scrollbar-track-color:#ccc; 
	scrollbar-arrow-color:#999; 
	scrollbar-shadow-color:#999; 
	scrollbar-dark-shadow-color:#999; 
	scrollbar-3dlight-color:#999; 
	scrollbar-highlight-color:#999;
}

.box2gallery{
	background-color:#999;
	color:#fff;
	width: 470px;
	height: 240px;
	float:left;
	margin-top: 15px;
	margin-left: 30px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	overflow:auto;
	z-index: 10;
}

.bigbox{
	background-color:#999;
	color:#fff;
	width: 450px;
	height: 530px;
	float:left;
	padding: 10px;
	padding-top: 24px;
	margin-top: 40px;
	margin-left: 30px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	overflow:auto;
	z-index: 10;
}


.bigboxgallery{
	background-color:#000;
	color:#fff;
	width: 410px;
	height: 500px;
	float:left;
	padding: 0px;
	padding-top: 0px;
	margin-top: 40px;
	margin-left: 30px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	overflow:auto;
	z-index: 10;
	padding-left:60px;
	padding-top:36px;
}



.infobox{
	/*background-image: url(../images/footer.png);*/
	background-color:#999;
	color:#fff;
	font-size:10px;
	text-align:center;
	width: 450px;
	height: 28px;
	float:left;
	padding-top:2px;
	padding-left:10px;
	padding-right:10px;
	margin-top: 15px;
	margin-left: 30px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	overflow:auto;
	z-index: 10;
}



.iconmenu{
	position:absolute;
	top: 0; 
	left: 0;
	padding:0px;
	padding-top:5px;
	z-index: 100;
	width: 100%;
	height: 100px;
	background: transparent;
	
}



.border {
	padding-left: 20px;
	border: 5px black solid; 
	display: table-cell;
}
