html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	background-color: #000000;
	background-image: url(images/layout/bgbody2.jpg); 
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: Calibri, Verdana, Arial, Sans Serif;
	font-size: 14px;
}

.clear {
	clear: both;
}

#container h1 {
	display: none;
}

a:link, a:active, a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	text-decoration: underline;
}

a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #FF9900;
	text-decoration: underline;
}

a img {
	border: none;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
/*	background-image: url(images/layout/background.jpg);
	background-repeat: no-repeat;
	background-position: right top; */
}

#header {
	padding-top: 10px;
	margin-bottom: 15px;
}

h2 {
	font-size: 18px;
}

.menubase ul.menuul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	overflow: hidden;
}

ul.menuul li {
	float: left;
	width: 195px;
	height: 40px;
	margin-right: 2px;
	text-align: center;
/*	border: 1px solid #777777; */
	padding: 0 0 0 0;
	overflow: hidden;
}

.menubase ul.menuul li  a {
	background-color: none;
	background-image: url(images/layout/bgmenug.gif);
	background-repeat: repeat-x;
/*	color: #ff9900; */
	color: #000000;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
/*	border-top: 1px solid #222222; */
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
}

.menubase ul.menuul li  a:hover {
	background-image: url(images/layout/bgmenu.gif);
	background-repeat: repeat-x;
	color: #000000;
}

li.active {
	background-image: url(images/layout/bgmenu.gif);
	background-repeat: repeat-x;
}	

.titolopagina h2 {
	color: #ff9900;
	font-size: 24px;
	border-bottom: 1px dotted #FFFFFF;
}

#footer {
	clear: both;
/*	padding-top: 10px;
	padding-bottom: 10px; */
	font-size: 13px;
	color: #000000;
	background-color: #333333;
	background-image: url(images/layout/marmo_foot.jpg); 
	background-repeat: repeat-x;
	bottom: 0;
	right: 0;
	position: fixed; 
	width: 100%;
	z-index: 9;
	display: block;  /* PROBLEMA IN FF NON SI VEDE LO SFONDO (???)*/
}

#footer a {
/*	color: #000000; */
}

#content {
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 50px;
}

.content_box {
	width: 300px;
	margin-right: 20px;
	float: left;
	text-align: justify;
	padding-bottom: 20px;
}

.gallery {
	padding-left: 50px;
}

.galleryfolder a {
	display: block;
	text-decoration: none;
	font-size: 18px;
	border: 1px dotted #FFFFFF;
	padding: 3px 3px 3px 3px;
	margin-bottom: 3px;
}

.galleryfolder a:hover {
	background-color: #444444;
}

.galleryfolder a img {
	vertical-align: middle;
}

.projectgallerythumb {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 5px 5px 5px 5px;
	border: 1px dotted #FFFFFF;
	width: 150px;
	height: 100px;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	filter: alpha(opacity=75);
	opacity: 0.75; 
}

.projectgallerythumb  a {
	width: 100%;
	height: 100%; 
	display: block;
}

.forminfo {
	font-size: 11px;
}

tr.separator {
	background-color: #ff9900;
	color: #000000;
}

.imggallerypreview {
	margin-right: 3px;
	margin-bottom: 5px;
}

.galleriaTitolo {
	font-size: 18px;
	font-weight: bold;
}

.galleryDesc {
	margin-bottom: 15px;
}

.arrowlinkadmin {
	margin-top: 10px;
	border: 1px dotted #FFFFFF;
	padding: 3px 3px 3px 3px;
	font-size: 16px;
}

.formerrore {
	color: #FF0000;
}

.paginatore {
	text-align: center;
	font-size: 16px;
	margin-top: 10px;
	width: 940px;
	line-height: 200%;
}

.paginaAct {
	border: 1px solid #333333;
	padding: 3px;
}

.pagina {
	border: 1px solid #333333;
	background-color: #333333;
	padding: 3px;
}
