/* CSS Document */

body,html {
	background-image: url(sfondo200.gif);
	background-repeat: repeat-x;
	background-position: 50% 50%;
	background-color: Black;
	height: 100%;
	margin: 0px;
	background-attachment: scroll;
	scrollbar-face-color:black;
scrollbar-highlight-color:black;
scrollbar-shadow-color:blue;
scrollbar-arrow-color:green;
}


#contenitore {
	background-color: Black;
	width: 759px;
	height: 410px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -205px 0 0 -379px;
	border: 1px solid Green;
}

#boxsx {
	background-color: Black;
	width: 198px;
	height: 381px;
	left: 0px;
	top: 0px;
	position: absolute;
	
}
#boxsxhtml {
	background-color: Black;
	width: 198px;
	height: 381px;
	left: 0px;
	top: 0px;
		position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	color: White;
	font-size: 12px;
	text-align: left;
	text-indent: 5px;
	padding-left: 5px;
}

#boxdx {
	background-color: Black;
	width: 200px;
	height: 381px;
	left: 559px;
	top: 0px;
	position: absolute;
	
}
#boxdxhtml {
	background-color: Black;
	width: 200px;
	height: 381px;
	left: 0px;
	top: 0px;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	color: White;
	font-size: 12px;
	text-align: left;
	
}
#boxcenter {
	background-color: Black;
	width: 351px;
	height: 180px;
	left: 198px;
	top: 130px;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	color: White;
	overflow: auto;
	text-indent: 5px;
	padding: 5px 5px 5px 5px;
}

#boxtitolo {
	background-color: Black;
	width: 351px;
	height: 30px;
	left: 198px;
	top: 95px;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: center;
	color: Green;
	padding: 5px 5px 5px 5px;
	font-weight: bold;
	line-height: 16px;
}
#boxtitolohtml {
	background-color: Black;
	width: 351px;
	height: 30px;
	left: 0px;
	top: 0px;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: center;
	color: Green;
	padding: 5px 5px 5px 5px;
	font-weight: bold;
	line-height: 16px;
}
#boxmenu {
	background-color: Black;
	width: 351px;
	height: 45px;
	left: 203px;
	top: 325px;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: Green;
	padding: 6px 5px 0px 5px;
	font-weight: bold;
	line-height: 12px;
}
#boxcopy {
	background-color: Black;
	width: 351px;
	height: 3px;
	left: 0px;
	top: 411px;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: left;
	color: White;
}
#boxsubmenu {
	background-color: Black;
	width: 351px;
	height: 30px;
	left: 203px;
	top: 0px;
	position: absolute;
}
#boxbarra {
	background-color: Green;
	width: 758px;
	height: 13px;
	left: 0px;
	top: 381px;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: White;
	font-weight: bold;
	z-index: 2

}

#boxservizio {
	background-color: Black;
	width: 757px;
	height: 3px;
	left: 0px;
	top: 393px;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: White;
}
a.barra:link
{
	font-size: 10px;
	color: White;
   text-decoration: none; 
}
a.barra:visited {
	font-size: 10px;
	color: White;
	text-decoration: none; 
}
a.barra:hover {
	color: White;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none; 
}
a.menu:link
{
	color: Green;
	font-size: 11px;	
	text-decoration: none; 
	font-weight: bold;
}
a.menu:visited {
	color: Green;
	font-size: 11px;
	text-decoration: none; 
	font-weight: bold;
}

a.menu:hover {
	color: Red;
	font-size: 11px;
	text-decoration: none; 
	font-weight: bold;
}
a.citta:link
{
	color: white;
	font-size: 11px;
	text-decoration: none;
	text-transform: capitalize;	
		font-weight: bold; 
	 
}
a.citta:visited {
	color: white;
	font-size: 11px;
	text-decoration: none;
	text-transform: capitalize;
		font-weight: bold; 
	
}

a.citta:hover {
	color: Red;
	font-size: 11px;
	text-decoration: none; 
	text-transform: capitalize;
		font-weight: bold; 
	
}