@charset "utf-8";
/* CSS Document */

body,html{
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	
	background-image:url(../images/titolo_small.png);
	background-position:top right;
	background-repeat:no-repeat;
	
	background-color:#C2B280;
	overflow:hidden;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#FFF;
}

a{
	text-decoration:none;
	color:#333;
	color:#fff;
	font-size:small;
	font-weight:bold;
}

.contenuti {
	margin:15px;
	margin-top:5px;
	margin-left:2px;
	-filter:alpha(opacity=40);
	--moz-opacity:0.4;
	-opacity:0.4;
}

.includes{
	display:none;
	-position:relative;
	-float:left;
}

.titoletto {
	font-size:13px;
	font-stretch:expanded;
	font-weight:bold;
}


#logo {
	position:absolute;
	z-index:1000;
	width:100%;
	
	margin-left:0%;
	left:0%;
	
	-margin-top:12.5%;
	top:93%;
	background-color:#FFF;
	
	-display:none;
	
	filter:alpha(opacity=10);
	-moz-opacity:0.1;
	opacity:0.1;
}

#validator {
	position:absolute;
	z-index:1001;
	width:100%;
	
	margin-left:0%;
	left:0%;
	
	-margin-top:12.5%;
	top:93%;
}


.colonna{
	width:12.45%;
	float:left;
	height:100%;
	
	-filter:alpha(opacity=50);
	--moz-opacity:0.5;
	-opacity:0.5;
	
	margin:0px;
	padding:0px;
	border:0px;
	
	-overflow-y:auto;
	
	background-image:url(../images/ombra.png);
	background-repeat:repeat-y;
	background-position:left;
	cursor:pointer;
	
}


#-attivita{
	background-color:#DBCA1A;
	-width:50.5%;
	background-image:none;
}

#-web{
	background-color:#FFBA00;
}

#-freeware{
	background-color:#FFD800;
}

#-shareware{
	background-color:#F0DC82;
}

#-tips{
	background-color:#EF9B0F;
}

#-portfolio{
	background-color:#DAA520;
}

#contatti{
	background-color:#CC9;
}

#-vuoto{
	-background-color:#C2B280;
	-background-image:none;
}

#-vuoto_cont{
	margin-left:10px;
	width:350px;
}