@charset "UTF-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#CEFADD;
}
#header {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	margin-top:-10px;
	height:200px;
	background:url(../images/header-campeggio-CampingIlGabbiano.jpg);
}
#menu {
	height:35px;
	background: url(../images/menu-head.png);
	width:105%;
	margin-left:-10px;
	position:relative;
	border-bottom:medium #009;
	margin-top:-15px;
}
#immagine {
	float: right;
    margin-right: 15px;
}
#menu ul {
	color:#fff;
	list-style-type: none;
	width:1100px;
	margin-left:auto;
	margin-right:auto;
}
#menu ul li {
	display:block;
	float:left;
	padding:5px;
	text-align:center;
	text-transform:uppercase;
	font-size:12px;
	margin-left:10px;
}
#menu ul li a:link, #menu ul li a:visited{
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	padding:10px;
}
#menu ul li a:hover {
	background:#fff;
	padding:10px;
	box-shadow: 0 0 5px #888;
	color:#009;
}
#corpo {
	width: 1024px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}
#clnSX {
	width:300px;
	float:left;
	text-align:center;
}
#clnDX {
	width:600px;
	float:right;
}
#footer {
	background:#000;
	height:140px;
	width:105%;
	margin-left:-10px;
	float:left;
	background:url(../images/menu-head.png);
	background-size:20px 140px;
	padding-left:50px;
	padding-right:50px;
	color:#fff;
}
.img {
	margin:10px;
	border:medium solid #1DA784;
	border-radius:10px;
}
.testTable {
	background:#06F;
	font-weight:600;
	color:#FFF;
	text-transform:uppercase;
	padding:4px;
}

#page {
	background-color:#CEFADD;
	width:105%;
	position:relative;
	background-image:url(../images/backCamping.png) no-repeat;
	background-position:bottom;
}.mini {
	font-size: 10px;
}


#galleria a{ float:left; display:block; width:60px; height:60px;}
#galleriafoto { float: left; width: 450px; height: 230px; position:relative;}
#galleriafoto .foto{ position:absolute; left:0; top:0; width:225px; height:225px; overflow:hidden;}