@charset "utf-8";
/* CSS Document */

* {
margin: 0px;
padding: 0px;
}

body,html{
	background: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8pt;
	background: url(grafica/sfondo.jpg) repeat;	
}

a {
	color: #090;
	text-decoration: none;
}

a: hover{
	text-decoration: underline;	
}


/*CONTENITORE PRINCIPALE DELLA PAGINA PER POSIZIONAMENTO AL CENTRO*/

.big_container{
	margin-top: 10px;
	width: 100%;
	height: 100%;
}
/*FINE*/

#sfondo_tabella{
	background:#FFF;
}

.angolo{
	width:16px;
	height:16px;
}

.lato_classe1{
width: 16px;	
}

.lato_classe2{
	height: 16px;
}

.footer{
	height: 30px;
	font-weight: bold;
}

.page_position{
	font-weight: bold;
}

.cloud_tags{
	width: 300px;
	height: auto;
}


.link2livellomenu{
	font-size: 150%;
}


/* STILI FORMATTAZIONE ARTICOLO*/
.ArtViewTitle{
	color: #336600;
	font-weight:bolder;
	font-size: 130%;
}

.ArtTitle{
	color: #336600;
	font-weight:bolder;
	font-size: 130%;
}

.ArtData{
	font-weight:bold;
	font-size: 90%;
}

.ArtContent{
	font-weight:bold;
	font-size: 100%;
}


#hor_menu{
position: absolute;
width: 580px;
z-index:2;
}

.separator{
width: 10px;	
}


#freetext{
	width: 200px;
	float: right;
}