body {
	background-image: url(../img/layout/sfondo1.jpg);
	background-repeat: repeat-x;
	background-color:#326BAE;
	color: #000000;
	font-size:100%;
	font: normal 0,9em Verdana,sans-serif;
	height: 100%;
	margin-top:0px;
	padding-bottom: 1px; /* force scrollbars */
}
/* titolo e sottotitolo del sito */
.titolosito {font: normal 2.0em Georgia,sans-serif; color:#FFF; padding-top:25px;
}
.sottotitolosito {font: normal 1.6em Georgia,sans-serif; color:#F4E2A4; padding-left:70px; height:40px}
#login td {font: normal 0.9em Georgia,sans-serif; color:#ffffff; padding-right:50px; text-align:right;}
#login a {color:#ffffff; text-decoration:none;}
#login a:hover {color:#F4E2A4;}

/*CSS per il menu*/

ul#topnav {
	margin: 0; padding: 0;
	float: left;
	width: 100%;
	list-style: none;
	position: relative; /*--Set relative positioning on the unordered list itself - not on the list item--*/
	font-size: 1.2em;
	background: url(../img/layout/topnav_stretch.gif) repeat-x; 
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	border-right: 0px solid #555; /*--Divider for each parent level links--*/
}
ul#topnav li a {
	padding: 10px 15px;
	display: block;
	color: #f0f0f0;
	text-decoration: none;
}
ul#topnav li:hover { background: #1376c9 url(../img/layout/topnav_active.gif) repeat-x; }
/*--Notice the hover color is on the list item itself, not on the link. This is so it can stay highlighted even when hovering over the subnav--*/

/*--Now set the absolute positioning on the <span> tag 35px from the top. I added some rounded corners on the bottom for style (this will not work in IE).--*/
ul#topnav li span {
	float: left;
	padding: 10px 0;
	position: absolute;
	left: 0; top:35px;
	display: none; /*--Hide by default--*/
	width: 100%;
	background: #1376c9;
	color: #fff;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
ul#topnav li:hover span { display: block; } /*--Show subnav on hover--*/
ul#topnav li span a { display: inline; } /*--Since we declared a link style on the parent list link, we will correct it back to its original state--*/
ul#topnav li span a:hover {text-decoration: underline;}

/* fine CSS per il menu*/

/* migalhas de pão */
#naviga {font: 95%/1.0 color:#ccc;}
#naviga a {color:#003366; text-decoration:none;}
#naviga a:hover {color:#369;}
/* corpo pagina */
#corpo {font: normal 1.0em Verdana, Geneva, sans-serif ; color:000;}
/* 
   bottom da página
------------------------------------------------------------------- */
#bottom {font: 70%/1.0 Georgia,sans-serif; color:#fff;}
#bottom a {color:#F4E2A4; text-decoration:none;}
#bottom a:hover {color:#fff;}


h1 {font: normal 1.7em Georgia,sans-serif; padding-left:5px; color:#000; border-bottom-style:inset; border-bottom-color:#CCC; border-bottom-width:thin;} 
h2 {font: normal 1.5em Georgia,sans-serif; padding-left:5px; color:#000; border-bottom-style:inset; border-bottom-color:#CCC; border-bottom-width:thin;}
h3 {font: normal 1.3em Georgia,sans-serif; padding:0px 0px 0px 0px; color:#000; border-bottom-style:inset; border-bottom-color:#FDFDFD; border-bottom-width:thin;}
h4 {font: normal 1.2em Georgia,sans-serif;}
h5 {font: normal 1.1em Georgia,sans-serif;}
h6 {font: bold 1em Georgia,sans-serif;}

h1,h2,h3,h4,h5,h6 {margin-bottom: 0.2em;}

/* 
   Images 
------------------------------------------------------------------- */

img.bordered {
	background-color: #FFF;
	border: 1px solid #DDD;
	padding: 3px;
}

img.left {margin: 0 15px 12px 0;}
img.right {margin: 0 0 15px 12px;}

/* 
Menu lateral
------------------------------------------------------------------- */
.menulateral  {
	padding: 0px 0px 2px 0px;
	list-style-type: circle;
	list-style-position: outside;
	margin-left:12px;
}

.utenti {font: normal 1.0em Georgia,sans-serif; text-align:center; font-weight:bold; color:#999;}
.dx {text-align:right}
.center {text-align:center}
.padding30 { padding-left:30px}
.padding10 { padding-left:10px}
.padding10x10  { padding-left:10px; padding-right:10px;}

/* 
   Links 
------------------------------------------------------------------- */

a {color: #036; text-decoration:none;}
a:hover {
	color: #C40;
	text-decoration: underline;
}

.centro
{
	text-align:center;
	}
.destra
{
	text-align:right;
	}
.maiuscula
{
	text-transform:uppercase;
	}