@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	
	background: url(../Images/Layout/background.png);
}
body, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
a{
	color: #000000;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
img {
	border: 0;
}
.bold {
	font-weight: bold;
}
.error {
	font-weight: bold;
	color: #cc3300;
}
.loadingBox {
	display: none;
	padding: 5px;
}

#header {
	height: 128px;
	background: url(../Images/Layout/background_header.png) repeat-x;
}
#headerBody {
	width: 740px;
	margin-left: 20px;
	background-color: #FFFFFF;
	border-left: 1px solid #999999;		
	border-right: 1px solid #999999;			
	border-bottom: 1px dotted #999999;				
	height: 127px;
}
#headerBody #logo {
	height: 93px;	
}
#headerBody #logo #logoScritta{
	position:absolute;
	left: 35px;
	top: 20px;
}
#headerBody #logo #logoImmagine{
	position: absolute;
	left: 680px;
	top: 5px;
	z-index: 1;	
}
#headerBody #logo #logoSfondo {
	position: absolute;
	left: 636px;
	top: 0;
	z-index: 0;
}
#headerBody #toolbar {
	border-top: 1px dotted #999999;				
	padding: 0 15px;
	padding-top: 10px;
}
#headerBody #toolbar img{
	padding-right: 10px;
}

#container {
	width: 740px;
	margin-left: 20px;
	background-color: #FFFFFF;
	border: 1px solid #999999;	
	border-top: none;
}

#content {

}
#navigation {
	float: left;
	width: 295px;
	padding: 0 5px;
}
#body {
	padding: 20px 25px;
	min-height: 400px;
	
	padding-right: 120px;
}

#footer {
	text-align: right;
	padding: 5px;
	font-size:10px;
	border-top: 1px dotted #CCCCCC; 
}
