/* CSS Document */

/*COSTRUZIONE GENERALE*/
body
	{
		font-family: Arial, sans-serif;
		background-color:#000000;
		font-size: 12px;
		margin: 0 0 0 0;
		text-align: center;
		}
		
#index_box {
position:absolute;
  		width: 202px;
		height:560px;
		border-left:1px solid #666666;
		border-right:1px solid #666666;
  		top:20px;
  		left:100px;
				}
#logo {
position:absolute;
		top:20px;
		border:0px solid #FF0000;
		width:200px;
		left:1px;
		height:200px;
		background: url(../images/logo_indexweb.jpg);
		}
#ita {
position:absolute;
		top:240px;
		border:0px solid #FF0000;
		background: url(../images/ita.jpg) no-repeat;
		width:51px;
		left:10px;
		height:81px;
		}
#ing {
position:absolute;
		top:240px;
		border:0px solid #FF0000;
		background: url(../images/ing.jpg) no-repeat;
		width:51px;
		right:10px;
		height:81px;
		}

#linea {
position:absolute;
		top:260px;
		border:0px solid #FF0000;
		background-color:#666666;
		width:1px;
		right:100px;
		height:15px;
		}


	
#contenitore_esterno
		{
		text-align: left;
		width: 940px;
		height:610px;
		margin-left: auto;
		margin-right: auto;	
		border:0px solid #ffffff;
		margin-bottom: 0;
		}

#menu_header {
		position:absolute;
		top:5px;
		border:0px solid #FF0000;
		width:940px;
		height:60px;
		}
		

#corpo_centrale 
		{
		position:absolute;
		top:60px;
		border:0px solid #FF0000;
		background-repeat:no-repeat;
		background-position:bottom;
		width:940px;
		height:550px;
		}


#box_home
{
			position:absolute;
			border:0px solid #ffffff;
			top:10px;
			left:0px;
			width:940px;
			height:420px;
}

#footer{
			position:absolute;
			margin-left:0px;
			border:#00FF00 solid 0px;
			background-image:url(../images/footer.jpg);
			top:450px;
			width:939px;
			height:115px;}
			
#copy{
			position:absolute;
			margin-left:275px;
			border:#ffffff solid 0px;
			top:92px;
			width:380px;
			height:20px;}

#music{
			position:absolute;
			margin-left:730px;
			border:#ffffff solid 0px;
			top:80px;
			width:100px;
			height:50px;}
/*################# PAGINA ACCESSO ################*/
#box_sx {
			position:absolute;
			border:1px solid #ffffff;
			border-bottom:9px solid #ffffff;
			top:0px;
			left:0px;
			width:300px;
			height:400px;}			
#box_centro{
			position:absolute;
			border:1px solid #ffffff;
			border-bottom:9px solid #ffffff;
			background-image:url(../images/img2.jpg);
			top:0px;
			left:320px;
			width:300px;
			height:400px;}
#box_dx{
			position:absolute;
			border:1px solid #ffffff;
			border-bottom:9px solid #ffffff;
			background-image:url(../images/img3.jpg);
			top:0px;
			right:0px;
			width:300px;
			height:400px;}


 /*################# PAGINE SITO WEB ################*/
#box_menu_sx{
			position:absolute;
			border:0px solid #ffffff;
			top:0px;
			left:0px;
			width:200px;
			height:420px;}

#box_txt_dx{
			position:absolute;
			border:0px solid #ffffff;
			top:9px;
			left:210px;
			width:725px;
			height:380px;}
			
#box_dx_form{
			position:absolute;
			border:0px solid #ffffff;
			top:20px;
			left:0px;
			width:435px;
			height:300px;}			
			
#box_indirizzocont{
			position:absolute;
			border:0px solid #ffffff;
			top:35px;
			right:0px;
			width:220px;
			height:257px;}

#box_location{
			position:absolute;
			border:0px solid #ffffff;
			background-image:url(../images/maps.jpg);
			top:100px;
			right:10px;
			width:297px;
			height:275px;}
			
#box_lingua{
			position:absolute;
			border:0px solid #ffffff;
			top:8px;
			left:0px;
			width:40px;
			height:40px;}
			
#box_pagnext{
			position:absolute;
			border:0px solid #ffffff;
			top:20px;
			left:210px;
			width:725px;
			height:380px;}


