/* CSS Document */

/* Elementi di base */
body {
	background: #000000;
	font: normal 62,5% Georgia, "Times New Roman", Times, serif;
}

a, a:link, a:visited {
	text-decoration: none;
	color: black;
}

a:hover, a:focus, a:active {
	text-decoration: none;
	color: #FE7F2B;
}

/* Corpo Index */
#contenitore {
    position: relative;
	width: 705px;
	height: 800px;
	margin: auto;
	background-image: url(sfondo/sito_new1.jpg)
}

#logo {
    float: left;
	width: 260px;
	height: 40px;
}

#contacts {
    float: right;
	width: 445px;
	height: 20px;
}

#spazio {
   float: right;
   height:140px;
   width:500px;
   }

#postit {
   background-image: url(sfondo/postit.png);
	background-repeat: no-repeat;
	float: right;
	width:273px;
	height:310px;
}

.mail {
    font-size: 0.9em;
}

.arial {
	font-size: 0.7em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.postit {
	font-size: 0.75em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 100%;
	position:relative;
}

/* Finestrella News */
#news {
    font-size: 0.7em;
	position: absolute;
	left: 0px;
	margin-top: 50px;
	margin-left: 2px;
	height: 350px;
	background-color: #000000;
	filter:alpha(opacity=80);
    -moz-opacity:.80;
    opacity:.80;
	border: 2px solid #b1b1b1;
	border-left: none;
}

#contNews {
	float: left;
	width: 1px;
	height: 350px;
	background-color: White;
}

#contNewsInt {
	margin-left: 10px;
	margin-top: 10px;
	width: 310px;
	height: 330px;
	overflow: auto;
	scrollbar-base-color: #ffffff;
	scrollbar-face-color: #ffffff;
    scrollbar-shadow-color: #ffffff;
    scrollbar-arrow-color: #000000;
    scrollbar-highlight-color: #ffffff;
    scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
}

#trNews {
	WIDTH: 290px;
	text-align:left;
}
#trNews #data {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	WIDTH: 290px; 
	COLOR: #ff6600; 
	HEIGHT: 20px
}
#trNews #titolo {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	WIDTH: 290px; 
	HEIGHT: 20px
}
#trNews #corpo {
	WIDTH: 290px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* Menu */
#menu  {
	float: left;
	width: 142px;
	height: 140px;
	background: none;
	margin-top: 470px;
	margin-left: 10px;
}

/* W3counter */
#w3 {
   position: absolute;
	right: 0px;
}
	
    
