@charset "utf-8";
/* CSS Document Michelis Egidio creato il 10/04/08 da Geraci Davide e Mamino Giovanni - Informatica System srl staff@infosys.it*/

body {
	background-color: #E8E8C0;
	background-image: url(images/home_pattern_verticale.gif);
	background-repeat: repeat-y;
	background-position: top center;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#pattern {
	background-color: #E8E8C0;
	background-image: url(images/home_pattern_orizzontale.gif);
	background-repeat: repeat-x;
	background-position: top;
	width: 100%;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#corpo {
	position: relative;
	background-image: url(images/home_pattern_corpo.png);
	background-repeat: repeat-y;
	background-position: top;
	margin: 0px auto;
	width: 818px;
}
.imgnomargin {
	margin: 0px;
	padding: 0px;
	border: none;
}
#piede {
	background-image:url(images/interne_sfondo_sotto.png);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 800px;
	height: 112px;
	margin: 0px auto;
	clear: both;
	text-align: left;
}
	#infosys {
		margin-left: 9px;
		width: 188px;
		height: 110px;
		float: left;
		display:inline;
	}
		#infosys p {
			font-size: 65%;
			color: #FFFFFF;	
			margin: 10px 0px 0px 5px;
		}
		#infosys a {
			color: #FFFFFF;
			text-decoration: none;
			font-weight: bold;
		}
	#contatti {
		margin: 0px;
		float: left;
		height: 110px;
		width: 140px;
	}
		#contatti p {
			font-size: 65%;
			color: #FFFFFF;	
			margin: 10px 0px 0px 12px;
		}
	#menu {
		margin: 0px;
		float: right;
		height: 110px;
		width: 457px;
		text-align: center;
	}	
		#menu p {
			font-size: 65%;
			color: #941F36;	
			margin: 10px 10px 0px 12px;
			font-weight: bold;
			line-height: 15px;
		}	
		#menu a:link, #menu a:visited {
			color: #941F36;				
			font-weight: bold;
			text-decoration: none;
		}
		#menu a:hover, #menu a:active {
			color: #000000;				
			font-weight: bold;
			text-decoration: none;
		}

#sx {
	width: 343px;
	margin-left: 9px;
	background-color: #FFFFFF;
	/*background-image: url(foto/interne_foto1.jpg);*/
	background-repeat: no-repeat;
	background-position: top right;
	float: left;
	text-align: left;
	display:inline;
}
	#sx ul {
		margin: 0px;
		padding: 0px 0px 15px 10px;
		list-style-type: none;
	}
	#sx ul li {
		margin: 0px;
		padding: 5px 0px 0px 0px;
		height: 34px;
		line-height: 12px;
		background-image: url(images/home_listello_menu.gif);
		background-repeat: no-repeat;
		background-position: bottom left;
		color: #666666;
		font-size: 60%;
		font-weight: bold;
	}
	#sx ul li a:link, #sx ul li a:visited {
		text-transform: uppercase;
		color: #941F36;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 130%;
		text-decoration: none;
	}
	#sx ul li a:hover, #sx ul li a:active {
		text-transform: uppercase;
		color: #000000;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 130%;
		text-decoration: none;
	}	
	#lingue {
		position: absolute;
		left: 206px;
		bottom: 112px;
		height: 111px;
		width: 50px;
		background-image: url(images/home__ombreggiatura_foto.gif);
		background-repeat: no-repeat;
		background-position: bottom left;
	}
#dx {
	width: 457px;
	margin-right: 9px;
	background-color: #FFFFFF;
	float: right;
	display:inline;
}
	#tool {
		width: 100%;
		background-color: #FFFFFF;
	}
	#tool img {
		border: 0px;
		margin-bottom: -5px;
	}
	#tool ul{list-style-type: none;margin: 0px 0px;padding: 0;}
	#tool li{float:right;margin: 0;padding:0;}
	#tool a{		
		font-size: 50%;
		font-weight: bold;
		text-decoration: none;
		text-transform: uppercase;
		position:relative;
		display:block;
		width:112px;
		height: 33px;
		padding: 10px 2px 0px 0px;
	}
	#tool a:link, #tool a:visited {
		color: #921E36;
		background-image: url(images/interne_tool_link.gif);
		background-position: top left;
		background-repeat: no-repeat;
	}	
	#tool a:hover, #tool a:active{
		color: #921E36;
		background-image:url(images/interne_tool_hover.gif);
		background-position:top left;
		background-repeat: no-repeat;
	}
	#testo {
		width: 100%;
	}
	#testo h2 {
		text-transform: uppercase;
		font-family: Arial, Helvetica, sans-serif;
		color: #941F36;
		font-weight: bold;
		font-size: 90%;
		text-decoration: none;
		border-bottom: 1px solid  #CCCCCC;
		text-align: left;
		margin: 3px 10px;
	}
	#testo h3 {
		font-size: 80%;
		text-align: left;
		font-weight: bold;
		margin: 1px 5px 5px 10px;
		color: #666666;
	}
	#testo h4 {
		font-size: 70%;
		text-align: left;
		font-weight: bold;
		margin: 1px 5px 5px 10px;
		color: #941F36;
	}	
	#testo p {
		font-size: 70%;
		text-align: justify;
		margin: 1px 10px 5px 10px;
		color: #666666;
	}
	#testo p a{
		color: #333333;
		text-decoration: underline;
	}	
	.errore {
		font-size: 65%;
		font-weight: normal;
		text-align: left;
		margin: 3px;
		color: #941F36;
	}
	.imgcentrata {
		margin: 10px 0px;
		padding: 3px;
		background-color: #E8E8C0;
		border: 1px solid #941F36;
		
	}
	.imgsinistra {
		margin: 5px 10px 3px 0px;
		padding: 3px;
		background-color: #E8E8C0;
		border: 1px solid #941F36;
		float: left;		
	}	
	.imgdestra {
		margin: 5px 0px 3px 10px;
		padding: 3px;
		background-color: #E8E8C0;
		border: 1px solid #941F36;
		float: right;		
	}		
	.imgeventi {
		float: left;
		border: 1px solid #941F36;
		margin: 10px 15px;
		padding: 3px;
		background-color: #E8E8C0;
		border: 1px solid #941F36;		
	}
.logo {
	margin-top: 35px;
	margin-left: 25px;
	margin-bottom: 35px;
	border: none;
}
h1 {
	display: none;
}
