body, html {
	margin: 0px;
	padding: 0px;
	height:100%;
	scrollbar-arrow-color:#E1E1E1;
	scrollbar-Track-Color:#C2C2C2;
	scrollbar-Highlight-Color:#E1E1E1;
	scrollbar-base-color:#E1E1E1;
	scrollbar-Face-Color:#C2C2C2;
	scrollbar-Shadow-Color:#E1E1E1;
	scrollbar-DarkShadow-Color:#E1E1E1;
	color:#333333;
}

a:link, a:visited {
	text-decoration:none;
	color: #555555;
	outline: 0;
}

a:hover, a:active {
	color: #EE7817;
	outline: 0;
}

.contenitore {
	height:100%;
}

.content_bg {
	background-image: url(img/content.jpg);
	background-repeat: no-repeat;
}

.content_bg2 {
	background-image: url(img/contatti.jpg);
	background-repeat: no-repeat;
}

.content_bg3 {
	background-image: url(img/bio.jpg);
	background-repeat: no-repeat;
}

.content_bg_presentazione {
	background-image: url(img/presentazione.jpg);
	background-repeat: no-repeat;
}

.content_gb {
	background-image: url(img/gb.jpg);
	background-repeat: no-repeat;
}

td, input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.titolo {
	font-size:14px;
	font-weight:bold;
	color:#e1e1e1;
	margin-bottom:8px;
}

.miniature {
	margin-left:1px;
	margin-top:3px;	
	width: 180px;	
	height:270px;
	overflow:auto;
	background: transparent;
	vertical-align:top;
}
.trattinsoliti {
	margin-left:25px;
	margin-top:4px;	
	width: 166px;	
	height:268px;
	overflow:auto;
	background: transparent;
	vertical-align:top;
}

.guestbook {
	margin-left:1px;
	margin-top:5px;			
	height:267px;
	overflow:auto;
	background: transparent;
	vertical-align:top;
}

.submenu {
	padding:3px;
}

a.nero, a.nero:visited {
	color:#111111;
	outline: 0;
}

a.bianco, a.bianco:visited {
	color:#ffffff;
	outline: 0;
}

a.opaco, a.opaco:visited {
	float:left;
	filter:alpha(opacity=50);
	-moz-opacity:.5;
	opacity:.5;
	border: 1px solid #000000;
	outline: 0;
}

a.opaco:hover {
	float:left;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:0.99;
	border: 1px solid #000000;
	outline: 0;
}

.noopaco {
	float:left;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:0.99;
	border: 1px solid #000000;
	outline: 0;
}

.didascalia {
	margin-top:5px;
}

.immagini_content{
	height:230px;
	vertical-align:middle;
}

.rientro {
	padding-left:10px;
	padding-top:2px;
	display:none;
}

.rientro_aperto {
	padding-left:10px;
	padding-top:2px;
}

.piccolo {
	font-size:11px;
}

ul {
	margin-top:0px;
	margin-bottom:0px;
}


