@import "testo.css";
@import "pulsanti.css";
@import "form.css";
/* Copyright 2003 Line Multimediaagency. All Rights Reserved.*/

body {
	background-color : #333333;
	color: #000000;
	margin:0;
	padding: 10px 10px 10px 10px;
	
	scrollbar-track-color:#333333; 
    scrollbar-face-color:#666666;
    scrollbar-3dlight-color:#000000;
    scrollbar-arrow-color:#ffffff; 
    scrollbar-base-color:#000000; 
    scrollbar-darkshadow-color:#333333;
     scrollbar-highlight-color:#ffffff;
     scrollbar-shadow-color:#000000;
	  
}
#body_menu {
	background-color : #333333;
	color: #000000;
	margin : 0 0 0 0;
}
#topbox {
	color: #000000;
	background-color : #666666;
	width : 100%;
	height : 69px;
	margin : 0px;
	padding : 0px;
	left : 0px;
	top : 0px;
	position : absolute;
}
#left_topbox{
	color: #000000;
	background-color : #666666;
	width : 100px;
	height : 69px;
	position : absolute;
	top : 0px;
	right : 0px;
}
#leftbox {
	color: #000000;
	position : absolute;
	background-color : #333333;
	width : 110px;
	height : 335px;
	margin : 0px 0px;
	top :0px;
	left : 0px;
	z-index : 2;
}
.bordo{
	border : 1px solid Black;
}
.immagine_right{
	float : right;
	border : 1px solid Black;
	margin-right : 5pt;
	margin-top : 5px;
	margin-left : 5px;
	margin-bottom : 5px;
}
.immagine_left{
	float : left;
	border : 1px solid Black;
	margin-right : 5pt;
	margin-top : 5px;
	margin-left : 5px;
	margin-bottom : 5px;
}
