/*-------------------Elementi  base------------------------*/
body 
{
	text-align: left;
	margin:0 auto;
	padding-bottom:0px;
        background-color:#e3f1f5;
}

img{
border:0px;
}

/*-------------------Elementi di struttura------------------------*/
#corpo{
	margin-right:auto;
	margin-left:auto;
	position:relative;
	width:950px;
	height:450px;
	top:0px;
	background-color:#618ad8;
	
}
#pagina{
	width:950px;
	position:relative;
	top:28px;
	margin-left: 0px;
	height:450px;
	overflow:visible;
	
	font-family:arial;
	font-size:12px;
	left:0px;

	padding-left:0px;
	
	background-color:#cbe0fa;
	overflow-y:scroll;
  
}

#pagina p{
padding-left:10px;
padding-right:10px;
}

#pagina h1{
   color:#104555;
   margin-bottom:25px;
   font-size:15px;
}
#pagina a{
  text-decoration:none;
  color:#0e4dc0;
  border:0px;

}
#pagina a:hover{
	color:#4575ce;
}

#menus{
	display:none;
}


#menus a{
  text-decoration:none;
  color:#aa2222;
}
#menus a:hover{
	color:orange;
}

/*------------------Testata------------------------*/
#testata {
margin:0 auto;

width: 950px;   
height: 258px;
text-align:bottom;
background-color:#FFFFFF;

/*background-image:url('testata_furba4.jpg');*/
background-repeat:no-repeat;
background-position:bottom;
top:0px;
z-index:20;
/*border:2px solid blue;*/
}
testatastampa{
display:none;
}

#menut{
margin:0 auto;

	text-align:center;
	width:950px;

}	
#menut a{
  text-decoration:none;
  color:#aa2222;
}
#menut a:hover{
	color:orange;

}	
	
	
	
/*-------------------Menu------------------------*/
#menu {
   
    width: 190px;
	color:#aa2222;
	text-align:left;
	
	margin:0 auto;
	background-color:#c8e5ed;
	padding-left: 0px;
	padding-right: 0px;
	display:none;
}




#menu h1{
	color:#440000;
	font-weight: bold;
	border-bottom:1px solid black;
    font-size:18px;
	width:190px;
	text-align:right;
	margin-top:10px;

}




#menu A:link,  #menu A:visited{
   color:#aa2222;
   text-decoration:none;
}
#menu A:hover {
	color:#440000;
   font-weight:bold;
}


#banner 
{
    
	width:930px;
height:12px;	
	position:absolute;
	
    top: 0px;
    
    padding-left: 10px;
	padding-right: 10px;

	color:#ffffff;
	background-color:#618ad8;
    font-size:11px;
    
}


#banner h1{
	color:#440000;
	font-weight: bold;
	border-bottom:1px solid black;
    font-size:18px;
	margin-top:10px;
}



#banner a {
   color:#ffffff;
   text-decoration:none;
}

#banner a:hover{
	color:#ffff00;
   font-weight:bold;
}


#cerca {
   /* border: thin groove #FFD700;*/
   margin-bottom:0px;
   margin-top:0px;
    background-color:transparent;
    padding-top: 2px;
    padding-bottom:2px;
    background-image: url(0immagini/generali/sfondoCerca.gif);
    background-repeat: repeat;
	
	margin:0 auto;
	text-align:center;
	float:right;
}
#bandiere {
    background-color:transparent;
    padding-top: 5px;
    padding-bottom: 5px;
	text-align:center;
  }

#login {
    border: thin ridge Silver;
    background-color:#fcf694;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-right: 4px;
    padding-left: 4px;
    text-align: center;
}

#footer {
	/*position:relative;*/
	
	width:950px;
	text-align:center;
	background-color:#4575ce;
	font-size:10px;
	border-top: 3px double navy;
	text-align:center;
	margin:0 auto;
	position:relative;
	top: 28px;
	
}


#footer a {
   color:#aa2222;
   text-decoration:none;
}

#footer a:hover{
	color:#440000;
   font-weight:bold;
}



input, textarea
{
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-left: 2px solid #BBBBBB;
border-right: 1px solid #CCCCCC;
border-top: 2px solid #BBBBBB;
border-bottom: 1px solid  #CCCCCC;
}


input[type=submit], input[type=button] { ... }
{
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-left: 1px solid #666666;
border-right: 2px solid #BBBBBB;
border-top: 1px solid #666666;
border-bottom: 2px solid  #BBBBBB;
background-color: #EBEBEB;
font-family:Arial;
font-size:12px;
}


/*	wrapper divs */
.custom-checkbox, .custom-radio { position: relative; }
	
/* input, label positioning */
.custom-checkbox input, 
.custom-radio input {
	position: absolute;
	left: 2px;
	top: 3px;
	margin: 0;
	z-index: 0;
}

.custom-checkbox label, 
.custom-radio label {
	display: block;
	position: relative;
	z-index: 1;
	font-size: 1.3em;
	padding-right: 1em;
	line-height: 1;
	padding: .5em 0 .5em 30px;
	margin: 0 0 .3em;
	cursor: pointer;
}

	
/* states */
.custom-checkbox label { background: url(checkbox.gif) no-repeat; }

.custom-radio label { background: url(radiobutton.gif) no-repeat; }

.custom-checkbox label, .custom-radio label {
	background-position: -10px -14px;
}

.custom-checkbox label.hover,
.custom-checkbox label.focus,
.custom-radio label.hover,
.custom-radio label.focus {
	background-position: -10px -114px;
}

.custom-checkbox label.checked, 
.custom-radio label.checked {
	background-position: -10px -214px;
}

.custom-checkbox label.checkedHover, 
.custom-checkbox label.checkedFocus {
	background-position: -10px -314px;
}

.custom-checkbox label.focus, 
.custom-radio label.focus {
	outline: 1px dotted #ccc;
}
