@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-family: Helvetica, sans-serif, Arial;
	font-size: 100%;
	background-color: #000000;
	background-image: url(picts/nastro.jpg);
	background-repeat: no-repeat;
	background-position: 370px 0px;
}
.twoColFixRt #container {
	width: 870px;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	margin-top: 80px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.twoColFixRt #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 300px;
}
.twoColFixRt #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
html
{
	background-color: #000000;
	font: normal 76% "Arial", "Lucida Grande",Verdana,  Sans-Serif;
	color:black;
	}
a { text-decoration: none; font-weight: bold; }

.news_style{
display:none;
}
.news_show
{
	color:#FFFFFF;
	width:290px;
	height:200px;
	font: normal 100% "Arial", "Lucida Grande",Verdana,  Sans-Serif;
	overflow: auto;
}
.news_border
{
	width:290px;
	height:200px;
	font: normal 100% "Arial", "Lucida Grande",Verdana,  Sans-Serif;
	overflow: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.news_mark{
	background-color:white;
	font: normal 70% "Arial", "Lucida Grande",Verdana,  Sans-Serif;
	border: 0px solid gray;
	width:290px;
	height:35px;
	color:black;
	text-align:center;
}
.news_title{
font: bold 120% "Arial", "Lucida Grande",Verdana,  Sans-Serif;
border: 0px solid gray;
padding: 5px 0px 9px 5px;
color:black;
}
.buttondiv
{
	position: absolute;
	/*float: left;*/
/*top: 169px;*/
padding: 5px 5px 5px 5px;
	background-color:white;
	border: 1px solid gray;
	/*border-top-color: white;*/
border-top:none;
	height:20px;
	visibility: hidden;
}
#sidebar1 img {
	padding-top: 30px;
	padding-left: 10px;
}


#vertmenu {
	font-family: Arial, Helvetica, "Trebuchet MS";
	font-size: 100%;
	width: auto;
	margin: 0px;
	text-transform: uppercase;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#vertmenu ul {
list-style: none;
margin: 0px;
padding: 0px;
border: none;
}
#vertmenu ul li {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 26px;
}
#vertmenu ul li a {
	font-size: 200%;
	display: block;
	padding: 5px 0px 2px 4px;
	text-decoration: none;
	color: #FFFFFF;
	width:auto;
}
#termini a, a.link {
	color: #666666;
	font-weight: normal;
	font-size: 95%;
	line-height: 3em;
}
#termini {
	margin-left: 15px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333333;
}

#termini a:hover, a.link:hover {
	color: #ffffff;

}

#vertmenu ul li a:hover, #vertmenu ul li a:focus {
	color: #FF9900;
	padding-left: 8px;
}
#testata {
	text-align: left;
	padding-top: 70px;
	padding-right: 0px;
	padding-left: 70px;
}

.bannerfisso{
	padding-left: 0px;
}

.bannerfisso a, a.link {
	color: #C5559D;
	font-weight: bold;
	font-size: 98%;
	line-height: 3em;
	padding-left: 20px;
	display:block;
	width:300px;
	height:24px;
}

.bannerfisso a:hover, a.link:hover {
	color: #CCCCCC;

}
#bannerfisso {
	width: 276px;
}
