@charset "utf-8";
/* CSS Document */

body {
	background:url(images/sfondo.png) repeat-x;
}

a:link {color:#000; text-decoration:none;}
a:visited {color:#000; text-decoration:none;}
a:hover {color:#F30; text-decoration:none;}
a:active {color:#000; text-decoration:none;}

.trattino_orizzontale {
	background:url(images/trattinoorizzontale.png) repeat-x;
	position:absolute;
	left:0%;
	top:50px;
	width:100%;
	height:6px;
}

.trattino_verticale {
	background:url(images/trattinoverticale.png) repeat-y;
	position:absolute; 
	left:50%; 
	margin-left:-480px; 
	top:0%; 
	width:6px; 
	height:100%; 
}

.menu {
	position:absolute; 
	top:15px; 
	left:50%; 
	margin-left:-400px; 
	width:800px; 
	height:30px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
	color:#000;
	text-align:center;
}

.down {
	position:absolute;
	top:620px;
	width:650px;
	height:50px;
	left:50%; 
	margin-left:-300px;
	font-family:Verdana, Geneva, sans-serif;
	color:#333;
	font-size:12px;
}

.logo {
	position:absolute;
	left:50%;
	margin-left:-388px;
	top:62px;
	height:168px;
	width:775px;
	background:#FFF;
}

.sottofondo {
	position:absolute;
	left:50%;
	margin-left:-500px;
	top:0%;
	height:600px;
	width:1000px;
}

.divcentrale {
	position:absolute;
	left:50%;
	margin-left:-388px;
	top:230px;
	height:360px;
	width:780px;
	background:#FFF;
	overflow: Auto;
	text-align:center;
}

#border_d {
	border:#CCCCCC;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

#border_t {
	border:#CCCCCC;
	border-top-style:solid;
	border-top-width:1px;
}

#border_l {
	border:#CCCCCC;
	border-left-style:solid;
	border-left-width:1px;
}

#border_r {
	border:#CCCCCC;
	border-right-style:solid;
	border-right-width:1px;
}

#border_all {
	border:#CCCCCC;
	border-right-style:solid;
	border-right-width:1px;
	border-left-style:solid;
	border-left-width:1px;
	border-top-style:solid;
	border-top-width:1px;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

.azienda {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#000;
	text-decoration:none;
}

#barra {
    overflow: Auto;
    margin: 0px;
}

